Skip to content

Commit

Permalink
chore(release): 'publish v0.38.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaionut12345 committed Dec 16, 2024
1 parent 6a2d3f9 commit 31ed850
Show file tree
Hide file tree
Showing 53 changed files with 238 additions and 238 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.38.9",
"version": "0.38.10",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
26 changes: 13 additions & 13 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.38.9",
"version": "0.38.10",
"description": "A standalone version of the teleport ecosystem with all the project and component generators installed",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -23,25 +23,25 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-component-generator-angular": "^0.38.9",
"@teleporthq/teleport-component-generator-html": "^0.38.9",
"@teleporthq/teleport-component-generator-react": "^0.38.9",
"@teleporthq/teleport-component-generator-vue": "^0.38.9",
"@teleporthq/teleport-project-generator-angular": "^0.38.9",
"@teleporthq/teleport-project-generator-html": "^0.38.9",
"@teleporthq/teleport-project-generator-next": "^0.38.9",
"@teleporthq/teleport-project-generator-nuxt": "^0.38.9",
"@teleporthq/teleport-project-generator-react": "^0.38.9",
"@teleporthq/teleport-project-generator-vue": "^0.38.9",
"@teleporthq/teleport-component-generator-angular": "^0.38.10",
"@teleporthq/teleport-component-generator-html": "^0.38.10",
"@teleporthq/teleport-component-generator-react": "^0.38.10",
"@teleporthq/teleport-component-generator-vue": "^0.38.10",
"@teleporthq/teleport-project-generator-angular": "^0.38.10",
"@teleporthq/teleport-project-generator-html": "^0.38.10",
"@teleporthq/teleport-project-generator-next": "^0.38.10",
"@teleporthq/teleport-project-generator-nuxt": "^0.38.10",
"@teleporthq/teleport-project-generator-react": "^0.38.10",
"@teleporthq/teleport-project-generator-vue": "^0.38.10",
"@teleporthq/teleport-project-packer": "^0.38.3",
"@teleporthq/teleport-project-plugin-i18n-files": "^0.38.9",
"@teleporthq/teleport-project-plugin-i18n-files": "^0.38.10",
"@teleporthq/teleport-publisher-codesandbox": "^0.38.3",
"@teleporthq/teleport-publisher-disk": "^0.38.3",
"@teleporthq/teleport-publisher-github": "^0.38.3",
"@teleporthq/teleport-publisher-netlify": "^0.38.3",
"@teleporthq/teleport-publisher-vercel": "^0.38.3",
"@teleporthq/teleport-publisher-zip": "^0.38.3",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
16 changes: 8 additions & 8 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.38.9",
"version": "0.38.10",
"description": "Component generator customization, capable of creating Angular components",
"author": "teleportHQ",
"homepage": "https://teleporthq.io/",
Expand All @@ -24,13 +24,13 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-component-generator": "^0.38.5",
"@teleporthq/teleport-plugin-angular-base-component": "^0.38.9",
"@teleporthq/teleport-plugin-css": "^0.38.9",
"@teleporthq/teleport-plugin-import-statements": "^0.38.9",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.38.3",
"@teleporthq/teleport-postprocessor-prettier-ts": "^0.38.3",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-component-generator": "^0.38.10",
"@teleporthq/teleport-plugin-angular-base-component": "^0.38.10",
"@teleporthq/teleport-plugin-css": "^0.38.10",
"@teleporthq/teleport-plugin-import-statements": "^0.38.10",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.38.10",
"@teleporthq/teleport-postprocessor-prettier-ts": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
14 changes: 7 additions & 7 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.38.9",
"version": "0.38.10",
"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.38.5",
"@teleporthq/teleport-plugin-css": "^0.38.9",
"@teleporthq/teleport-plugin-html-base-component": "^0.38.9",
"@teleporthq/teleport-plugin-import-statements-html": "^0.38.9",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.38.3",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-component-generator": "^0.38.10",
"@teleporthq/teleport-plugin-css": "^0.38.10",
"@teleporthq/teleport-plugin-html-base-component": "^0.38.10",
"@teleporthq/teleport-plugin-import-statements-html": "^0.38.10",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
}
}
26 changes: 13 additions & 13 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.38.9",
"version": "0.38.10",
"description": "Component generator customization, capable of creating React components with a number of different style flavors",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -24,18 +24,18 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-component-generator": "^0.38.5",
"@teleporthq/teleport-plugin-css": "^0.38.9",
"@teleporthq/teleport-plugin-css-modules": "^0.38.9",
"@teleporthq/teleport-plugin-import-statements": "^0.38.9",
"@teleporthq/teleport-plugin-jsx-inline-styles": "^0.38.9",
"@teleporthq/teleport-plugin-jsx-proptypes": "^0.38.9",
"@teleporthq/teleport-plugin-react-base-component": "^0.38.9",
"@teleporthq/teleport-plugin-react-jss": "^0.38.9",
"@teleporthq/teleport-plugin-react-styled-components": "^0.38.9",
"@teleporthq/teleport-plugin-react-styled-jsx": "^0.38.9",
"@teleporthq/teleport-postprocessor-prettier-jsx": "^0.38.3",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-component-generator": "^0.38.10",
"@teleporthq/teleport-plugin-css": "^0.38.10",
"@teleporthq/teleport-plugin-css-modules": "^0.38.10",
"@teleporthq/teleport-plugin-import-statements": "^0.38.10",
"@teleporthq/teleport-plugin-jsx-inline-styles": "^0.38.10",
"@teleporthq/teleport-plugin-jsx-proptypes": "^0.38.10",
"@teleporthq/teleport-plugin-react-base-component": "^0.38.10",
"@teleporthq/teleport-plugin-react-jss": "^0.38.10",
"@teleporthq/teleport-plugin-react-styled-components": "^0.38.10",
"@teleporthq/teleport-plugin-react-styled-jsx": "^0.38.10",
"@teleporthq/teleport-postprocessor-prettier-jsx": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
20 changes: 10 additions & 10 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.38.9",
"version": "0.38.10",
"description": "Component generator customization, capable of creating Vue components",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -24,15 +24,15 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-component-generator": "^0.38.5",
"@teleporthq/teleport-plugin-css": "^0.38.9",
"@teleporthq/teleport-plugin-import-statements": "^0.38.9",
"@teleporthq/teleport-plugin-vue-app-routing": "^0.38.3",
"@teleporthq/teleport-plugin-vue-base-component": "^0.38.9",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.38.3",
"@teleporthq/teleport-postprocessor-prettier-js": "^0.38.3",
"@teleporthq/teleport-postprocessor-vue-file": "^0.38.3",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-component-generator": "^0.38.10",
"@teleporthq/teleport-plugin-css": "^0.38.10",
"@teleporthq/teleport-plugin-import-statements": "^0.38.10",
"@teleporthq/teleport-plugin-vue-app-routing": "^0.38.10",
"@teleporthq/teleport-plugin-vue-base-component": "^0.38.10",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.38.10",
"@teleporthq/teleport-postprocessor-prettier-js": "^0.38.10",
"@teleporthq/teleport-postprocessor-vue-file": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
8 changes: 4 additions & 4 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.38.5",
"version": "0.38.10",
"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.38.3",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3",
"@teleporthq/teleport-uidl-resolver": "^0.38.3",
"@teleporthq/teleport-uidl-validator": "^0.38.5"
"@teleporthq/teleport-uidl-resolver": "^0.38.10",
"@teleporthq/teleport-uidl-validator": "^0.38.10"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
}
6 changes: 3 additions & 3 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.38.9",
"version": "0.38.10",
"description": "A plugin for handling the skeleton/baseline of a Angular Component",
"author": "teleportHQ",
"homepage": "https://teleporthq.io/",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.9",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
4 changes: 2 additions & 2 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.38.3",
"version": "0.38.10",
"description": "A Plugin for generating modules for angular",
"author": "teleportHQ",
"homepage": "https://teleporthq.io/",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
4 changes: 2 additions & 2 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.38.9",
"version": "0.38.10",
"description": "Common building and modelating functions for ASTs and HASTs",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"@babel/core": "^7.5.5",
"@babel/preset-react": "^7.22.5",
"@babel/types": "^7.5.5",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3",
"jss": "^10.0.0",
"jss-preset-default": "^10.0.0"
Expand Down
6 changes: 3 additions & 3 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.38.9",
"version": "0.38.10",
"description": "A plugin for handling the styles as a separate css-module file for JSX based components",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.9",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
6 changes: 3 additions & 3 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.38.9",
"version": "0.38.10",
"description": "A plugin for creating the styles into external css files",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.9",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
8 changes: 4 additions & 4 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.38.9",
"version": "0.38.10",
"description": "A plugin for handling the skeleton/baseline of a base html component",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -24,9 +24,9 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@teleporthq/teleport-plugin-common": "^0.38.9",
"@teleporthq/teleport-plugin-css": "^0.38.9",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-plugin-css": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3",
"@teleporthq/teleport-uidl-builders": "^0.38.3"
}
Expand Down
6 changes: 3 additions & 3 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.38.9",
"version": "0.38.10",
"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.38.9",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
}
}
4 changes: 2 additions & 2 deletions packages/teleport-plugin-import-statements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-import-statements",
"version": "0.38.9",
"version": "0.38.10",
"description": "A plugin for handling import statements in JavaScript code",
"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-plugin-common": "^0.38.9",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-plugin-jsx-head-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-jsx-head-config",
"version": "0.38.9",
"version": "0.38.10",
"description": "A plugin for generating `<head>` tags inside regular JSX-based components",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.9",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
6 changes: 3 additions & 3 deletions packages/teleport-plugin-jsx-inline-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-jsx-inline-styles",
"version": "0.38.9",
"version": "0.38.10",
"description": "A plugin for injecting the styles as inline styles inside JSX-based components",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.9",
"@teleporthq/teleport-shared": "^0.38.3",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
Loading

0 comments on commit 31ed850

Please sign in to comment.