File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 1.8.0] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0 ) (2025-11-26)
7+
8+
9+ ### Features
10+
11+ * bump peerDeps for react and react redux ([ #108 ] ( https://github.com/americanexpress/fetchye/issues/108 ) ) ([ f0fe304] ( https://github.com/americanexpress/fetchye/commit/f0fe304261c8b9ee946a216e9eef197db876a83d ) )
12+
13+
14+
15+
16+
617## [ 1.7.1] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.7.1 ) (2025-08-08)
718
819
Original file line number Diff line number Diff line change 1010 "allowBranch" : " chore/release-*"
1111 }
1212 },
13- "version" : " 1.7.1 "
13+ "version" : " 1.8.0 "
1414}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 1.8.0] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0 ) (2025-11-26)
7+
8+ ** Note:** Version bump only for package fetchye-core
9+
10+
11+
12+
13+
614## [ 1.7.1] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.7.1 ) (2025-08-08)
715
816** Note:** Version bump only for package fetchye-core
Original file line number Diff line number Diff line change 11{
22 "name" : " fetchye-core" ,
3- "version" : " 1.7.1 " ,
3+ "version" : " 1.8.0 " ,
44 "description" : " Core components of the Fetchye library" ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 1.8.0] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0 ) (2025-11-26)
7+
8+ ** Note:** Version bump only for package fetchye-immutable-cache
9+
10+
11+
12+
13+
614## [ 1.7.1] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.7.1 ) (2025-08-08)
715
816** Note:** Version bump only for package fetchye-immutable-cache
Original file line number Diff line number Diff line change 11{
22 "name" : " fetchye-immutable-cache" ,
3- "version" : " 1.7.1 " ,
3+ "version" : " 1.8.0 " ,
44 "description" : " Immutable cache library to use with fetchye." ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
4242 "@babel/core" : " 7.11.6" ,
4343 "babel-preset-amex" : " ^3.4.1" ,
4444 "cross-env" : " ^7.0.2" ,
45- "fetchye-test-utils" : " ^1.7.1 " ,
45+ "fetchye-test-utils" : " ^1.8.0 " ,
4646 "redux" : " ^4.0.5" ,
4747 "rimraf" : " ^3.0.2"
4848 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 1.8.0] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0 ) (2025-11-26)
7+
8+ ** Note:** Version bump only for package fetchye-one-app
9+
10+
11+
12+
13+
614## [ 1.7.1] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.7.1 ) (2025-08-08)
715
816** Note:** Version bump only for package fetchye-one-app
Original file line number Diff line number Diff line change 11{
22 "name" : " fetchye-one-app" ,
3- "version" : " 1.7.1 " ,
3+ "version" : " 1.8.0 " ,
44 "description" : " Collection of helpers to aid fetchye integration with One App" ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
4040 ],
4141 "dependencies" : {
4242 "@babel/runtime" : " ^7.11.2" ,
43- "fetchye-immutable-cache" : " ^1.7.1 " ,
44- "fetchye-redux-provider" : " ^1.7.1 " ,
45- "fetchye-test-utils" : " ^1.7.1 " ,
43+ "fetchye-immutable-cache" : " ^1.8.0 " ,
44+ "fetchye-redux-provider" : " ^1.8.0 " ,
45+ "fetchye-test-utils" : " ^1.8.0 " ,
4646 "invariant" : " ^2.2.4" ,
4747 "prop-types" : " ^15.7.2"
4848 },
5757 "@testing-library/react" : " ^11.0.4" ,
5858 "babel-preset-amex" : " ^3.4.1" ,
5959 "cross-env" : " ^7.0.2" ,
60- "fetchye-core" : " ^1.7.1 " ,
60+ "fetchye-core" : " ^1.8.0 " ,
6161 "immutable" : " ^4.0.0-rc.12" ,
6262 "react" : " ^17.0.2" ,
6363 "react-dom" : " ^17.0.2" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 1.8.0] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.8.0 ) (2025-11-26)
7+
8+
9+ ### Features
10+
11+ * bump peerDeps for react and react redux ([ #108 ] ( https://github.com/americanexpress/fetchye/issues/108 ) ) ([ f0fe304] ( https://github.com/americanexpress/fetchye/commit/f0fe304261c8b9ee946a216e9eef197db876a83d ) )
12+
13+
14+
15+
16+
617## [ 1.7.1] ( https://github.com/americanexpress/fetchye/compare/v1.7.0...v1.7.1 ) (2025-08-08)
718
819** Note:** Version bump only for package fetchye-redux-provider
Original file line number Diff line number Diff line change 11{
22 "name" : " fetchye-redux-provider" ,
3- "version" : " 1.7.1 " ,
3+ "version" : " 1.8.0 " ,
44 "description" : " Redux provider for fetchye." ,
55 "license" : " Apache-2.0" ,
66 "main" : " lib/index.js" ,
4343 "@testing-library/react" : " ^11.0.4" ,
4444 "babel-preset-amex" : " ^3.4.1" ,
4545 "cross-env" : " ^7.0.2" ,
46- "fetchye" : " ^1.7.1 " ,
46+ "fetchye" : " ^1.8.0 " ,
4747 "react" : " ^17.0.2" ,
4848 "react-dom" : " ^17.0.2" ,
4949 "rimraf" : " ^3.0.2"
You can’t perform that action at this time.
0 commit comments