Skip to content

Commit

Permalink
chore(release): 'publish v0.33.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaKrishnaNamburu committed Jul 2, 2024
1 parent 76cc70c commit ad1136c
Show file tree
Hide file tree
Showing 64 changed files with 325 additions and 325 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.10",
"version": "0.33.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
42 changes: 21 additions & 21 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.10",
"version": "0.33.0",
"description": "A standalone version of the teleport ecosystem with all the project and component generators installed",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -23,27 +23,27 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-component-generator-angular": "^0.32.10",
"@teleporthq/teleport-component-generator-html": "^0.32.10",
"@teleporthq/teleport-component-generator-react": "^0.32.10",
"@teleporthq/teleport-component-generator-vue": "^0.32.10",
"@teleporthq/teleport-project-generator-angular": "^0.32.10",
"@teleporthq/teleport-project-generator-html": "^0.32.10",
"@teleporthq/teleport-project-generator-next": "^0.32.10",
"@teleporthq/teleport-project-generator-nuxt": "^0.32.10",
"@teleporthq/teleport-project-generator-react": "^0.32.10",
"@teleporthq/teleport-project-generator-vue": "^0.32.10",
"@teleporthq/teleport-project-packer": "^0.32.10",
"@teleporthq/teleport-component-generator-angular": "^0.33.0",
"@teleporthq/teleport-component-generator-html": "^0.33.0",
"@teleporthq/teleport-component-generator-react": "^0.33.0",
"@teleporthq/teleport-component-generator-vue": "^0.33.0",
"@teleporthq/teleport-project-generator-angular": "^0.33.0",
"@teleporthq/teleport-project-generator-html": "^0.33.0",
"@teleporthq/teleport-project-generator-next": "^0.33.0",
"@teleporthq/teleport-project-generator-nuxt": "^0.33.0",
"@teleporthq/teleport-project-generator-react": "^0.33.0",
"@teleporthq/teleport-project-generator-vue": "^0.33.0",
"@teleporthq/teleport-project-packer": "^0.33.0",
"@teleporthq/teleport-project-plugin-api-routes": "^0.32.3",
"@teleporthq/teleport-project-plugin-inline-fetch": "^0.32.10",
"@teleporthq/teleport-publisher-codesandbox": "^0.32.10",
"@teleporthq/teleport-publisher-disk": "^0.32.10",
"@teleporthq/teleport-publisher-github": "^0.32.10",
"@teleporthq/teleport-publisher-netlify": "^0.32.10",
"@teleporthq/teleport-publisher-vercel": "^0.32.10",
"@teleporthq/teleport-publisher-zip": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-project-plugin-inline-fetch": "^0.33.0",
"@teleporthq/teleport-publisher-codesandbox": "^0.33.0",
"@teleporthq/teleport-publisher-disk": "^0.33.0",
"@teleporthq/teleport-publisher-github": "^0.33.0",
"@teleporthq/teleport-publisher-netlify": "^0.33.0",
"@teleporthq/teleport-publisher-vercel": "^0.33.0",
"@teleporthq/teleport-publisher-zip": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
18 changes: 9 additions & 9 deletions packages/teleport-component-generator-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-component-generator-angular",
"version": "0.32.10",
"version": "0.33.0",
"description": "Component generator customization, capable of creating Angular components",
"author": "teleportHQ",
"homepage": "https://teleporthq.io/",
Expand All @@ -24,14 +24,14 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-component-generator": "^0.32.10",
"@teleporthq/teleport-plugin-angular-base-component": "^0.32.10",
"@teleporthq/teleport-plugin-css": "^0.32.10",
"@teleporthq/teleport-plugin-import-statements": "^0.32.10",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.32.10",
"@teleporthq/teleport-postprocessor-prettier-ts": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-component-generator": "^0.33.0",
"@teleporthq/teleport-plugin-angular-base-component": "^0.33.0",
"@teleporthq/teleport-plugin-css": "^0.33.0",
"@teleporthq/teleport-plugin-import-statements": "^0.33.0",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.33.0",
"@teleporthq/teleport-postprocessor-prettier-ts": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
16 changes: 8 additions & 8 deletions packages/teleport-component-generator-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-component-generator-html",
"version": "0.32.10",
"version": "0.33.0",
"description": "Component generator customization, capable of creating plain html",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -24,12 +24,12 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-component-generator": "^0.32.10",
"@teleporthq/teleport-plugin-css": "^0.32.10",
"@teleporthq/teleport-plugin-html-base-component": "^0.32.10",
"@teleporthq/teleport-plugin-import-statements-html": "^0.32.10",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-component-generator": "^0.33.0",
"@teleporthq/teleport-plugin-css": "^0.33.0",
"@teleporthq/teleport-plugin-html-base-component": "^0.33.0",
"@teleporthq/teleport-plugin-import-statements-html": "^0.33.0",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
}
}
28 changes: 14 additions & 14 deletions packages/teleport-component-generator-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-component-generator-react",
"version": "0.32.10",
"version": "0.33.0",
"description": "Component generator customization, capable of creating React components with a number of different style flavors",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -24,19 +24,19 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-component-generator": "^0.32.10",
"@teleporthq/teleport-plugin-css": "^0.32.10",
"@teleporthq/teleport-plugin-css-modules": "^0.32.10",
"@teleporthq/teleport-plugin-import-statements": "^0.32.10",
"@teleporthq/teleport-plugin-jsx-inline-styles": "^0.32.10",
"@teleporthq/teleport-plugin-jsx-proptypes": "^0.32.10",
"@teleporthq/teleport-plugin-react-base-component": "^0.32.10",
"@teleporthq/teleport-plugin-react-jss": "^0.32.10",
"@teleporthq/teleport-plugin-react-styled-components": "^0.32.10",
"@teleporthq/teleport-plugin-react-styled-jsx": "^0.32.10",
"@teleporthq/teleport-postprocessor-prettier-jsx": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-component-generator": "^0.33.0",
"@teleporthq/teleport-plugin-css": "^0.33.0",
"@teleporthq/teleport-plugin-css-modules": "^0.33.0",
"@teleporthq/teleport-plugin-import-statements": "^0.33.0",
"@teleporthq/teleport-plugin-jsx-inline-styles": "^0.33.0",
"@teleporthq/teleport-plugin-jsx-proptypes": "^0.33.0",
"@teleporthq/teleport-plugin-react-base-component": "^0.33.0",
"@teleporthq/teleport-plugin-react-jss": "^0.33.0",
"@teleporthq/teleport-plugin-react-styled-components": "^0.33.0",
"@teleporthq/teleport-plugin-react-styled-jsx": "^0.33.0",
"@teleporthq/teleport-postprocessor-prettier-jsx": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
22 changes: 11 additions & 11 deletions packages/teleport-component-generator-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-component-generator-vue",
"version": "0.32.10",
"version": "0.33.0",
"description": "Component generator customization, capable of creating Vue components",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -24,16 +24,16 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-component-generator": "^0.32.10",
"@teleporthq/teleport-plugin-css": "^0.32.10",
"@teleporthq/teleport-plugin-import-statements": "^0.32.10",
"@teleporthq/teleport-plugin-vue-app-routing": "^0.32.10",
"@teleporthq/teleport-plugin-vue-base-component": "^0.32.10",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.32.10",
"@teleporthq/teleport-postprocessor-prettier-js": "^0.32.10",
"@teleporthq/teleport-postprocessor-vue-file": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-component-generator": "^0.33.0",
"@teleporthq/teleport-plugin-css": "^0.33.0",
"@teleporthq/teleport-plugin-import-statements": "^0.33.0",
"@teleporthq/teleport-plugin-vue-app-routing": "^0.33.0",
"@teleporthq/teleport-plugin-vue-base-component": "^0.33.0",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.33.0",
"@teleporthq/teleport-postprocessor-prettier-js": "^0.33.0",
"@teleporthq/teleport-postprocessor-vue-file": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
10 changes: 5 additions & 5 deletions packages/teleport-component-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-component-generator",
"version": "0.32.10",
"version": "0.33.0",
"description": "Bare-bone component generator on top of which you can add plugins, mappings and post processing functions",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -27,10 +27,10 @@
"@babel/generator": "^7.5.5",
"@babel/types": "^7.5.5",
"@starptech/prettyhtml-hast-to-html": "^0.10.0",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10",
"@teleporthq/teleport-uidl-resolver": "^0.32.10",
"@teleporthq/teleport-uidl-validator": "^0.32.10"
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0",
"@teleporthq/teleport-uidl-resolver": "^0.33.0",
"@teleporthq/teleport-uidl-validator": "^0.33.0"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
4 changes: 2 additions & 2 deletions packages/teleport-github-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-github-gateway",
"version": "0.32.10",
"version": "0.33.0",
"description": "Teleport github gateway - use this package if you require a github integration",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-types": "^0.32.10",
"@teleporthq/teleport-types": "^0.33.0",
"cross-fetch": "^3.0.4",
"octokit": "^1.7.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/teleport-plugin-angular-base-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-angular-base-component",
"version": "0.32.10",
"version": "0.33.0",
"description": "A plugin for handling the skeleton/baseline of a Angular Component",
"author": "teleportHQ",
"homepage": "https://teleporthq.io/",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-plugin-common": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
6 changes: 3 additions & 3 deletions packages/teleport-plugin-angular-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-angular-module",
"version": "0.32.10",
"version": "0.33.0",
"description": "A Plugin for generating modules for angular",
"author": "teleportHQ",
"homepage": "https://teleporthq.io/",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
6 changes: 3 additions & 3 deletions packages/teleport-plugin-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-common",
"version": "0.32.10",
"version": "0.33.0",
"description": "Common building and modelating functions for ASTs and HASTs",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -27,8 +27,8 @@
"@babel/core": "^7.5.5",
"@babel/preset-react": "^7.22.5",
"@babel/types": "^7.5.5",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0",
"jss": "^10.0.0",
"jss-preset-default": "^10.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/teleport-plugin-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-css-modules",
"version": "0.32.10",
"version": "0.33.0",
"description": "A plugin for handling the styles as a separate css-module file for JSX based components",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-plugin-common": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
8 changes: 4 additions & 4 deletions packages/teleport-plugin-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-css",
"version": "0.32.10",
"version": "0.33.0",
"description": "A plugin for creating the styles into external css files",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-plugin-common": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
12 changes: 6 additions & 6 deletions packages/teleport-plugin-html-base-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-html-base-component",
"version": "0.32.10",
"version": "0.33.0",
"description": "A plugin for handling the skeleton/baseline of a base html component",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -24,10 +24,10 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-plugin-common": "^0.32.10",
"@teleporthq/teleport-plugin-css": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10",
"@teleporthq/teleport-uidl-builders": "^0.32.10"
"@teleporthq/teleport-plugin-common": "^0.33.0",
"@teleporthq/teleport-plugin-css": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0",
"@teleporthq/teleport-uidl-builders": "^0.33.0"
}
}
8 changes: 4 additions & 4 deletions packages/teleport-plugin-import-statements-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-import-statements-html",
"version": "0.32.10",
"version": "0.33.0",
"description": "A plugin for handling import statements in HTML",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -24,8 +24,8 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-plugin-common": "^0.32.10",
"@teleporthq/teleport-shared": "^0.32.10",
"@teleporthq/teleport-types": "^0.32.10"
"@teleporthq/teleport-plugin-common": "^0.33.0",
"@teleporthq/teleport-shared": "^0.33.0",
"@teleporthq/teleport-types": "^0.33.0"
}
}
Loading

0 comments on commit ad1136c

Please sign in to comment.