Skip to content

Commit

Permalink
chore(release): 'publish v0.32.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Apr 23, 2024
1 parent 3c090c0 commit 9f3acdc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.32.8",
"version": "0.32.9",
"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.32.8",
"version": "0.32.9",
"description": "A standalone version of the teleport ecosystem with all the project and component generators installed",
"author": "teleportHQ",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@teleporthq/teleport-component-generator-vue": "^0.32.8",
"@teleporthq/teleport-project-generator-angular": "^0.32.8",
"@teleporthq/teleport-project-generator-html": "^0.32.8",
"@teleporthq/teleport-project-generator-next": "^0.32.7",
"@teleporthq/teleport-project-generator-next": "^0.32.9",
"@teleporthq/teleport-project-generator-nuxt": "^0.32.8",
"@teleporthq/teleport-project-generator-react": "^0.32.8",
"@teleporthq/teleport-project-generator-vue": "^0.32.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/teleport-plugin-next-inline-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-next-inline-fetch",
"version": "0.32.7",
"version": "0.32.9",
"description": "A plugin for managing inlined data-fetching for cms-item and cms-list nodes.",
"author": "teleportHQ",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-project-generator-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-project-generator-next",
"version": "0.32.7",
"version": "0.32.9",
"description": "Project generator for a standard Next.js project",
"author": "teleportHQ",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@teleporthq/teleport-plugin-import-statements": "^0.32.7",
"@teleporthq/teleport-plugin-jsx-head-config": "^0.32.7",
"@teleporthq/teleport-plugin-jsx-next-image": "^0.32.7",
"@teleporthq/teleport-plugin-next-inline-fetch": "^0.32.7",
"@teleporthq/teleport-plugin-next-inline-fetch": "^0.32.9",
"@teleporthq/teleport-plugin-next-static-paths": "^0.32.7",
"@teleporthq/teleport-plugin-next-static-props": "^0.32.7",
"@teleporthq/teleport-postprocessor-prettier-js": "^0.32.7",
Expand Down
6 changes: 3 additions & 3 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.32.8",
"version": "0.32.9",
"description": "A private repo used for testing the entire ecosystem locally",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -26,10 +26,10 @@
"bundle": "webpack --config webpack.config.js"
},
"dependencies": {
"@teleporthq/teleport-code-generator": "^0.32.8",
"@teleporthq/teleport-code-generator": "^0.32.9",
"@teleporthq/teleport-component-generator-html": "^0.32.8",
"@teleporthq/teleport-project-generator-angular": "^0.32.8",
"@teleporthq/teleport-project-generator-next": "^0.32.7",
"@teleporthq/teleport-project-generator-next": "^0.32.9",
"@teleporthq/teleport-project-generator-nuxt": "^0.32.8",
"@teleporthq/teleport-project-generator-react": "^0.32.8",
"@teleporthq/teleport-project-generator-vue": "^0.32.8",
Expand Down

0 comments on commit 9f3acdc

Please sign in to comment.