Skip to content

Commit

Permalink
chore: minor change to force publish to publish esm bundles and docs …
Browse files Browse the repository at this point in the history
…update
  • Loading branch information
arunvishnun committed Sep 7, 2023
1 parent 91385ed commit e31056f
Show file tree
Hide file tree
Showing 53 changed files with 3,445 additions and 16,412 deletions.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/xarc-create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@xarc/module-dev": "^2.2.4",
"@xarc/react": "^1.0.3",
"@xarc/react-query": "^1.0.2",
"@xarc/react-redux": "^1.1.1",
"@xarc/react-redux": "^1.1.2",
"babel-loader": "^9.1.3",
"chai": "^4.2.0",
"chalker": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-react-redux-observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "*"
},
"dependencies": {
"@xarc/react-redux": "^1.1.1",
"@xarc/react-redux": "^1.1.2",
"redux-observable": "^1.2.0",
"rxjs": "^6.6.3",
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-react-redux-saga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "*"
},
"dependencies": {
"@xarc/react-redux": "^1.1.1",
"@xarc/react-redux": "^1.1.2",
"redux-saga": "^1.1.3",
"tslib": "^2.1.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/xarc-react-redux/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@xarc/react-redux",
"entries": [
{
"version": "1.1.2",
"tag": "@xarc/react-redux_v1.1.2",
"date": "Thu, 07 Sep 2023 21:29:15 GMT",
"comments": {
"patch": [
{
"comment": "minor change to force publish to publish esm bundles"
}
]
}
},
{
"version": "1.1.1",
"tag": "@xarc/react-redux_v1.1.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/xarc-react-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @xarc/react-redux

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 Thu, 07 Sep 2023 21:29:15 GMT and should not be manually modified.

## 1.1.2
Thu, 07 Sep 2023 21:29:15 GMT

### Patches

- minor change to force publish to publish esm bundles

## 1.1.1
Tue, 29 Aug 2023 14:57:37 GMT
Expand Down
1 change: 1 addition & 0 deletions packages/xarc-react-redux/docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
Loading

0 comments on commit e31056f

Please sign in to comment.