Skip to content

Commit 6a80e04

Browse files
v1.6.0
1 parent f6f9d94 commit 6a80e04

File tree

14 files changed

+81
-15
lines changed

14 files changed

+81
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.6.0) (2024-08-29)
7+
8+
9+
### Features
10+
11+
* **makeServerFetchye:** adding run method to response ([#92](https://github.com/americanexpress/fetchye/issues/92)) ([f6f9d94](https://github.com/americanexpress/fetchye/commit/f6f9d944ea616ca3c5e61fccac6a024397dcae5b))
12+
* **oneFetchye:** Introduce new imperative api ([f6ec47e](https://github.com/americanexpress/fetchye/commit/f6ec47ea860ef4a8ff63a3e07d7405b6b7760b2c))
13+
14+
15+
16+
17+
618
# [1.5.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.5.0) (2024-02-06)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"allowBranch": "chore/release-*"
1111
}
1212
},
13-
"version": "1.5.0"
13+
"version": "1.6.0"
1414
}

packages/fetchye-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.6.0) (2024-08-29)
7+
8+
**Note:** Version bump only for package fetchye-core
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.5.0) (2024-02-06)
715

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

packages/fetchye-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchye-core",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Core components of the Fetchye library",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",

packages/fetchye-immutable-cache/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.6.0) (2024-08-29)
7+
8+
**Note:** Version bump only for package fetchye-immutable-cache
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.5.0) (2024-02-06)
715

816
**Note:** Version bump only for package fetchye-immutable-cache

packages/fetchye-immutable-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchye-immutable-cache",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Immutable cache library to use with fetchye.",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
@@ -42,7 +42,7 @@
4242
"@babel/core": "7.11.6",
4343
"babel-preset-amex": "^3.4.1",
4444
"cross-env": "^7.0.2",
45-
"fetchye-test-utils": "^1.5.0",
45+
"fetchye-test-utils": "^1.6.0",
4646
"redux": "^4.0.5",
4747
"rimraf": "^3.0.2"
4848
},

packages/fetchye-one-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.6.0) (2024-08-29)
7+
8+
9+
### Features
10+
11+
* **oneFetchye:** Introduce new imperative api ([f6ec47e](https://github.com/americanexpress/fetchye/commit/f6ec47ea860ef4a8ff63a3e07d7405b6b7760b2c))
12+
13+
14+
15+
16+
617
# [1.5.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.5.0) (2024-02-06)
718

819

packages/fetchye-one-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchye-one-app",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Collection of helpers to aid fetchye integration with One App",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
@@ -40,9 +40,9 @@
4040
],
4141
"dependencies": {
4242
"@babel/runtime": "^7.11.2",
43-
"fetchye-immutable-cache": "^1.5.0",
44-
"fetchye-redux-provider": "^1.5.0",
45-
"fetchye-test-utils": "^1.5.0",
43+
"fetchye-immutable-cache": "^1.6.0",
44+
"fetchye-redux-provider": "^1.6.0",
45+
"fetchye-test-utils": "^1.6.0",
4646
"invariant": "^2.2.4",
4747
"prop-types": "^15.7.2"
4848
},
@@ -57,7 +57,7 @@
5757
"@testing-library/react": "^11.0.4",
5858
"babel-preset-amex": "^3.4.1",
5959
"cross-env": "^7.0.2",
60-
"fetchye-core": "^1.5.0",
60+
"fetchye-core": "^1.6.0",
6161
"immutable": "^4.0.0-rc.12",
6262
"react": "^17.0.2",
6363
"react-dom": "^17.0.2",

packages/fetchye-redux-provider/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.6.0) (2024-08-29)
7+
8+
**Note:** Version bump only for package fetchye-redux-provider
9+
10+
11+
12+
13+
614
# [1.5.0](https://github.com/americanexpress/fetchye/compare/v1.4.0...v1.5.0) (2024-02-06)
715

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

packages/fetchye-redux-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchye-redux-provider",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Redux provider for fetchye.",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
@@ -43,7 +43,7 @@
4343
"@testing-library/react": "^11.0.4",
4444
"babel-preset-amex": "^3.4.1",
4545
"cross-env": "^7.0.2",
46-
"fetchye": "^1.5.0",
46+
"fetchye": "^1.6.0",
4747
"react": "^17.0.2",
4848
"react-dom": "^17.0.2",
4949
"rimraf": "^3.0.2"

0 commit comments

Comments
 (0)