Skip to content

Commit

Permalink
chore: changelogs (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvishnun authored Jan 8, 2024
1 parent 3f5b6ab commit 5b06cb0
Show file tree
Hide file tree
Showing 45 changed files with 237 additions and 113 deletions.
10 changes: 0 additions & 10 deletions common/changes/@xarc/react-query/fix-packing_2024-01-08-20-20.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@xarc/react-redux/fix-packing_2024-01-08-20-20.json

This file was deleted.

This file was deleted.

16 changes: 16 additions & 0 deletions common/changes/@xarc/webpack/master_2024-01-08-20-33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"changes": [
{
"changeType": 1,
"comment": "Dependency @xarc/app version bump from ^11.0.7 to ^11.0.8.",
"packageName": "@xarc/webpack"
},
{
"changeType": 1,
"comment": "Dependency @xarc/app-dev version bump from ^11.0.7 to ^11.0.8.",
"packageName": "@xarc/webpack"
}
],
"packageName": "@xarc/webpack",
"email": "[email protected]"
}
11 changes: 11 additions & 0 deletions common/changes/subapp-react/master_2024-01-08-20-33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"changeType": 1,
"comment": "Dependency @xarc/app version bump from ^11.0.7 to ^11.0.8.",
"packageName": "subapp-react"
}
],
"packageName": "subapp-react",
"email": "[email protected]"
}
11 changes: 11 additions & 0 deletions common/changes/subapp-web/master_2024-01-08-20-33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"changeType": 1,
"comment": "Dependency @xarc/app version bump from ^11.0.7 to ^11.0.8.",
"packageName": "subapp-web"
}
],
"packageName": "subapp-web",
"email": "[email protected]"
}
4 changes: 2 additions & 2 deletions common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "xarcAppVersion",
"version": "11.0.7",
"version": "11.0.8",
/**
* (Required) The type of bump that will be performed when publishing the next release.
* When creating a release branch in Git, this field should be updated according to the
Expand All @@ -115,7 +115,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "archetypeDllVersion",
"version": "3.0.3",
"version": "3.0.4",
"nextBump": "patch"
}
]
2 changes: 1 addition & 1 deletion packages/subapp-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.23.3",
"@babel/register": "^7.22.15",
"@xarc/app": "^11.0.7",
"@xarc/app": "^11.0.8",
"@xarc/run": "^1.1.1",
"babel-preset-minify": "^0.5.2",
"electrode-archetype-njs-module-dev": "^3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/subapp-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"xaa": "^1.7.3"
},
"peerDependencies": {
"@xarc/app": "^11.0.7"
"@xarc/app": "^11.0.8"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
Expand All @@ -48,7 +48,7 @@
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/register": "^7.22.5",
"@xarc/app": "^11.0.7",
"@xarc/app": "^11.0.8",
"@xarc/module-dev": "^4.1.0",
"@xarc/run": "^1.1.1",
"babel-preset-minify": "^0.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/xarc-app-dev/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@xarc/app-dev",
"entries": [
{
"version": "11.0.8",
"tag": "@xarc/app-dev_v11.0.8",
"date": "Mon, 08 Jan 2024 20:33:22 GMT",
"comments": {}
},
{
"version": "11.0.7",
"tag": "@xarc/app-dev_v11.0.7",
Expand Down
7 changes: 6 additions & 1 deletion packages/xarc-app-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @xarc/app-dev

This log was last generated on Wed, 03 Jan 2024 23:41:10 GMT and should not be manually modified.
This log was last generated on Mon, 08 Jan 2024 20:33:22 GMT and should not be manually modified.

## 11.0.8
Mon, 08 Jan 2024 20:33:22 GMT

_Version update only_

## 11.0.7
Wed, 03 Jan 2024 23:41:10 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/xarc-app-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/app-dev",
"version": "11.0.7",
"version": "11.0.8",
"description": "Electrode X application development support",
"main": "lib/index.js",
"homepage": "http://www.electrode.io",
Expand Down Expand Up @@ -38,7 +38,7 @@
"Joel Chen <[email protected]>"
],
"peerDependencies": {
"@xarc/app": "^11.0.7"
"@xarc/app": "^11.0.8"
},
"dependencies": {
"@babel/cli": "^7.17.10",
Expand Down Expand Up @@ -113,7 +113,7 @@
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@xarc/app": "^11.0.7",
"@xarc/app": "^11.0.8",
"@xarc/module-dev": "^4.1.0",
"@xarc/run": "^1.1.1",
"babel-eslint": "^10.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/xarc-app/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@xarc/app",
"entries": [
{
"version": "11.0.8",
"tag": "@xarc/app_v11.0.8",
"date": "Mon, 08 Jan 2024 20:33:21 GMT",
"comments": {}
},
{
"version": "11.0.7",
"tag": "@xarc/app_v11.0.7",
Expand Down
7 changes: 6 additions & 1 deletion packages/xarc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @xarc/app

This log was last generated on Wed, 03 Jan 2024 23:41:10 GMT and should not be manually modified.
This log was last generated on Mon, 08 Jan 2024 20:33:21 GMT and should not be manually modified.

## 11.0.8
Mon, 08 Jan 2024 20:33:21 GMT

_Version update only_

## 11.0.7
Wed, 03 Jan 2024 23:41:10 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/app",
"version": "11.0.7",
"version": "11.0.8",
"description": "Electrode X application runtime support",
"main": "dist/index.js",
"homepage": "http://www.electrode.io",
Expand Down
8 changes: 4 additions & 4 deletions packages/xarc-create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@babel/preset-env": "^7.22.10",
"@types/chai": "^4.2.11",
"@types/mocha": "^10.0.1",
"@xarc/app": "^11.0.7",
"@xarc/app-dev": "^11.0.7",
"@xarc/app": "^11.0.8",
"@xarc/app-dev": "^11.0.8",
"@xarc/module-dev": "^2.2.4",
"@xarc/react": "^1.0.4",
"@xarc/react-query": "^1.0.4",
"@xarc/react-redux": "^1.1.3",
"@xarc/react-query": "^1.0.5",
"@xarc/react-redux": "^1.1.4",
"babel-loader": "^9.1.3",
"chai": "^4.2.0",
"chalker": "^1.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/xarc-react-query/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@xarc/react-query",
"entries": [
{
"version": "1.0.5",
"tag": "@xarc/react-query_v1.0.5",
"date": "Mon, 08 Jan 2024 20:33:22 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue with npm packing and not publishing all dist folders"
}
]
}
},
{
"version": "1.0.4",
"tag": "@xarc/react-query_v1.0.4",
Expand Down
9 changes: 8 additions & 1 deletion packages/xarc-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @xarc/react-query

This log was last generated on Wed, 03 Jan 2024 23:41:10 GMT and should not be manually modified.
This log was last generated on Mon, 08 Jan 2024 20:33:22 GMT and should not be manually modified.

## 1.0.5
Mon, 08 Jan 2024 20:33:22 GMT

### Patches

- Fix an issue with npm packing and not publishing all dist folders

## 1.0.4
Wed, 03 Jan 2024 23:41:10 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-query",
"version": "1.0.4",
"version": "1.0.5",
"description": "xarc React.js application react-query support",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/xarc-react-recoil/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@xarc/react-recoil",
"entries": [
{
"version": "1.1.4",
"tag": "@xarc/react-recoil_v1.1.4",
"date": "Mon, 08 Jan 2024 20:33:22 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue with npm packing and not publishing all dist folders"
}
]
}
},
{
"version": "1.1.3",
"tag": "@xarc/react-recoil_v1.1.3",
Expand Down
9 changes: 8 additions & 1 deletion packages/xarc-react-recoil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @xarc/react-recoil

This log was last generated on Wed, 03 Jan 2024 23:41:10 GMT and should not be manually modified.
This log was last generated on Mon, 08 Jan 2024 20:33:22 GMT and should not be manually modified.

## 1.1.4
Mon, 08 Jan 2024 20:33:22 GMT

### Patches

- Fix an issue with npm packing and not publishing all dist folders

## 1.1.3
Wed, 03 Jan 2024 23:41:10 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-react-recoil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xarc/react-recoil",
"version": "1.1.3",
"version": "1.1.4",
"description": "Electrode xarc React application recoil support",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/xarc-react-redux-observable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@xarc/react-redux-observable",
"entries": [
{
"version": "1.1.3",
"tag": "@xarc/react-redux-observable_v1.1.3",
"date": "Mon, 08 Jan 2024 20:33:22 GMT",
"comments": {
"patch": [
{
"comment": "Fix an issue with npm packing and not publishing all dist folders"
}
],
"dependency": [
{
"comment": "Updating dependency \"@xarc/react-redux\" from `^1.1.3` to `^1.1.4`"
}
]
}
},
{
"version": "1.1.2",
"tag": "@xarc/react-redux-observable_v1.1.2",
Expand Down
9 changes: 8 additions & 1 deletion packages/xarc-react-redux-observable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @xarc/react-redux-observable

This log was last generated on Thu, 07 Sep 2023 22:19:14 GMT and should not be manually modified.
This log was last generated on Mon, 08 Jan 2024 20:33:22 GMT and should not be manually modified.

## 1.1.3
Mon, 08 Jan 2024 20:33:22 GMT

### Patches

- Fix an issue with npm packing and not publishing all dist folders

## 1.1.2
Thu, 07 Sep 2023 22:19:14 GMT
Expand Down
Loading

0 comments on commit 5b06cb0

Please sign in to comment.