Skip to content

Commit

Permalink
chore: changelogs for redux and react-query upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Vishnu committed Oct 25, 2024
1 parent 38c996d commit 23f62c8
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 37 deletions.

This file was deleted.

This file was deleted.

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": "3.0.0",
"tag": "subapp-redux_v3.0.0",
"date": "Fri, 25 Oct 2024 17:22:04 GMT",
"comments": {
"major": [
{
"comment": "Upgrade internal implementation to use @reduxjs/toolkit"
}
]
}
},
{
"version": "2.3.0",
"tag": "subapp-redux_v2.3.0",
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 Fri, 19 Apr 2024 20:43:30 GMT and should not be manually modified.
This log was last generated on Fri, 25 Oct 2024 17:22:04 GMT and should not be manually modified.

## 3.0.0
Fri, 25 Oct 2024 17:22:04 GMT

### Breaking changes

- Upgrade internal implementation to use @reduxjs/toolkit

## 2.3.0
Fri, 19 Apr 2024 20:43:30 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/subapp-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subapp-redux",
"version": "2.3.0",
"version": "3.0.0",
"description": "Electrode subapp redux support",
"module": "dist/dev/index.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -38,15 +38,15 @@
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.9",
"@reduxjs/toolkit": ">= 2",
"@xarc/run": "^1.1.1",
"babel-preset-minify": "^0.5.1",
"electrode-archetype-njs-module-dev": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.1",
"run-verify": "^1.2.6",
"subapp-pkg-util": "0.0.1",
"@reduxjs/toolkit": ">= 2"
"subapp-pkg-util": "0.0.1"
},
"peerDependencies": {
"react": "*",
Expand Down Expand Up @@ -80,4 +80,4 @@
"lines": 10,
"cache": true
}
}
}
2 changes: 1 addition & 1 deletion packages/xarc-create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@xarc/app-dev": "^11.0.10",
"@xarc/module-dev": "^2.2.4",
"@xarc/react": "^1.0.6",
"@xarc/react-query": "^1.0.7",
"@xarc/react-query": "^2.0.0",
"@xarc/react-redux": "^2.0.0",
"babel-loader": "^9.1.3",
"chai": "^4.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": "2.0.0",
"tag": "@xarc/react-query_v2.0.0",
"date": "Fri, 25 Oct 2024 17:22:04 GMT",
"comments": {
"major": [
{
"comment": "update react query to @tanstack/react-query"
}
]
}
},
{
"version": "1.0.7",
"tag": "@xarc/react-query_v1.0.7",
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 Fri, 06 Sep 2024 17:12:11 GMT and should not be manually modified.
This log was last generated on Fri, 25 Oct 2024 17:22:04 GMT and should not be manually modified.

## 2.0.0
Fri, 25 Oct 2024 17:22:04 GMT

### Breaking changes

- update react query to @tanstack/react-query

## 1.0.7
Fri, 06 Sep 2024 17:12:11 GMT
Expand Down
8 changes: 4 additions & 4 deletions 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.7",
"version": "2.0.0",
"description": "xarc React.js application react-query support",
"main": "dist-node-cjs/node/index.js",
"module": "dist-node-esm/node/index.js",
Expand All @@ -24,9 +24,9 @@
"react-dom": "*"
},
"dependencies": {
"@tanstack/react-query": "^5.59.15",
"@xarc/subapp": "^0.4.2",
"tslib": "^2.4.0",
"@tanstack/react-query": "^5.59.15"
"tslib": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
Expand Down Expand Up @@ -118,4 +118,4 @@
],
"recursive": true
}
}
}
4 changes: 2 additions & 2 deletions samples/poc-subapp-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"subapp-react": "^1.3.0",
"subapp-redux": "^2.3.0",
"subapp-redux": "^3.0.0",
"subapp-server": "^2.4.2",
"subapp-web": "^2.1.6",
"@reduxjs/toolkit": ">= 2"
Expand All @@ -65,4 +65,4 @@
"prettier": {
"printWidth": 100
}
}
}
2 changes: 1 addition & 1 deletion samples/poc-subapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-router-dom": "^6.23.1",
"redux": "^4.2.1",
"subapp-react": "^1.3.0",
"subapp-redux": "^2.3.0",
"subapp-redux": "^3.0.0",
"subapp-server": "^2.4.2",
"subapp-web": "^2.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/poc-subappv1-csp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-router-dom": "^6.23.1",
"redux": "^4.2.1",
"subapp-react": "^1.3.0",
"subapp-redux": "^2.3.0",
"subapp-redux": "^3.0.0",
"subapp-server": "^2.4.2",
"subapp-web": "^2.1.6",
"crypto": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion samples/subapp2-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@xarc/fastify-server": "^3.3.0",
"@xarc/app": "^11.0.10",
"@xarc/react": "^1.0.6",
"@xarc/react-query": "^1.0.7",
"@xarc/react-query": "^2.0.0",
"@xarc/react-redux": "^2.0.0",
"@xarc/react-router": "^1.1.6",
"@module-federation/concat-runtime": "~0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion samples/subapp2-poc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@xarc/app": "^11.0.10",
"@xarc/fastify-server": "^3.3.0",
"@xarc/react": "^1.0.6",
"@xarc/react-query": "^1.0.7",
"@xarc/react-query": "^2.0.0",
"@xarc/react-recoil": "^1.1.6",
"@xarc/react-redux": "^2.0.0",
"@xarc/react-router": "^1.1.6",
Expand Down

0 comments on commit 23f62c8

Please sign in to comment.