Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyrno42 committed Dec 3, 2021
1 parent 9cb468f commit 3ec099a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/example-usage/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "run-examples",
"version": "3.2.1",
"version": "3.3.0",
"private": true,
"prettier": "@thorgate/prettier-config",
"description": "",
"main": "dist/index.js",
"license": "MIT",
"dependencies": {
"@tg-resources/fetch": "^3.2.0",
"@tg-resources/fetch": "3.3.0",
"@tg-resources/fetch-runtime": "^3.2.0",
"@tg-resources/superagent": "^3.2.1",
"@tg-resources/test-server": "^3.2.0",
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.2.1"
"version": "3.3.0"
}
4 changes: 2 additions & 2 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.2.0",
"version": "3.3.0",
"private": false,
"prettier": "@thorgate/prettier-config",
"publishConfig": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"@tg-resources/is": "^3.2.0"
},
"devDependencies": {
"@tg-resources/fetch": "^3.2.0",
"@tg-resources/fetch": "3.3.0",
"@tg-resources/fetch-runtime": "^3.2.0",
"@tg-resources/test-resource": "^3.2.0",
"@tg-resources/test-server": "^3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "3.3.0",
"private": false,
"prettier": "@thorgate/prettier-config",
"publishConfig": {
Expand Down

0 comments on commit 3ec099a

Please sign in to comment.