Skip to content

Commit 0ffd9b8

Browse files
committed
chore(release): 1.9.0
1 parent 2dc1b13 commit 0ffd9b8

File tree

15 files changed

+114
-19
lines changed

15 files changed

+114
-19
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.9.0](https://github.com/americanexpress/fetchye/compare/v1.8.0...v1.9.0) (2026-04-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **isLoading:** added catch for post render edge case ([6e30af6](https://github.com/americanexpress/fetchye/commit/6e30af6af26e1b872911653b7b476605b7ac307d))
12+
13+
14+
### Features
15+
16+
* **fetchye-one-app:** add streaming support ([#110](https://github.com/americanexpress/fetchye/issues/110)) ([53185ea](https://github.com/americanexpress/fetchye/commit/53185ea772e43cba0aaa86b2b337267449c97246)), closes [#111](https://github.com/americanexpress/fetchye/issues/111)
17+
* **fetchye-one-app:** only execute streamFetchye action on server ([#113](https://github.com/americanexpress/fetchye/issues/113)) ([2dc1b13](https://github.com/americanexpress/fetchye/commit/2dc1b13fee7463e33398818e54e34729427573d4))
18+
19+
20+
21+
22+
623
# [1.8.0](https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0) (2025-11-26)
724

825

lerna.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
4-
"useWorkspaces": true,
5-
"packages": [
6-
"packages/*"
7-
],
84
"command": {
95
"version": {
106
"conventionalCommits": true,
117
"allowBranch": "chore/release-*"
8+
},
9+
"publish": {
10+
"verifyAccess": false
1211
}
1312
},
14-
"version": "1.8.0"
13+
"version": "1.9.0"
1514
}

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "fetchye-project",
33
"private": true,
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/americanexpress/fetchye.git"
7+
},
48
"workspaces": [
59
"packages/*"
610
],

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.9.0](https://github.com/americanexpress/fetchye/compare/v1.8.0...v1.9.0) (2026-04-07)
7+
8+
**Note:** Version bump only for package fetchye-core
9+
10+
11+
12+
13+
614
# [1.8.0](https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0) (2025-11-26)
715

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

packages/fetchye-core/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchye-core",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Core components of the Fetchye library",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
@@ -9,6 +9,11 @@
99
"lib",
1010
"es"
1111
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/americanexpress/fetchye.git",
15+
"directory": "packages/fetchye-core"
16+
},
1217
"scripts": {
1318
"clean": "rimraf lib && rimraf es",
1419
"prebuild": "yarn clean",

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.9.0](https://github.com/americanexpress/fetchye/compare/v1.8.0...v1.9.0) (2026-04-07)
7+
8+
**Note:** Version bump only for package fetchye-immutable-cache
9+
10+
11+
12+
13+
614
# [1.8.0](https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0) (2025-11-26)
715

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

packages/fetchye-immutable-cache/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchye-immutable-cache",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Immutable cache library to use with fetchye.",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
@@ -9,6 +9,11 @@
99
"lib",
1010
"es"
1111
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/americanexpress/fetchye.git",
15+
"directory": "packages/fetchye-immutable-cache"
16+
},
1217
"scripts": {
1318
"clean": "rimraf lib && rimraf es",
1419
"prebuild": "yarn clean",
@@ -42,7 +47,7 @@
4247
"@babel/core": "7.11.6",
4348
"babel-preset-amex": "^3.4.1",
4449
"cross-env": "^7.0.2",
45-
"fetchye-test-utils": "^1.8.0",
50+
"fetchye-test-utils": "^1.9.0",
4651
"redux": "^4.0.5",
4752
"rimraf": "^3.0.2"
4853
},

packages/fetchye-one-app/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.9.0](https://github.com/americanexpress/fetchye/compare/v1.8.0...v1.9.0) (2026-04-07)
7+
8+
9+
### Features
10+
11+
* **fetchye-one-app:** add streaming support ([#110](https://github.com/americanexpress/fetchye/issues/110)) ([53185ea](https://github.com/americanexpress/fetchye/commit/53185ea772e43cba0aaa86b2b337267449c97246)), closes [#111](https://github.com/americanexpress/fetchye/issues/111)
12+
* **fetchye-one-app:** only execute streamFetchye action on server ([#113](https://github.com/americanexpress/fetchye/issues/113)) ([2dc1b13](https://github.com/americanexpress/fetchye/commit/2dc1b13fee7463e33398818e54e34729427573d4))
13+
14+
15+
16+
17+
618
# [1.8.0](https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0) (2025-11-26)
719

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

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.8.0",
3+
"version": "1.9.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.8.0",
44-
"fetchye-redux-provider": "^1.8.0",
45-
"fetchye-test-utils": "^1.8.0",
43+
"fetchye-immutable-cache": "^1.9.0",
44+
"fetchye-redux-provider": "^1.9.0",
45+
"fetchye-test-utils": "^1.9.0",
4646
"invariant": "^2.2.4",
4747
"prop-types": "^15.7.2"
4848
},
@@ -58,7 +58,7 @@
5858
"@testing-library/react-hooks": "^3.4.2",
5959
"babel-preset-amex": "^3.4.1",
6060
"cross-env": "^7.0.2",
61-
"fetchye-core": "^1.8.0",
61+
"fetchye-core": "^1.9.0",
6262
"immutable": "^4.0.0-rc.12",
6363
"react": "^17.0.2",
6464
"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.9.0](https://github.com/americanexpress/fetchye/compare/v1.8.0...v1.9.0) (2026-04-07)
7+
8+
**Note:** Version bump only for package fetchye-redux-provider
9+
10+
11+
12+
13+
614
# [1.8.0](https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0) (2025-11-26)
715

816

0 commit comments

Comments
 (0)