Skip to content

Commit

Permalink
chore: changelogs (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvishnun committed Apr 24, 2024
1 parent 809757d commit d522aa2
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 51 deletions.
10 changes: 0 additions & 10 deletions common/changes/subapp-react/feat-subapproot_2024-04-18-19-39.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/subapp-react/master_2024-01-08-20-33.json

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/subapp-redux/feat-subapproot_2024-04-18-19-39.json

This file was deleted.

This file was deleted.

17 changes: 17 additions & 0 deletions packages/subapp-react/CHANGELOG.json
@@ -1,6 +1,23 @@
{
"name": "subapp-react",
"entries": [
{
"version": "1.3.0",
"tag": "subapp-react_v1.3.0",
"date": "Fri, 19 Apr 2024 20:43:30 GMT",
"comments": {
"minor": [
{
"comment": "Expose subapp root to provide better lifecycle control for applications"
}
],
"dependency": [
{
"comment": "Dependency @xarc/app version bump from ^11.0.7 to ^11.0.8."
}
]
}
},
{
"version": "1.2.0",
"tag": "subapp-react_v1.2.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/subapp-react/CHANGELOG.md
@@ -1,6 +1,13 @@
# Change Log - subapp-react

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 Fri, 19 Apr 2024 20:43:30 GMT and should not be manually modified.

## 1.3.0
Fri, 19 Apr 2024 20:43:30 GMT

### Minor changes

- Expose subapp root to provide better lifecycle control for applications

## 1.2.0
Wed, 03 Jan 2024 23:41:10 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-react/package.json
@@ -1,6 +1,6 @@
{
"name": "subapp-react",
"version": "1.2.0",
"version": "1.3.0",
"description": "Electrode subapp support for React/Redux/React Router",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/subapp-redux/CHANGELOG.json
@@ -1,6 +1,18 @@
{
"name": "subapp-redux",
"entries": [
{
"version": "2.3.0",
"tag": "subapp-redux_v2.3.0",
"date": "Fri, 19 Apr 2024 20:43:30 GMT",
"comments": {
"minor": [
{
"comment": "expose subapp root to provide better lifecycle control for applications"
}
]
}
},
{
"version": "2.2.1",
"tag": "subapp-redux_v2.2.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/subapp-redux/CHANGELOG.md
@@ -1,6 +1,13 @@
# Change Log - subapp-redux

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 Fri, 19 Apr 2024 20:43:30 GMT and should not be manually modified.

## 2.3.0
Fri, 19 Apr 2024 20:43:30 GMT

### Minor changes

- expose subapp root to provide better lifecycle control for applications

## 2.2.1
Thu, 04 May 2023 21:08:31 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "subapp-redux",
"version": "2.2.1",
"version": "2.3.0",
"description": "Electrode subapp redux support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions samples/poc-subapp-redux/package.json
Expand Up @@ -50,8 +50,8 @@
"react-router-dom": "^6.4.3",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"subapp-react": "^1.2.0",
"subapp-redux": "^2.2.1",
"subapp-react": "^1.3.0",
"subapp-redux": "^2.3.0",
"subapp-server": "^2.4.0",
"subapp-web": "^2.1.4"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/poc-subapp/package.json
Expand Up @@ -50,8 +50,8 @@
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"redux": "^4.2.1",
"subapp-react": "^1.2.0",
"subapp-redux": "^2.2.1",
"subapp-react": "^1.3.0",
"subapp-redux": "^2.3.0",
"subapp-server": "^2.4.0",
"subapp-web": "^2.1.4"
},
Expand Down
4 changes: 2 additions & 2 deletions samples/poc-subappv1-csp/package.json
Expand Up @@ -48,8 +48,8 @@
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0",
"redux": "^4.2.1",
"subapp-react": "^1.2.0",
"subapp-redux": "^2.2.1",
"subapp-react": "^1.3.0",
"subapp-redux": "^2.3.0",
"subapp-server": "^2.4.0",
"subapp-web": "^2.1.4",
"crypto": "^1.0.1"
Expand Down

0 comments on commit d522aa2

Please sign in to comment.