Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JAdshead committed Aug 10, 2021
1 parent 607358b commit 923933b
Show file tree
Hide file tree
Showing 14 changed files with 112 additions and 15 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.4) (2021-08-10)


### Bug Fixes

* **defaultFetcher:** Avoid known hang in node-fetch ([d33399c](https://github.com/americanexpress/fetchye/commit/d33399c71c6809a868c8f6b928ed349d995d8f6a))
* **deps:** fetchye-* depencency versions ([#51](https://github.com/americanexpress/fetchye/issues/51)) ([607358b](https://github.com/americanexpress/fetchye/commit/607358b6906571ab415883b4a878935d50a7bd44))
* **FetchyeProvider:** correct stale data bug ([#47](https://github.com/americanexpress/fetchye/issues/47)) ([2ff8c5a](https://github.com/americanexpress/fetchye/commit/2ff8c5a46c0266852d010cdf800adfe84f6d8d42))
* **jsonError:** update to handle NO CONTENT response ([030f886](https://github.com/americanexpress/fetchye/commit/030f8863de37fef253fcac477d8f30c55bd88cf7))
* **lerna-publish:** syntax ([#32](https://github.com/americanexpress/fetchye/issues/32)) ([21bcc7d](https://github.com/americanexpress/fetchye/commit/21bcc7d840d39c8e7a6e2e2cb95d85fdc1c6b372))
* **makeServerFetchye:** mask errors from server side fetching ([#49](https://github.com/americanexpress/fetchye/issues/49)) ([3503836](https://github.com/americanexpress/fetchye/commit/3503836ea914ff4877af1682c7c672e834286264))


### Features

* **FetchyeReduxProvider:** correct stale data bug ([574ccd3](https://github.com/americanexpress/fetchye/commit/574ccd30120b3f914bf713397bbc0fd1c4598836))





## [1.0.3](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.3) (2021-07-14)


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.0.3"
"version": "1.0.4"
}
13 changes: 13 additions & 0 deletions packages/fetchye-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.4) (2021-08-10)


### Bug Fixes

* **defaultFetcher:** Avoid known hang in node-fetch ([d33399c](https://github.com/americanexpress/fetchye/commit/d33399c71c6809a868c8f6b928ed349d995d8f6a))
* **jsonError:** update to handle NO CONTENT response ([030f886](https://github.com/americanexpress/fetchye/commit/030f8863de37fef253fcac477d8f30c55bd88cf7))
* **makeServerFetchye:** mask errors from server side fetching ([#49](https://github.com/americanexpress/fetchye/issues/49)) ([3503836](https://github.com/americanexpress/fetchye/commit/3503836ea914ff4877af1682c7c672e834286264))





## [1.0.3](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.3) (2021-07-14)


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.0.3",
"version": "1.0.4",
"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.0.4](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.4) (2021-08-10)


### Bug Fixes

* **deps:** fetchye-* depencency versions ([#51](https://github.com/americanexpress/fetchye/issues/51)) ([607358b](https://github.com/americanexpress/fetchye/commit/607358b6906571ab415883b4a878935d50a7bd44))





## [1.0.3](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.3) (2021-07-14)

**Note:** Version bump only for package fetchye-immutable-cache
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.0.3",
"version": "1.0.4",
"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.0.3",
"fetchye-test-utils": "^1.0.4",
"redux": "^4.0.5",
"rimraf": "^3.0.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/fetchye-one-app/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.0.4](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.4) (2021-08-10)


### Bug Fixes

* **deps:** fetchye-* depencency versions ([#51](https://github.com/americanexpress/fetchye/issues/51)) ([607358b](https://github.com/americanexpress/fetchye/commit/607358b6906571ab415883b4a878935d50a7bd44))





## [1.0.3](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.3) (2021-07-14)

**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.0.3",
"version": "1.0.4",
"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.0.3",
"fetchye-redux-provider": "^1.0.3",
"fetchye-test-utils": "^1.0.3",
"fetchye-immutable-cache": "^1.0.4",
"fetchye-redux-provider": "^1.0.4",
"fetchye-test-utils": "^1.0.4",
"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.0.3",
"fetchye-core": "^1.0.4",
"immutable": "^4.0.0-rc.12",
"react": "^16.14.0",
"react-dom": "^16.14.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/fetchye-redux-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.4) (2021-08-10)


### Bug Fixes

* **deps:** fetchye-* depencency versions ([#51](https://github.com/americanexpress/fetchye/issues/51)) ([607358b](https://github.com/americanexpress/fetchye/commit/607358b6906571ab415883b4a878935d50a7bd44))


### Features

* **FetchyeReduxProvider:** correct stale data bug ([574ccd3](https://github.com/americanexpress/fetchye/commit/574ccd30120b3f914bf713397bbc0fd1c4598836))





## [1.0.3](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.3) (2021-07-14)


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.0.3",
"version": "1.0.4",
"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.0.3",
"fetchye": "^1.0.4",
"rimraf": "^3.0.2"
},
"peerDependencies": {
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.0.4](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.4) (2021-08-10)


### Bug Fixes

* **deps:** fetchye-* depencency versions ([#51](https://github.com/americanexpress/fetchye/issues/51)) ([607358b](https://github.com/americanexpress/fetchye/commit/607358b6906571ab415883b4a878935d50a7bd44))





## [1.0.3](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.3) (2021-07-14)

**Note:** Version bump only for package fetchye-test-utils
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.0.3",
"version": "1.0.4",
"description": "Core components of the Fetchye library",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/fetchye/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.4) (2021-08-10)


### Bug Fixes

* **defaultFetcher:** Avoid known hang in node-fetch ([d33399c](https://github.com/americanexpress/fetchye/commit/d33399c71c6809a868c8f6b928ed349d995d8f6a))
* **FetchyeProvider:** correct stale data bug ([#47](https://github.com/americanexpress/fetchye/issues/47)) ([2ff8c5a](https://github.com/americanexpress/fetchye/commit/2ff8c5a46c0266852d010cdf800adfe84f6d8d42))
* **jsonError:** update to handle NO CONTENT response ([030f886](https://github.com/americanexpress/fetchye/commit/030f8863de37fef253fcac477d8f30c55bd88cf7))
* **makeServerFetchye:** mask errors from server side fetching ([#49](https://github.com/americanexpress/fetchye/issues/49)) ([3503836](https://github.com/americanexpress/fetchye/commit/3503836ea914ff4877af1682c7c672e834286264))





## [1.0.3](https://github.com/americanexpress/fetchye/compare/v1.0.0...v1.0.3) (2021-07-14)


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.0.3",
"version": "1.0.4",
"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 @@ -52,7 +52,7 @@
],
"dependencies": {
"@babel/runtime": "^7.11.2",
"fetchye-core": "^1.0.3",
"fetchye-core": "^1.0.4",
"object-hash": "^2.0.3",
"prop-types": "^15.7.2"
},
Expand All @@ -66,7 +66,7 @@
"@testing-library/react": "^11.0.4",
"babel-preset-amex": "^3.4.1",
"cross-env": "^7.0.2",
"fetchye-test-utils": "^1.0.3",
"fetchye-test-utils": "^1.0.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.1",
Expand Down

0 comments on commit 923933b

Please sign in to comment.