Skip to content

Commit

Permalink
chore: version updates after publish (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvishnun committed Jan 4, 2024
1 parent 55072c1 commit bdf6691
Show file tree
Hide file tree
Showing 676 changed files with 250,668 additions and 387,997 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@xarc/subapp/fix-stats-error_2024-01-03-22-51.json

This file was deleted.

This file was deleted.

16 changes: 16 additions & 0 deletions common/changes/@xarc/webpack/master_2024-01-03-23-41.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.6 to ^11.0.7.",
"packageName": "@xarc/webpack"
},
{
"changeType": 1,
"comment": "Dependency @xarc/app-dev version bump from ^11.0.6 to ^11.0.7.",
"packageName": "@xarc/webpack"
}
],
"packageName": "@xarc/webpack",
"email": "1584121+arunvishnun@users.noreply.github.com"
}
11 changes: 0 additions & 11 deletions common/changes/subapp-react/master_2023-08-29-14-57.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/subapp-react/master_2023-10-31-04-39.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/subapp-react/master_2023-12-13-04-19.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/subapp-react/publish-08052023_2023-05-08-22-49.json

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/subapp-server/fix-stats-error_2024-01-03-22-51.json

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/subapp-util/fix-stats-error_2024-01-03-22-51.json

This file was deleted.

11 changes: 11 additions & 0 deletions common/changes/subapp-web/master_2024-01-03-23-41.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.6 to ^11.0.7.",
"packageName": "subapp-web"
}
],
"packageName": "subapp-web",
"email": "1584121+arunvishnun@users.noreply.github.com"
}
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.6",
"version": "11.0.7",
/**
* (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.2",
"version": "3.0.3",
"nextBump": "patch"
}
]
29 changes: 29 additions & 0 deletions packages/subapp-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "subapp-react",
"entries": [
{
"version": "1.2.0",
"tag": "subapp-react_v1.2.0",
"date": "Wed, 03 Jan 2024 23:41:10 GMT",
"comments": {
"dependency": [
{
"comment": "Dependency @xarc/app version bump from ^11.0.4 to ^11.0.5."
},
{
"comment": "Dependency @xarc/app version bump from ^11.0.5 to ^11.0.6."
},
{
"comment": "Dependency @xarc/app version bump from ^11.0.6 to ^11.0.7."
},
{
"comment": "Dependency @xarc/app version bump from ^11.0.3 to ^11.0.4."
},
{
"comment": "Updating dependency \"subapp-util\" from `^1.1.4` to `^1.1.5`"
}
],
"minor": [
{
"comment": "added react-router-dom v6 in peer dependencies"
}
]
}
},
{
"version": "1.1.1",
"tag": "subapp-react_v1.1.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/subapp-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - subapp-react

This log was last generated on Thu, 04 May 2023 21:08:31 GMT and should not be manually modified.
This log was last generated on Wed, 03 Jan 2024 23:41:10 GMT and should not be manually modified.

## 1.2.0
Wed, 03 Jan 2024 23:41:10 GMT

### Minor changes

- added react-router-dom v6 in peer dependencies

## 1.1.1
Thu, 04 May 2023 21:08:31 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/subapp-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-react",
"version": "1.1.1",
"version": "1.2.0",
"description": "Electrode subapp support for React/Redux/React Router",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@babel/runtime": "^7.23.6",
"optional-require": "^1.1.8",
"subapp-util": "^1.1.4",
"subapp-util": "^1.1.5",
"subapp-web": "^2.1.4"
},
"devDependencies": {
Expand All @@ -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.6",
"@xarc/app": "^11.0.7",
"@xarc/run": "^1.1.1",
"babel-preset-minify": "^0.5.2",
"electrode-archetype-njs-module-dev": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"dependencies": {
"optional-require": "^1.1.6",
"subapp-util": "^1.1.4",
"subapp-util": "^1.1.5",
"subapp-web": "^2.1.4"
},
"devDependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/subapp-server/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"name": "subapp-server",
"entries": [
{
"version": "2.3.0",
"tag": "subapp-server_v2.3.0",
"date": "Wed, 03 Jan 2024 23:41:10 GMT",
"comments": {
"patch": [
{
"comment": "Add missing direct dependency. This was available as transitive dependency before"
}
],
"minor": [
{
"comment": "Fix webpack stats error in dev mode during initial start up"
}
],
"dependency": [
{
"comment": "Updating dependency \"subapp-util\" from `^1.1.4` to `^1.1.5`"
}
]
}
},
{
"version": "2.2.2",
"tag": "subapp-server_v2.2.2",
Expand Down
13 changes: 12 additions & 1 deletion packages/subapp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log - subapp-server

This log was last generated on Tue, 29 Aug 2023 14:57:37 GMT and should not be manually modified.
This log was last generated on Wed, 03 Jan 2024 23:41:10 GMT and should not be manually modified.

## 2.3.0
Wed, 03 Jan 2024 23:41:10 GMT

### Minor changes

- Fix webpack stats error in dev mode during initial start up

### Patches

- Add missing direct dependency. This was available as transitive dependency before

## 2.2.2
Tue, 29 Aug 2023 14:57:37 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/subapp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-server",
"version": "2.2.2",
"version": "2.3.0",
"description": "Electrode SubApp app server support",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -37,9 +37,9 @@
"filter-scan-dir": "1.5.5",
"http-status-codes": "^2.2.0",
"optional-require": "^1.1.8",
"subapp-util": "^1.1.4",
"xaa": "^1.7.3",
"subapp-web": "^2.1.4"
"subapp-util": "^1.1.5",
"subapp-web": "^2.1.4",
"xaa": "^1.7.3"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
Expand Down
12 changes: 12 additions & 0 deletions packages/subapp-util/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "subapp-util",
"entries": [
{
"version": "1.1.5",
"tag": "subapp-util_v1.1.5",
"date": "Wed, 03 Jan 2024 23:41:10 GMT",
"comments": {
"patch": [
{
"comment": "Add the missing lodash direct dependency"
}
]
}
},
{
"version": "1.1.4",
"tag": "subapp-util_v1.1.4",
Expand Down
9 changes: 8 additions & 1 deletion packages/subapp-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - subapp-util

This log was last generated on Thu, 04 May 2023 21:08:31 GMT and should not be manually modified.
This log was last generated on Wed, 03 Jan 2024 23:41:10 GMT and should not be manually modified.

## 1.1.5
Wed, 03 Jan 2024 23:41:10 GMT

### Patches

- Add the missing lodash direct dependency

## 1.1.4
Thu, 04 May 2023 21:08:31 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-util",
"version": "1.1.4",
"version": "1.1.5",
"description": "Util for Electrode SubApp",
"main": "lib/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/subapp-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"lodash": "^4.17.15",
"node-fetch": "2.6.12",
"optional-require": "^1.1.8",
"subapp-util": "^1.1.4",
"subapp-util": "^1.1.5",
"xaa": "^1.7.3"
},
"peerDependencies": {
"@xarc/app": "^11.0.6"
"@xarc/app": "^11.0.7"
},
"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.6",
"@xarc/app": "^11.0.7",
"@xarc/module-dev": "^4.1.0",
"@xarc/run": "^1.1.1",
"babel-preset-minify": "^0.5.1",
Expand Down
Loading

0 comments on commit bdf6691

Please sign in to comment.