Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenader committed Feb 12, 2019
1 parent db2d053 commit 853b7a5
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions examples/example-usage/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "run-examples",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "",
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"@tg-resources/superagent": "^3.1.0",
"@tg-resources/superagent": "^3.1.1",
"@tg-resources/test-server": "^3.1.0",
"tg-resources": "^3.1.0"
"tg-resources": "^3.1.1"
},
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.1.0"
"version": "3.1.1"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/core",
"version": "3.1.0",
"version": "3.1.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/fetch-runtime",
"version": "3.1.0",
"version": "3.1.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/saga-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/redux-saga-router",
"version": "3.1.0",
"version": "3.1.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -39,12 +39,12 @@
},
"dependencies": {
"@tg-resources/is": "^3.1.0",
"tg-resources": "^3.1.0"
"tg-resources": "^3.1.1"
},
"devDependencies": {
"@tg-resources/fetch": "^3.1.0",
"@tg-resources/fetch-runtime": "^3.1.0",
"@tg-resources/test-resource": "^3.1.0",
"@tg-resources/fetch": "^3.1.1",
"@tg-resources/fetch-runtime": "^3.1.1",
"@tg-resources/test-resource": "^3.1.1",
"@tg-resources/test-server": "^3.1.0",
"redux": "^4.0.1",
"redux-saga": "^1.0.0-rc.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/test-resource",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"description": "",
"main": "lib/index.js",
Expand All @@ -22,7 +22,7 @@
"lib"
],
"dependencies": {
"tg-resources": "^3.1.0"
"tg-resources": "^3.1.1"
},
"scripts": {
"clean": "rimraf ./lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/tg-resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tg-resources",
"version": "3.1.0",
"version": "3.1.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
"lodash.template": "*"
},
"dependencies": {
"@tg-resources/core": "^3.1.0"
"@tg-resources/core": "^3.1.1"
},
"scripts": {
"clean": "rimraf ./lib",
Expand Down
6 changes: 3 additions & 3 deletions packages/tg-resources-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/fetch",
"version": "3.1.0",
"version": "3.1.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,10 +37,10 @@
],
"dependencies": {
"qs": "^6.5.2",
"tg-resources": "^3.1.0"
"tg-resources": "^3.1.1"
},
"devDependencies": {
"@tg-resources/fetch-runtime": "^3.1.0"
"@tg-resources/fetch-runtime": "^3.1.1"
},
"scripts": {
"clean": "rimraf ./lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/tg-resources-superagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tg-resources/superagent",
"version": "3.1.0",
"version": "3.1.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"dependencies": {
"superagent": ">=4.0.0",
"tg-resources": "^3.1.0"
"tg-resources": "^3.1.1"
},
"peerDependencies": {
"babel-runtime": "*"
Expand Down

0 comments on commit 853b7a5

Please sign in to comment.