Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktalebian committed Oct 16, 2019
1 parent e0165cd commit 541588c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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": "3.15.1-beta.0"
"version": "3.0.0"
}
4 changes: 2 additions & 2 deletions 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": "3.15.0-beta.0",
"version": "3.0.0",
"description": "Craco configs to bundle Twilio Flex plugins",
"keywords": [
"config",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"clean-webpack-plugin": "^2.0.2",
"flex-dev-utils": "^3.15.0-beta.0",
"flex-dev-utils": "^3.0.0",
"webpack": "4.41.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions 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": "3.15.1-beta.0",
"version": "3.0.0",
"description": "Toolkit to create a new Twilio Flex plugin",
"keywords": [
"flex",
Expand Down Expand Up @@ -41,15 +41,15 @@
},
"dependencies": {
"esm": "^3.2.25",
"flex-dev-utils": "^3.15.0-beta.0",
"flex-dev-utils": "^3.0.0",
"yargs": "^14.2.0"
},
"devDependencies": {
"@twilio/flex-ui": "^1",
"@types/yargs": "^13.0.3",
"craco-config-flex-plugin": "^3.15.0-beta.0",
"flex-plugin": "^3.7.0-beta.0",
"flex-plugin-scripts": "^3.15.0-beta.0"
"craco-config-flex-plugin": "^3.0.0",
"flex-plugin": "^3.0.0",
"flex-plugin-scripts": "^3.0.0"
},
"gitHead": "ca02b3d214e6dfa4277b6b69cbbb178783004edf"
}
2 changes: 1 addition & 1 deletion packages/flex-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flex-dev-utils",
"version": "3.15.0-beta.0",
"version": "3.0.0",
"description": "Common development utility for creating a Flex plugin",
"keywords": [
"flex",
Expand Down
4 changes: 2 additions & 2 deletions packages/flex-plugin-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flex-plugin-scripts",
"version": "3.15.0-beta.0",
"version": "3.0.0",
"description": "Scripts to run, build and deploy Flex plugins",
"keywords": [
"flex",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@craco/craco": "^5.5.0",
"core-js": "^2.6.5",
"esm": "^3.2.25",
"flex-dev-utils": "^3.15.0-beta.0",
"flex-dev-utils": "^3.0.0",
"form-data": "^2.5.1",
"querystring": "^0.2.0",
"react-test-renderer": "^16.10.2",
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": "3.7.0-beta.0",
"version": "3.0.0",
"description": "Runtime for Flex plugins",
"keywords": [
"builder",
Expand Down

0 comments on commit 541588c

Please sign in to comment.