Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tungv committed Jul 23, 2019
1 parent 3a6d2cc commit 6273d29
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 14 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/tungv/redux-api-call/compare/v1.1.0...v1.1.1) (2019-07-23)

**Note:** Version bump only for package redux-api-call





<a name="1.0.9"></a>
## [1.0.9](https://github.com/tungv/redux-api-call/compare/v1.0.8...v1.0.9) (2018-08-07)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.1.0"
"version": "1.1.1"
}
13 changes: 13 additions & 0 deletions packages/adapter-dedupe/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.1.1](https://github.com/tungv/redux-api-call/compare/v1.1.0...v1.1.1) (2019-07-23)

**Note:** Version bump only for package redux-api-call-adapter-dedupe





# Change Log

All notable changes to this project will be documented in this file.
Expand Down
11 changes: 8 additions & 3 deletions packages/adapter-dedupe/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "redux-api-call-adapter-dedupe",
"version": "1.0.0",
"version": "1.1.1",
"description": "redux-api-call (npm.im/redux-api-call) adapter to dedupe similar request\"",
"main": "build/index.js",
"repository": "tungv/redux-api-call",
"author": "Tung Vu <[email protected]>",
"license": "MIT",
"babel": {
"presets": ["stage-3", "env"],
"plugins": ["transform-runtime"]
"presets": [
"stage-3",
"env"
],
"plugins": [
"transform-runtime"
]
},
"scripts": {
"build": "babel ./src -d ./build",
Expand Down
13 changes: 13 additions & 0 deletions packages/adapter-fetch/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.1.1](https://github.com/tungv/redux-api-call/compare/v1.1.0...v1.1.1) (2019-07-23)

**Note:** Version bump only for package redux-api-call-adapter-fetch





# Change Log

All notable changes to this project will be documented in this file.
Expand Down
11 changes: 8 additions & 3 deletions packages/adapter-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "redux-api-call-adapter-fetch",
"version": "1.1.0",
"version": "1.1.1",
"description": "redux-api-call (npm.im/redux-api-call) adapter to fetch data using HTML5 Fetch API",
"main": "build/index.js",
"repository": "tungv/redux-api-call",
"author": "Tung Vu <[email protected]>",
"license": "MIT",
"babel": {
"presets": ["stage-3", "env"],
"plugins": ["transform-runtime"]
"presets": [
"stage-3",
"env"
],
"plugins": [
"transform-runtime"
]
},
"scripts": {
"build": "babel ./src -d ./build",
Expand Down
13 changes: 13 additions & 0 deletions packages/adapter-json/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.1.1](https://github.com/tungv/redux-api-call/compare/v1.1.0...v1.1.1) (2019-07-23)

**Note:** Version bump only for package redux-api-call-adapter-json





# Change Log

All notable changes to this project will be documented in this file.
Expand Down
11 changes: 8 additions & 3 deletions packages/adapter-json/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"name": "redux-api-call-adapter-json",
"version": "1.0.0",
"version": "1.1.1",
"description": "redux-api-call (npm.im/redux-api-call) adapter to parse JSON response and fallback to raw text\"",
"main": "build/index.js",
"repository": "tungv/redux-api-call",
"author": "Tung Vu <[email protected]>",
"license": "MIT",
"babel": {
"presets": ["stage-3", "env"],
"plugins": ["transform-runtime"]
"presets": [
"stage-3",
"env"
],
"plugins": [
"transform-runtime"
]
},
"scripts": {
"build": "babel ./src -d ./build",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/tungv/redux-api-call/compare/v1.1.0...v1.1.1) (2019-07-23)

**Note:** Version bump only for package redux-api-call





<a name="1.0.9"></a>
## [1.0.9](https://github.com/tungv/redux-api-call/compare/v1.0.8...v1.0.9) (2018-08-07)

Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-api-call",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"description": "Redux utilities for making API calls",
"repository": "https://github.com/tungv/redux-api-call.git",
Expand Down Expand Up @@ -80,9 +80,9 @@
"timekeeper": "^0.1.1"
},
"dependencies": {
"redux-api-call-adapter-dedupe": "^1.0.0",
"redux-api-call-adapter-fetch": "^1.1.0",
"redux-api-call-adapter-json": "^1.0.0"
"redux-api-call-adapter-dedupe": "^1.1.1",
"redux-api-call-adapter-fetch": "^1.1.1",
"redux-api-call-adapter-json": "^1.1.1"
},
"peerDependencies": {
"redux": "^3.6.0 || ^4.0.0"
Expand Down

0 comments on commit 6273d29

Please sign in to comment.