Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
v0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktalebian committed May 11, 2021
1 parent 299c0af commit 4299a1b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
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": "0.23.2"
"version": "0.23.3"
}
2 changes: 1 addition & 1 deletion packages/flex-plugins-api-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/flex-plugins-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flex-plugins-api-client",
"version": "0.23.2",
"version": "0.23.3",
"description": "Flex Plugins API Client",
"keywords": [
"flex",
Expand Down Expand Up @@ -43,7 +43,7 @@
"test:watch": "cd ../.. && jest packages/flex-plugins-api-client --watch"
},
"dependencies": {
"flex-plugins-api-utils": "^0.23.2",
"flex-plugins-api-utils": "^0.23.3",
"lodash.upperfirst": "^4.3.1",
"url-join": "^4.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugins-api-toolkit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/flex-plugins-api-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flex-plugins-api-toolkit",
"version": "0.23.2",
"version": "0.23.3",
"description": "Flex Plugins API Toolkit",
"keywords": [
"flex",
Expand Down Expand Up @@ -43,8 +43,8 @@
"test:watch": "cd ../.. && jest packages/flex-plugins-api-toolkit --watch"
},
"dependencies": {
"flex-plugins-api-client": "^0.23.2",
"flex-plugins-api-utils": "^0.23.2",
"flex-plugins-api-client": "^0.23.3",
"flex-plugins-api-utils": "^0.23.3",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugins-api-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/flex-plugins-api-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flex-plugins-api-utils",
"version": "0.23.2",
"version": "0.23.3",
"description": "Flex Plugins API Utils",
"keywords": [
"flex",
Expand Down

0 comments on commit 4299a1b

Please sign in to comment.