Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
James Singleton committed Nov 3, 2020
1 parent 896b431 commit 583c3a5
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 13 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/americanexpress/fetchye/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-11-03)

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





# [1.0.0-beta.3](https://github.com/americanexpress/fetchye/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2020-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.0.0-beta.3"
"version": "1.0.0-beta.4"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"test:lockfile": "lockfile-lint --path yarn.lock --allowed-hosts registry.yarnpkg.com --validate-https",
"posttest": "yarn lint && yarn test:git-history && yarn test:lockfile",
"postinstall": "yarn build",
"lerna:beta": "lerna version prerelease --preid beta --no-push",
"lerna:version": "lerna version",
"lerna:publish": "lerna publish from-package --yes",
"lerna:deploy": "node lernaDeploy.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/fetchye-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/americanexpress/fetchye/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-11-03)

**Note:** Version bump only for package fetchye-core
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.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Core components of the Fetchye library",
"license": "Apache-2.0",
"main": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/fetchye-immutable-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/americanexpress/fetchye/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-11-03)

**Note:** Version bump only for package fetchye-immutable-cache
6 changes: 3 additions & 3 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.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Immutable cache library to use with fetchye.",
"license": "Apache-2.0",
"main": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"Ruben Casas <ruben.casas@aexp.com> (https://github.com/infoxicator)"
],
"dependencies": {
"fetchye-core": "1.0.0-beta.3",
"fetchye-core": "^1.0.0-beta.4",
"immutable": "^4.0.0-rc.12"
},
"devDependencies": {
Expand All @@ -42,7 +42,7 @@
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-preset-amex": "^3.4.1",
"fetchye-test-utils": "1.0.0-beta.3",
"fetchye-test-utils": "^1.0.0-beta.4",
"redux": "^4.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.28.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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/americanexpress/fetchye/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-11-03)

**Note:** Version bump only for package fetchye-redux-provider
6 changes: 3 additions & 3 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.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Redux provider for fetchye.",
"license": "Apache-2.0",
"main": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"Ruben Casas <ruben.casas@aexp.com> (https://github.com/infoxicator)"
],
"dependencies": {
"fetchye-core": "1.0.0-beta.3",
"fetchye-core": "^1.0.0-beta.4",
"prop-types": "^15.7.2",
"react-redux": "^7.2.1",
"redux": "^4.0.5"
Expand All @@ -46,7 +46,7 @@
"@rollup/plugin-node-resolve": "^9.0.0",
"@testing-library/react": "^11.0.4",
"babel-preset-amex": "^3.4.1",
"fetchye": "1.0.0-beta.3",
"fetchye": "^1.0.0-beta.4",
"rimraf": "^3.0.2",
"rollup": "^2.29.0",
"rollup-plugin-terser": "^7.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/fetchye-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/americanexpress/fetchye/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-11-03)

**Note:** Version bump only for package fetchye-test-utils
4 changes: 2 additions & 2 deletions 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.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Core components of the Fetchye library",
"license": "Apache-2.0",
"main": "es/index.js",
Expand All @@ -26,7 +26,7 @@
"Ruben Casas <ruben.casas@aexp.com> (https://github.com/infoxicator)"
],
"dependencies": {
"fetchye-core": "1.0.0-beta.3"
"fetchye-core": "^1.0.0-beta.4"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/fetchye/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.4](https://github.com/americanexpress/fetchye/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-11-03)

**Note:** Version bump only for package fetchye
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.0-beta.3",
"version": "1.0.0-beta.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": "es/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {
"@babel/runtime": "^7.11.2",
"fetchye-core": "1.0.0-beta.3",
"fetchye-core": "^1.0.0-beta.4",
"object-hash": "^2.0.3",
"prop-types": "^15.7.2"
},
Expand All @@ -66,7 +66,7 @@
"@rollup/plugin-node-resolve": "^9.0.0",
"@testing-library/react": "^11.0.4",
"babel-preset-amex": "^3.4.1",
"fetchye-test-utils": "1.0.0-beta.3",
"fetchye-test-utils": "^1.0.0-beta.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.1",
Expand Down

0 comments on commit 583c3a5

Please sign in to comment.