Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktalebian committed May 1, 2019
1 parent 21aecc5 commit dd99463
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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": "2.0.0-beta.1"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/craco-config-flex-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craco-config-flex-plugin",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Plugin for craco configs to bundle Twilio Flex Plugins",
"keywords": [
"flex",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-flex-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-flex-plugin",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Toolkit to create a new Twilio Flex Plugin",
"keywords": [
"flex",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flex-plugin",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"bin": {
"flex-check-start": "./bin/check-start"
},
Expand Down

0 comments on commit dd99463

Please sign in to comment.