Skip to content

Commit

Permalink
chore(release): 'publish v0.19.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Feb 17, 2022
1 parent 765ee48 commit 94056da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.19.12",
"version": "0.19.13",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-code-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-code-generator",
"version": "0.19.12",
"version": "0.19.13",
"description": "A standalone version of the teleport ecosystem with all the project and component generators installed",
"author": "teleportHQ",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@teleporthq/teleport-publisher-disk": "^0.19.8",
"@teleporthq/teleport-publisher-github": "^0.19.10",
"@teleporthq/teleport-publisher-netlify": "^0.19.8",
"@teleporthq/teleport-publisher-vercel": "^0.19.8",
"@teleporthq/teleport-publisher-vercel": "^0.19.13",
"@teleporthq/teleport-publisher-zip": "^0.19.8",
"@teleporthq/teleport-shared": "^0.19.8",
"@teleporthq/teleport-types": "^0.19.8"
Expand Down
6 changes: 3 additions & 3 deletions packages/teleport-publisher-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-publisher-vercel",
"version": "0.19.8",
"version": "0.19.13",
"description": "Publishes a generated folder structure to vercel",
"author": "teleportHQ",
"license": "MIT",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@teleporthq/teleport-types": "^0.19.8",
"cross-fetch": "^3.0.4",
"async-retry": "^1.3.3"
"async-retry": "^1.3.3",
"cross-fetch": "^3.0.4"
},
"devDependencies": {
"@types/async-retry": "1.4.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teleport-test",
"private": true,
"version": "0.19.12",
"version": "0.19.13",
"description": "A private repo used for testing the entire ecosystem locally",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"bundle": "webpack --config webpack.config.js"
},
"dependencies": {
"@teleporthq/teleport-code-generator": "^0.19.12",
"@teleporthq/teleport-code-generator": "^0.19.13",
"@teleporthq/teleport-component-generator-html": "^0.19.8",
"@teleporthq/teleport-project-generator-angular": "^0.19.8",
"@teleporthq/teleport-project-generator-gatsby": "^0.19.8",
Expand Down

0 comments on commit 94056da

Please sign in to comment.