Skip to content

Commit 635c2db

Browse files
committed
v3.14.5
1 parent 4fa9037 commit 635c2db

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
]
2121
}
2222
},
23-
"version": "3.14.4"
23+
"version": "3.14.5"
2424
}

packages/craco-config-flex-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craco-config-flex-plugin",
3-
"version": "3.14.2",
3+
"version": "3.14.5",
44
"description": "Craco configs to bundle Twilio Flex plugins",
55
"keywords": [
66
"config",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"clean-webpack-plugin": "^2.0.2",
36-
"flex-dev-utils": "^3.14.2",
36+
"flex-dev-utils": "^3.14.5",
3737
"webpack": "4.42.0"
3838
},
3939
"devDependencies": {

packages/create-flex-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-flex-plugin",
3-
"version": "3.14.4",
3+
"version": "3.14.5",
44
"description": "Toolkit to create a new Twilio Flex plugin",
55
"keywords": [
66
"flex",
@@ -41,15 +41,15 @@
4141
},
4242
"dependencies": {
4343
"esm": "^3.2.25",
44-
"flex-dev-utils": "^3.14.2",
44+
"flex-dev-utils": "^3.14.5",
4545
"yargs": "^14.2.3"
4646
},
4747
"devDependencies": {
4848
"@twilio/flex-ui": "^1",
4949
"@types/yargs": "^13.0.10",
50-
"craco-config-flex-plugin": "^3.14.2",
50+
"craco-config-flex-plugin": "^3.14.5",
5151
"flex-plugin": "^3.14.2",
52-
"flex-plugin-scripts": "^3.14.2"
52+
"flex-plugin-scripts": "^3.14.5"
5353
},
5454
"gitHead": "741e95edbfa78da5f862ec7cfe7d032e842606a4"
5555
}

packages/flex-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flex-dev-utils",
3-
"version": "3.14.2",
3+
"version": "3.14.5",
44
"description": "Common development utility for creating a Flex plugin",
55
"keywords": [
66
"flex",

packages/flex-plugin-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flex-plugin-scripts",
3-
"version": "3.14.2",
3+
"version": "3.14.5",
44
"description": "Scripts to run, build and deploy Flex plugins",
55
"keywords": [
66
"flex",
@@ -41,7 +41,7 @@
4141
"@craco/craco": "^5.6.4",
4242
"core-js": "^2.6.5",
4343
"esm": "^3.2.25",
44-
"flex-dev-utils": "^3.14.2",
44+
"flex-dev-utils": "^3.14.5",
4545
"form-data": "^2.5.1",
4646
"querystring": "^0.2.0",
4747
"react-test-renderer": "^16.13.1"

0 commit comments

Comments
 (0)