Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
chore(release): %v
Browse files Browse the repository at this point in the history
  • Loading branch information
oneamexbot committed Feb 22, 2024
1 parent fca187c commit cbf4fad
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/holocron-module-route/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.2](https://github.com/americanexpress/holocron/compare/[email protected]@1.10.2) (2024-02-22)

**Note:** Version bump only for package holocron-module-route





## [1.10.1](https://github.com/americanexpress/holocron/compare/[email protected]@1.10.1) (2024-02-22)

**Note:** Version bump only for package holocron-module-route
Expand Down
4 changes: 2 additions & 2 deletions packages/holocron-module-route/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holocron-module-route",
"version": "1.10.1",
"version": "1.10.2",
"keywords": [
"holocron",
"amex",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"babel-loader": "^8.0.5",
"holocron": "^1.10.1",
"holocron": "^1.10.2",
"react": "^16.13.1",
"rimraf": "^2.5.4"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/holocron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.2](https://github.com/americanexpress/holocron/compare/[email protected]@1.10.2) (2024-02-22)


### Bug Fixes

* **holocron:** revert redux react-redux peer deps ([#175](https://github.com/americanexpress/holocron/issues/175)) ([fca187c](https://github.com/americanexpress/holocron/commit/fca187cf7e0306699dc699b67357c751f6a12a5b))





## [1.10.1](https://github.com/americanexpress/holocron/compare/[email protected]@1.10.1) (2024-02-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/holocron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holocron",
"version": "1.10.1",
"version": "1.10.2",
"main": "index.js",
"module": "src/index.js",
"keywords": [
Expand Down Expand Up @@ -34,10 +34,10 @@
"hoist-non-react-statics": "^3.3.0",
"immutable": "^4.0.0-rc.12",
"prop-types": "^15.5.10",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.1.0",
"react-redux": "^7.1.1",
"require-from-string": "^1.2.1",
"reselect": "^4.0.0",
"semver": "^7.3.8",
Expand Down

0 comments on commit cbf4fad

Please sign in to comment.