Skip to content

Commit

Permalink
chore(release): 'publish v0.38.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaionut12345 committed Dec 16, 2024
1 parent 9086a50 commit 0456f08
Show file tree
Hide file tree
Showing 40 changed files with 146 additions and 146 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.10",
"version": "0.38.11",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
24 changes: 12 additions & 12 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.10",
"version": "0.38.11",
"description": "A standalone version of the teleport ecosystem with all the project and component generators installed",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -23,18 +23,18 @@
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
},
"dependencies": {
"@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-component-generator-angular": "^0.38.11",
"@teleporthq/teleport-component-generator-html": "^0.38.11",
"@teleporthq/teleport-component-generator-react": "^0.38.11",
"@teleporthq/teleport-component-generator-vue": "^0.38.11",
"@teleporthq/teleport-project-generator-angular": "^0.38.11",
"@teleporthq/teleport-project-generator-html": "^0.38.11",
"@teleporthq/teleport-project-generator-next": "^0.38.11",
"@teleporthq/teleport-project-generator-nuxt": "^0.38.11",
"@teleporthq/teleport-project-generator-react": "^0.38.11",
"@teleporthq/teleport-project-generator-vue": "^0.38.11",
"@teleporthq/teleport-project-packer": "^0.38.3",
"@teleporthq/teleport-project-plugin-i18n-files": "^0.38.10",
"@teleporthq/teleport-project-plugin-i18n-files": "^0.38.11",
"@teleporthq/teleport-publisher-codesandbox": "^0.38.3",
"@teleporthq/teleport-publisher-disk": "^0.38.3",
"@teleporthq/teleport-publisher-github": "^0.38.3",
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "0.38.11",
"description": "Component generator customization, capable of creating Angular components",
"author": "teleportHQ",
"homepage": "https://teleporthq.io/",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@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-plugin-angular-base-component": "^0.38.11",
"@teleporthq/teleport-plugin-css": "^0.38.11",
"@teleporthq/teleport-plugin-import-statements": "^0.38.11",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.38.10",
"@teleporthq/teleport-postprocessor-prettier-ts": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "0.38.11",
"description": "Component generator customization, capable of creating plain html",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@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-plugin-css": "^0.38.11",
"@teleporthq/teleport-plugin-html-base-component": "^0.38.11",
"@teleporthq/teleport-plugin-import-statements-html": "^0.38.11",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
Expand Down
20 changes: 10 additions & 10 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.10",
"version": "0.38.11",
"description": "Component generator customization, capable of creating React components with a number of different style flavors",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,15 +25,15 @@
},
"dependencies": {
"@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-plugin-css": "^0.38.11",
"@teleporthq/teleport-plugin-css-modules": "^0.38.11",
"@teleporthq/teleport-plugin-import-statements": "^0.38.11",
"@teleporthq/teleport-plugin-jsx-inline-styles": "^0.38.11",
"@teleporthq/teleport-plugin-jsx-proptypes": "^0.38.11",
"@teleporthq/teleport-plugin-react-base-component": "^0.38.11",
"@teleporthq/teleport-plugin-react-jss": "^0.38.11",
"@teleporthq/teleport-plugin-react-styled-components": "^0.38.11",
"@teleporthq/teleport-plugin-react-styled-jsx": "^0.38.11",
"@teleporthq/teleport-postprocessor-prettier-jsx": "^0.38.10",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "0.38.11",
"description": "Component generator customization, capable of creating Vue components",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,10 +25,10 @@
},
"dependencies": {
"@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-css": "^0.38.11",
"@teleporthq/teleport-plugin-import-statements": "^0.38.11",
"@teleporthq/teleport-plugin-vue-app-routing": "^0.38.10",
"@teleporthq/teleport-plugin-vue-base-component": "^0.38.10",
"@teleporthq/teleport-plugin-vue-base-component": "^0.38.11",
"@teleporthq/teleport-postprocessor-prettier-html": "^0.38.10",
"@teleporthq/teleport-postprocessor-prettier-js": "^0.38.10",
"@teleporthq/teleport-postprocessor-vue-file": "^0.38.10",
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.38.11",
"description": "A plugin for handling the skeleton/baseline of a Angular Component",
"author": "teleportHQ",
"homepage": "https://teleporthq.io/",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "0.38.11",
"description": "Common building and modelating functions for ASTs and HASTs",
"author": "teleportHQ",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.38.11",
"description": "A plugin for handling the styles as a separate css-module file for 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.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.38.11",
"description": "A plugin for creating the styles into external css files",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "0.38.11",
"description": "A plugin for handling the skeleton/baseline of a base html component",
"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.10",
"@teleporthq/teleport-plugin-css": "^0.38.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-plugin-css": "^0.38.11",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3",
"@teleporthq/teleport-uidl-builders": "^0.38.3"
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.38.11",
"description": "A plugin for handling import statements in HTML",
"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.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
}
Expand Down
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.10",
"version": "0.38.11",
"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.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@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.10",
"version": "0.38.11",
"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.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.38.11",
"description": "A plugin for injecting the styles as inline styles inside 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.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-plugin-jsx-proptypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-jsx-proptypes",
"version": "0.38.10",
"version": "0.38.11",
"description": "A plugin for generating prop-types according to the component specification",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.38.10",
"version": "0.38.11",
"description": "A plugin for managing inlined data-fetching for cms-item and cms-list nodes.",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-types": "^0.38.3"
}
}
4 changes: 2 additions & 2 deletions packages/teleport-plugin-next-static-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-next-static-paths",
"version": "0.38.10",
"version": "0.38.11",
"description": "A plugin for adding getStaticPaths inside a nextjs page",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-plugin-next-static-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-next-static-props",
"version": "0.38.10",
"version": "0.38.11",
"description": "A plugin for adding getStaticProps inside a nextjs page",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-types": "^0.38.3"
},
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-plugin-react-app-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-react-app-routing",
"version": "0.38.10",
"version": "0.38.11",
"description": "A plugin for handling the routing file of a React project",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-plugin-react-base-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-react-base-component",
"version": "0.38.10",
"version": "0.38.11",
"description": "A plugin for handling the skeleton/baseline of a React component",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/types": "^7.5.5",
"@teleporthq/teleport-plugin-common": "^0.38.10",
"@teleporthq/teleport-plugin-common": "^0.38.11",
"@teleporthq/teleport-shared": "^0.38.10",
"@teleporthq/teleport-types": "^0.38.3"
},
Expand Down
Loading

0 comments on commit 0456f08

Please sign in to comment.