Skip to content

Commit

Permalink
Merge pull request #1072 from twilio/bump-version-7.1.0
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
shwet2407 authored Dec 11, 2024
2 parents 8f92e3d + 3984923 commit 8ef69ff
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "7.0.7",
"version": "7.1.0",
"useWorkspaces": true
}
64 changes: 32 additions & 32 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/create-flex-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/create-flex-plugin",
"version": "7.0.7",
"version": "7.1.0",
"description": "Toolkit to create a new Twilio Flex plugin",
"keywords": [
"flex",
Expand Down Expand Up @@ -42,14 +42,14 @@
"test:watch": "cd ../.. && jest packages/create-flex-plugin --watch --color"
},
"dependencies": {
"@twilio/flex-dev-utils": "7.0.7",
"@twilio/flex-dev-utils": "7.1.0",
"esm-wallaby": "^3.2.30",
"tmp": "^0.2.1",
"yargs": "^16.2.0"
},
"devDependencies": {
"@twilio/flex-plugin": "7.0.7",
"@twilio/flex-plugin-scripts": "7.0.7",
"@twilio/flex-plugin": "7.1.0",
"@twilio/flex-plugin-scripts": "7.1.0",
"@twilio/flex-ui": "^1",
"@types/tmp": "^0.2.1",
"@types/yargs": "^16.0.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/flex-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-dev-utils",
"version": "7.0.7",
"version": "7.1.0",
"description": "Common development utility for creating a Flex plugin",
"keywords": [
"flex",
Expand Down Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@k88/pipe-compose": "^2.5.0",
"@segment/analytics-node": "^1.3.0",
"@twilio/flex-plugins-utils-env": "7.0.7",
"@twilio/flex-plugins-utils-exception": "7.0.7",
"@twilio/flex-plugins-utils-env": "7.1.0",
"@twilio/flex-plugins-utils-exception": "7.1.0",
"address": "^1.1.2",
"adm-zip": "0.5.10",
"app-module-path": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/flex-plugin-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-e2e-tests",
"version": "7.0.7",
"version": "7.1.0",
"description": "Flex Plugin E2E Tests framework",
"keywords": [
"flex",
Expand Down Expand Up @@ -34,8 +34,8 @@
"test": "exit 0"
},
"dependencies": {
"@twilio/flex-dev-utils": "7.0.7",
"@twilio/flex-plugins-api-client": "7.0.7",
"@twilio/flex-dev-utils": "7.1.0",
"@twilio/flex-plugins-api-client": "7.1.0",
"axios": "^0.24.0",
"lodash": "4.17.21",
"package-json": "^7.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/flex-plugin-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-scripts",
"version": "7.0.7",
"version": "7.1.0",
"description": "Scripts to run, build and deploy Flex plugins",
"keywords": [
"flex",
Expand Down Expand Up @@ -40,10 +40,10 @@
},
"dependencies": {
"@jest/types": "^27.0.0",
"@twilio/flex-dev-utils": "7.0.7",
"@twilio/flex-plugin": "7.0.7",
"@twilio/flex-plugin-test": "7.0.7",
"@twilio/flex-plugin-webpack": "7.0.7",
"@twilio/flex-dev-utils": "7.1.0",
"@twilio/flex-plugin": "7.1.0",
"@twilio/flex-plugin-test": "7.1.0",
"@twilio/flex-plugin-webpack": "7.1.0",
"esm-wallaby": "^3.2.30",
"jest": "^27.0.0",
"prop-types": "^15.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/flex-plugin-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-test",
"version": "7.0.7",
"version": "7.1.0",
"description": "Flex Plugin default test framework that uses Jest Preset",
"keywords": [
"flex",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@twilio/flex-dev-utils": "7.0.7",
"@twilio/flex-dev-utils": "7.1.0",
"babel-jest": "^27.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-react-app": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugin-utils-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-utils-jest",
"version": "7.0.7",
"version": "7.1.0",
"description": "Flex Plugin E2E Tests framework",
"keywords": [
"flex",
Expand Down
4 changes: 2 additions & 2 deletions packages/flex-plugin-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugin-webpack",
"version": "7.0.7",
"version": "7.1.0",
"description": "Flex Plugin Webpack and Webpack dev-server configurations",
"keywords": [
"flex",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@k88/interpolate-html-plugin": "^1.0.5",
"@k88/module-scope-plugin": "^1.1.0",
"@k88/typescript-compile-error-formatter": "^1.0.3",
"@twilio/flex-dev-utils": "7.0.7",
"@twilio/flex-dev-utils": "7.1.0",
"babel-loader": "^8.3.0",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "10.0.1",
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": "@twilio/flex-plugin",
"version": "7.0.7",
"version": "7.1.0",
"description": "Runtime for Flex plugins",
"keywords": [
"builder",
Expand Down
6 changes: 3 additions & 3 deletions packages/flex-plugins-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugins-api-client",
"version": "7.0.7",
"version": "7.1.0",
"description": "Flex Plugins API Client",
"keywords": [
"flex",
Expand Down Expand Up @@ -39,8 +39,8 @@
"test:watch": "cd ../.. && jest packages/flex-plugins-api-client --watch --color"
},
"dependencies": {
"@twilio/flex-dev-utils": "7.0.7",
"@twilio/flex-plugins-utils-exception": "7.0.7",
"@twilio/flex-dev-utils": "7.1.0",
"@twilio/flex-plugins-utils-exception": "7.1.0",
"url-join": "^4.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/flex-plugins-utils-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugins-utils-env",
"version": "7.0.7",
"version": "7.1.0",
"description": "Flex Plugins Environments",
"keywords": [
"flex",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test:watch": "cd ../.. && jest packages/flex-plugins-utils-env --watch --color"
},
"dependencies": {
"@twilio/flex-plugins-utils-exception": "7.0.7",
"@twilio/flex-plugins-utils-exception": "7.1.0",
"@types/lodash.get": "^4.4.6",
"lodash.get": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/flex-plugins-utils-exception/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/flex-plugins-utils-exception",
"version": "7.0.7",
"version": "7.1.0",
"description": "Flex Plugins Exceptions",
"keywords": [
"flex",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-flex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-labs/plugin-flex",
"version": "7.0.7",
"version": "7.1.0",
"description": "Create, develop and deploy Flex plugins using the Twilio CLI",
"keywords": [
"twilio",
Expand Down Expand Up @@ -48,10 +48,10 @@
"@oclif/errors": "^1.3.5",
"@oclif/parser": "^3.8.5",
"@twilio/cli-core": "^7.19.1",
"@twilio/create-flex-plugin": "7.0.7",
"@twilio/flex-dev-utils": "7.0.7",
"@twilio/flex-plugin-scripts": "7.0.7",
"@twilio/flex-plugins-api-client": "7.0.7",
"@twilio/create-flex-plugin": "7.1.0",
"@twilio/flex-dev-utils": "7.1.0",
"@twilio/flex-plugin-scripts": "7.1.0",
"@twilio/flex-plugins-api-client": "7.1.0",
"dayjs": "^1.10.7",
"lodash.startcase": "^4.4.0",
"mkdirp": "^1.0.4",
Expand Down

0 comments on commit 8ef69ff

Please sign in to comment.