Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelogs #2009

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

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.

This file was deleted.

This file was deleted.

17 changes: 17 additions & 0 deletions packages/subapp-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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