Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
code-forger committed Mar 7, 2023
1 parent 1f29629 commit 1ee5942
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 15 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.2.0) (2023-03-07)


### Bug Fixes

* **cache:** remove previous data or error on new run ([#66](https://github.com/americanexpress/fetchye/issues/66)) ([f921ef3](https://github.com/americanexpress/fetchye/commit/f921ef301c7ac28172772acccae0f6274cf76225))
* **peerDeps:** creating fix commit for versioning reasons ([#60](https://github.com/americanexpress/fetchye/issues/60)) ([f63a28e](https://github.com/americanexpress/fetchye/commit/f63a28e09b0796870c5d8b8388ebbdc4bd8639f9))


### Features

* **compute-key:** add support for mapKeyToCacheKey ([#71](https://github.com/americanexpress/fetchye/issues/71)) ([1f29629](https://github.com/americanexpress/fetchye/commit/1f29629a8d4e053546f08c089739f205ee7bbc05))





## [1.1.2](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.1.2) (2022-10-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"allowBranch": "chore/release-*"
}
},
"version": "1.1.2"
"version": "1.2.0"
}
8 changes: 8 additions & 0 deletions packages/fetchye-core/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.2.0](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.2.0) (2023-03-07)

**Note:** Version bump only for package fetchye-core





## [1.1.2](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.1.2) (2022-10-21)

**Note:** Version bump only for package fetchye-core
Expand Down
2 changes: 1 addition & 1 deletion packages/fetchye-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchye-core",
"version": "1.1.2",
"version": "1.2.0",
"description": "Core components of the Fetchye library",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/fetchye-immutable-cache/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.2.0](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.2.0) (2023-03-07)


### Bug Fixes

* **cache:** remove previous data or error on new run ([#66](https://github.com/americanexpress/fetchye/issues/66)) ([f921ef3](https://github.com/americanexpress/fetchye/commit/f921ef301c7ac28172772acccae0f6274cf76225))





## [1.1.2](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.1.2) (2022-10-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/fetchye-immutable-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchye-immutable-cache",
"version": "1.1.2",
"version": "1.2.0",
"description": "Immutable cache library to use with fetchye.",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@babel/core": "7.11.6",
"babel-preset-amex": "^3.4.1",
"cross-env": "^7.0.2",
"fetchye-test-utils": "^1.1.2",
"fetchye-test-utils": "^1.2.0",
"redux": "^4.0.5",
"rimraf": "^3.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/fetchye-one-app/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.2.0](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.2.0) (2023-03-07)

**Note:** Version bump only for package fetchye-one-app





## [1.1.2](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.1.2) (2022-10-21)

**Note:** Version bump only for package fetchye-one-app
Expand Down
10 changes: 5 additions & 5 deletions packages/fetchye-one-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchye-one-app",
"version": "1.1.2",
"version": "1.2.0",
"description": "Collection of helpers to aid fetchye integration with One App",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -40,9 +40,9 @@
],
"dependencies": {
"@babel/runtime": "^7.11.2",
"fetchye-immutable-cache": "^1.1.2",
"fetchye-redux-provider": "^1.1.2",
"fetchye-test-utils": "^1.1.2",
"fetchye-immutable-cache": "^1.2.0",
"fetchye-redux-provider": "^1.2.0",
"fetchye-test-utils": "^1.2.0",
"invariant": "^2.2.4",
"prop-types": "^15.7.2"
},
Expand All @@ -57,7 +57,7 @@
"@testing-library/react": "^11.0.4",
"babel-preset-amex": "^3.4.1",
"cross-env": "^7.0.2",
"fetchye-core": "^1.1.2",
"fetchye-core": "^1.2.0",
"immutable": "^4.0.0-rc.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/fetchye-redux-provider/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.2.0](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.2.0) (2023-03-07)

**Note:** Version bump only for package fetchye-redux-provider





## [1.1.2](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.1.2) (2022-10-21)

**Note:** Version bump only for package fetchye-redux-provider
Expand Down
4 changes: 2 additions & 2 deletions packages/fetchye-redux-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchye-redux-provider",
"version": "1.1.2",
"version": "1.2.0",
"description": "Redux provider for fetchye.",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@testing-library/react": "^11.0.4",
"babel-preset-amex": "^3.4.1",
"cross-env": "^7.0.2",
"fetchye": "^1.1.2",
"fetchye": "^1.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/fetchye-test-utils/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.2.0](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.2.0) (2023-03-07)


### Bug Fixes

* **cache:** remove previous data or error on new run ([#66](https://github.com/americanexpress/fetchye/issues/66)) ([f921ef3](https://github.com/americanexpress/fetchye/commit/f921ef301c7ac28172772acccae0f6274cf76225))





## [1.1.2](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.1.2) (2022-10-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/fetchye-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchye-test-utils",
"version": "1.1.2",
"version": "1.2.0",
"description": "Core components of the Fetchye library",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/fetchye/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.2.0) (2023-03-07)


### Bug Fixes

* **cache:** remove previous data or error on new run ([#66](https://github.com/americanexpress/fetchye/issues/66)) ([f921ef3](https://github.com/americanexpress/fetchye/commit/f921ef301c7ac28172772acccae0f6274cf76225))
* **peerDeps:** creating fix commit for versioning reasons ([#60](https://github.com/americanexpress/fetchye/issues/60)) ([f63a28e](https://github.com/americanexpress/fetchye/commit/f63a28e09b0796870c5d8b8388ebbdc4bd8639f9))


### Features

* **compute-key:** add support for mapKeyToCacheKey ([#71](https://github.com/americanexpress/fetchye/issues/71)) ([1f29629](https://github.com/americanexpress/fetchye/commit/1f29629a8d4e053546f08c089739f205ee7bbc05))





## [1.1.2](https://github.com/americanexpress/fetchye/compare/v1.1.0...v1.1.2) (2022-10-21)


Expand Down
6 changes: 3 additions & 3 deletions packages/fetchye/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchye",
"version": "1.1.2",
"version": "1.2.0",
"description": "If you know how to use Fetch, you know how to use Fetchye [fetch-yae]. Simple React Hooks, Centralized Cache, Infinitely Extensible.",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
],
"dependencies": {
"@babel/runtime": "^7.11.2",
"fetchye-core": "^1.1.2",
"fetchye-core": "^1.2.0",
"object-hash": "^2.0.3",
"prop-types": "^15.7.2"
},
Expand All @@ -67,7 +67,7 @@
"@testing-library/react": "^11.0.4",
"babel-preset-amex": "^3.4.1",
"cross-env": "^7.0.2",
"fetchye-test-utils": "^1.1.2",
"fetchye-test-utils": "^1.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.1",
Expand Down

0 comments on commit 1ee5942

Please sign in to comment.