Skip to content

Commit cb5282e

Browse files
Merge pull request #1046 from twilio/bump-version-7.0.5
Update version
2 parents 09cbd83 + fc62e1a commit cb5282e

File tree

14 files changed

+66
-66
lines changed

14 files changed

+66
-66
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"useWorkspaces": true
55
}

package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "@twilio/create-flex-plugin",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Toolkit to create a new Twilio Flex plugin",
55
"keywords": [
66
"flex",
@@ -42,14 +42,14 @@
4242
"test:watch": "cd ../.. && jest packages/create-flex-plugin --watch --color"
4343
},
4444
"dependencies": {
45-
"@twilio/flex-dev-utils": "7.0.4",
45+
"@twilio/flex-dev-utils": "7.0.5",
4646
"esm-wallaby": "^3.2.30",
4747
"tmp": "^0.2.1",
4848
"yargs": "^16.2.0"
4949
},
5050
"devDependencies": {
51-
"@twilio/flex-plugin": "7.0.4",
52-
"@twilio/flex-plugin-scripts": "7.0.4",
51+
"@twilio/flex-plugin": "7.0.5",
52+
"@twilio/flex-plugin-scripts": "7.0.5",
5353
"@twilio/flex-ui": "^1",
5454
"@types/tmp": "^0.2.1",
5555
"@types/yargs": "^16.0.4"

packages/flex-dev-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/flex-dev-utils",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Common development utility for creating a Flex plugin",
55
"keywords": [
66
"flex",
@@ -35,8 +35,8 @@
3535
"dependencies": {
3636
"@k88/pipe-compose": "^2.5.0",
3737
"@segment/analytics-node": "^1.3.0",
38-
"@twilio/flex-plugins-utils-env": "7.0.4",
39-
"@twilio/flex-plugins-utils-exception": "7.0.4",
38+
"@twilio/flex-plugins-utils-env": "7.0.5",
39+
"@twilio/flex-plugins-utils-exception": "7.0.5",
4040
"address": "^1.1.2",
4141
"adm-zip": "0.5.10",
4242
"app-module-path": "^2.2.0",

packages/flex-plugin-e2e-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/flex-plugin-e2e-tests",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Flex Plugin E2E Tests framework",
55
"keywords": [
66
"flex",
@@ -34,8 +34,8 @@
3434
"test": "exit 0"
3535
},
3636
"dependencies": {
37-
"@twilio/flex-dev-utils": "7.0.4",
38-
"@twilio/flex-plugins-api-client": "7.0.4",
37+
"@twilio/flex-dev-utils": "7.0.5",
38+
"@twilio/flex-plugins-api-client": "7.0.5",
3939
"axios": "^0.24.0",
4040
"lodash": "4.17.21",
4141
"package-json": "^7.0.0",

packages/flex-plugin-scripts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/flex-plugin-scripts",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Scripts to run, build and deploy Flex plugins",
55
"keywords": [
66
"flex",
@@ -40,10 +40,10 @@
4040
},
4141
"dependencies": {
4242
"@jest/types": "^27.0.0",
43-
"@twilio/flex-dev-utils": "7.0.4",
44-
"@twilio/flex-plugin": "7.0.4",
45-
"@twilio/flex-plugin-test": "7.0.4",
46-
"@twilio/flex-plugin-webpack": "7.0.4",
43+
"@twilio/flex-dev-utils": "7.0.5",
44+
"@twilio/flex-plugin": "7.0.5",
45+
"@twilio/flex-plugin-test": "7.0.5",
46+
"@twilio/flex-plugin-webpack": "7.0.5",
4747
"esm-wallaby": "^3.2.30",
4848
"jest": "^27.0.0",
4949
"prop-types": "^15.7.2",

packages/flex-plugin-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/flex-plugin-test",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Flex Plugin default test framework that uses Jest Preset",
55
"keywords": [
66
"flex",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@babel/core": "^7.16.0",
4040
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
41-
"@twilio/flex-dev-utils": "7.0.4",
41+
"@twilio/flex-dev-utils": "7.0.5",
4242
"babel-jest": "^27.0.0",
4343
"babel-polyfill": "^6.26.0",
4444
"babel-preset-react-app": "^10.0.1",

packages/flex-plugin-utils-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/flex-plugin-utils-jest",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Flex Plugin E2E Tests framework",
55
"keywords": [
66
"flex",

packages/flex-plugin-webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/flex-plugin-webpack",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Flex Plugin Webpack and Webpack dev-server configurations",
55
"keywords": [
66
"flex",
@@ -35,15 +35,15 @@
3535
},
3636
"dependencies": {
3737
"@babel/core": "^7.23.7",
38+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
3839
"@babel/preset-env": "^7.16.4",
3940
"@babel/preset-react": "^7.16.0",
40-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
4141
"@k88/cra-webpack-hot-dev-client": "^1.1.0",
4242
"@k88/format-webpack-messages": "^1.1.0",
4343
"@k88/interpolate-html-plugin": "^1.0.5",
4444
"@k88/module-scope-plugin": "^1.1.0",
4545
"@k88/typescript-compile-error-formatter": "^1.0.3",
46-
"@twilio/flex-dev-utils": "7.0.4",
46+
"@twilio/flex-dev-utils": "7.0.5",
4747
"babel-loader": "^8.3.0",
4848
"babel-plugin-named-asset-import": "^0.3.7",
4949
"babel-preset-react-app": "10.0.1",

packages/flex-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/flex-plugin",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Runtime for Flex plugins",
55
"keywords": [
66
"builder",

0 commit comments

Comments
 (0)