Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenader committed Jul 16, 2021
1 parent 44eab28 commit 7b41bcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/example-usage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "run-examples",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"prettier": "@thorgate/prettier-config",
"description": "",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@tg-resources/fetch": "^3.2.0",
"@tg-resources/fetch-runtime": "^3.2.0",
"@tg-resources/superagent": "^3.2.0",
"@tg-resources/superagent": "^3.2.1",
"@tg-resources/test-server": "^3.2.0",
"tg-resources": "^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.0"
"version": "3.2.1"
}
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "3.2.1",
"private": false,
"prettier": "@thorgate/prettier-config",
"publishConfig": {
Expand Down

0 comments on commit 7b41bcb

Please sign in to comment.