Skip to content

Commit f580e44

Browse files
committed
chore(release): 'publish v0.40.4'
1 parent 8a26918 commit f580e44

File tree

64 files changed

+327
-327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+327
-327
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.40.3",
5+
"version": "0.40.4",
66
"useWorkspaces": true,
77
"npmClient": "yarn",
88
"command": {
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-code-generator",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "A standalone version of the teleport ecosystem with all the project and component generators installed",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -23,26 +23,26 @@
2323
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
2424
},
2525
"dependencies": {
26-
"@teleporthq/teleport-component-generator-angular": "^0.40.3",
27-
"@teleporthq/teleport-component-generator-html": "^0.40.3",
28-
"@teleporthq/teleport-component-generator-react": "^0.40.3",
29-
"@teleporthq/teleport-component-generator-vue": "^0.40.3",
30-
"@teleporthq/teleport-project-generator-angular": "^0.40.3",
31-
"@teleporthq/teleport-project-generator-html": "^0.40.3",
32-
"@teleporthq/teleport-project-generator-next": "^0.40.3",
33-
"@teleporthq/teleport-project-generator-nuxt": "^0.40.3",
34-
"@teleporthq/teleport-project-generator-react": "^0.40.3",
35-
"@teleporthq/teleport-project-generator-vue": "^0.40.3",
36-
"@teleporthq/teleport-project-packer": "^0.40.3",
37-
"@teleporthq/teleport-project-plugin-i18n-files": "^0.40.3",
38-
"@teleporthq/teleport-publisher-codesandbox": "^0.40.3",
39-
"@teleporthq/teleport-publisher-disk": "^0.40.3",
40-
"@teleporthq/teleport-publisher-github": "^0.40.3",
41-
"@teleporthq/teleport-publisher-netlify": "^0.40.3",
42-
"@teleporthq/teleport-publisher-vercel": "^0.40.3",
43-
"@teleporthq/teleport-publisher-zip": "^0.40.3",
44-
"@teleporthq/teleport-shared": "^0.40.3",
45-
"@teleporthq/teleport-types": "^0.40.3"
26+
"@teleporthq/teleport-component-generator-angular": "^0.40.4",
27+
"@teleporthq/teleport-component-generator-html": "^0.40.4",
28+
"@teleporthq/teleport-component-generator-react": "^0.40.4",
29+
"@teleporthq/teleport-component-generator-vue": "^0.40.4",
30+
"@teleporthq/teleport-project-generator-angular": "^0.40.4",
31+
"@teleporthq/teleport-project-generator-html": "^0.40.4",
32+
"@teleporthq/teleport-project-generator-next": "^0.40.4",
33+
"@teleporthq/teleport-project-generator-nuxt": "^0.40.4",
34+
"@teleporthq/teleport-project-generator-react": "^0.40.4",
35+
"@teleporthq/teleport-project-generator-vue": "^0.40.4",
36+
"@teleporthq/teleport-project-packer": "^0.40.4",
37+
"@teleporthq/teleport-project-plugin-i18n-files": "^0.40.4",
38+
"@teleporthq/teleport-publisher-codesandbox": "^0.40.4",
39+
"@teleporthq/teleport-publisher-disk": "^0.40.4",
40+
"@teleporthq/teleport-publisher-github": "^0.40.4",
41+
"@teleporthq/teleport-publisher-netlify": "^0.40.4",
42+
"@teleporthq/teleport-publisher-vercel": "^0.40.4",
43+
"@teleporthq/teleport-publisher-zip": "^0.40.4",
44+
"@teleporthq/teleport-shared": "^0.40.4",
45+
"@teleporthq/teleport-types": "^0.40.4"
4646
},
4747
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
4848
}

packages/teleport-component-generator-angular/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-component-generator-angular",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "Component generator customization, capable of creating Angular components",
55
"author": "teleportHQ",
66
"homepage": "https://teleporthq.io/",
@@ -24,14 +24,14 @@
2424
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
2525
},
2626
"dependencies": {
27-
"@teleporthq/teleport-component-generator": "^0.40.3",
28-
"@teleporthq/teleport-plugin-angular-base-component": "^0.40.3",
29-
"@teleporthq/teleport-plugin-css": "^0.40.3",
30-
"@teleporthq/teleport-plugin-import-statements": "^0.40.3",
31-
"@teleporthq/teleport-postprocessor-prettier-html": "^0.40.3",
32-
"@teleporthq/teleport-postprocessor-prettier-ts": "^0.40.3",
33-
"@teleporthq/teleport-shared": "^0.40.3",
34-
"@teleporthq/teleport-types": "^0.40.3"
27+
"@teleporthq/teleport-component-generator": "^0.40.4",
28+
"@teleporthq/teleport-plugin-angular-base-component": "^0.40.4",
29+
"@teleporthq/teleport-plugin-css": "^0.40.4",
30+
"@teleporthq/teleport-plugin-import-statements": "^0.40.4",
31+
"@teleporthq/teleport-postprocessor-prettier-html": "^0.40.4",
32+
"@teleporthq/teleport-postprocessor-prettier-ts": "^0.40.4",
33+
"@teleporthq/teleport-shared": "^0.40.4",
34+
"@teleporthq/teleport-types": "^0.40.4"
3535
},
3636
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
3737
}

packages/teleport-component-generator-html/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-component-generator-html",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "Component generator customization, capable of creating plain html",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -24,12 +24,12 @@
2424
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
2525
},
2626
"dependencies": {
27-
"@teleporthq/teleport-component-generator": "^0.40.3",
28-
"@teleporthq/teleport-plugin-css": "^0.40.3",
29-
"@teleporthq/teleport-plugin-html-base-component": "^0.40.3",
30-
"@teleporthq/teleport-plugin-import-statements-html": "^0.40.3",
31-
"@teleporthq/teleport-postprocessor-prettier-html": "^0.40.3",
32-
"@teleporthq/teleport-shared": "^0.40.3",
33-
"@teleporthq/teleport-types": "^0.40.3"
27+
"@teleporthq/teleport-component-generator": "^0.40.4",
28+
"@teleporthq/teleport-plugin-css": "^0.40.4",
29+
"@teleporthq/teleport-plugin-html-base-component": "^0.40.4",
30+
"@teleporthq/teleport-plugin-import-statements-html": "^0.40.4",
31+
"@teleporthq/teleport-postprocessor-prettier-html": "^0.40.4",
32+
"@teleporthq/teleport-shared": "^0.40.4",
33+
"@teleporthq/teleport-types": "^0.40.4"
3434
}
3535
}

packages/teleport-component-generator-react/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-component-generator-react",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "Component generator customization, capable of creating React components with a number of different style flavors",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -24,19 +24,19 @@
2424
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
2525
},
2626
"dependencies": {
27-
"@teleporthq/teleport-component-generator": "^0.40.3",
28-
"@teleporthq/teleport-plugin-css": "^0.40.3",
29-
"@teleporthq/teleport-plugin-css-modules": "^0.40.3",
30-
"@teleporthq/teleport-plugin-import-statements": "^0.40.3",
31-
"@teleporthq/teleport-plugin-jsx-inline-styles": "^0.40.3",
32-
"@teleporthq/teleport-plugin-jsx-proptypes": "^0.40.3",
33-
"@teleporthq/teleport-plugin-react-base-component": "^0.40.3",
34-
"@teleporthq/teleport-plugin-react-jss": "^0.40.3",
35-
"@teleporthq/teleport-plugin-react-styled-components": "^0.40.3",
36-
"@teleporthq/teleport-plugin-react-styled-jsx": "^0.40.3",
37-
"@teleporthq/teleport-postprocessor-prettier-jsx": "^0.40.3",
38-
"@teleporthq/teleport-shared": "^0.40.3",
39-
"@teleporthq/teleport-types": "^0.40.3"
27+
"@teleporthq/teleport-component-generator": "^0.40.4",
28+
"@teleporthq/teleport-plugin-css": "^0.40.4",
29+
"@teleporthq/teleport-plugin-css-modules": "^0.40.4",
30+
"@teleporthq/teleport-plugin-import-statements": "^0.40.4",
31+
"@teleporthq/teleport-plugin-jsx-inline-styles": "^0.40.4",
32+
"@teleporthq/teleport-plugin-jsx-proptypes": "^0.40.4",
33+
"@teleporthq/teleport-plugin-react-base-component": "^0.40.4",
34+
"@teleporthq/teleport-plugin-react-jss": "^0.40.4",
35+
"@teleporthq/teleport-plugin-react-styled-components": "^0.40.4",
36+
"@teleporthq/teleport-plugin-react-styled-jsx": "^0.40.4",
37+
"@teleporthq/teleport-postprocessor-prettier-jsx": "^0.40.4",
38+
"@teleporthq/teleport-shared": "^0.40.4",
39+
"@teleporthq/teleport-types": "^0.40.4"
4040
},
4141
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
4242
}

packages/teleport-component-generator-vue/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-component-generator-vue",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "Component generator customization, capable of creating Vue components",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -24,16 +24,16 @@
2424
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
2525
},
2626
"dependencies": {
27-
"@teleporthq/teleport-component-generator": "^0.40.3",
28-
"@teleporthq/teleport-plugin-css": "^0.40.3",
29-
"@teleporthq/teleport-plugin-import-statements": "^0.40.3",
30-
"@teleporthq/teleport-plugin-vue-app-routing": "^0.40.3",
31-
"@teleporthq/teleport-plugin-vue-base-component": "^0.40.3",
32-
"@teleporthq/teleport-postprocessor-prettier-html": "^0.40.3",
33-
"@teleporthq/teleport-postprocessor-prettier-js": "^0.40.3",
34-
"@teleporthq/teleport-postprocessor-vue-file": "^0.40.3",
35-
"@teleporthq/teleport-shared": "^0.40.3",
36-
"@teleporthq/teleport-types": "^0.40.3"
27+
"@teleporthq/teleport-component-generator": "^0.40.4",
28+
"@teleporthq/teleport-plugin-css": "^0.40.4",
29+
"@teleporthq/teleport-plugin-import-statements": "^0.40.4",
30+
"@teleporthq/teleport-plugin-vue-app-routing": "^0.40.4",
31+
"@teleporthq/teleport-plugin-vue-base-component": "^0.40.4",
32+
"@teleporthq/teleport-postprocessor-prettier-html": "^0.40.4",
33+
"@teleporthq/teleport-postprocessor-prettier-js": "^0.40.4",
34+
"@teleporthq/teleport-postprocessor-vue-file": "^0.40.4",
35+
"@teleporthq/teleport-shared": "^0.40.4",
36+
"@teleporthq/teleport-types": "^0.40.4"
3737
},
3838
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
3939
}

packages/teleport-component-generator/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-component-generator",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "Bare-bone component generator on top of which you can add plugins, mappings and post processing functions",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -27,10 +27,10 @@
2727
"@babel/generator": "^7.5.5",
2828
"@babel/types": "^7.5.5",
2929
"@starptech/prettyhtml-hast-to-html": "^0.10.0",
30-
"@teleporthq/teleport-shared": "^0.40.3",
31-
"@teleporthq/teleport-types": "^0.40.3",
32-
"@teleporthq/teleport-uidl-resolver": "^0.40.3",
33-
"@teleporthq/teleport-uidl-validator": "^0.40.3"
30+
"@teleporthq/teleport-shared": "^0.40.4",
31+
"@teleporthq/teleport-types": "^0.40.4",
32+
"@teleporthq/teleport-uidl-resolver": "^0.40.4",
33+
"@teleporthq/teleport-uidl-validator": "^0.40.4"
3434
},
3535
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
3636
}

packages/teleport-github-gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-github-gateway",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "Teleport github gateway - use this package if you require a github integration",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
2525
},
2626
"dependencies": {
27-
"@teleporthq/teleport-types": "^0.40.3",
27+
"@teleporthq/teleport-types": "^0.40.4",
2828
"cross-fetch": "^3.0.4",
2929
"octokit": "^1.7.1"
3030
},

packages/teleport-plugin-angular-base-component/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-plugin-angular-base-component",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "A plugin for handling the skeleton/baseline of a Angular Component",
55
"author": "teleportHQ",
66
"homepage": "https://teleporthq.io/",
@@ -25,9 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@babel/types": "^7.5.5",
28-
"@teleporthq/teleport-plugin-common": "^0.40.3",
29-
"@teleporthq/teleport-shared": "^0.40.3",
30-
"@teleporthq/teleport-types": "^0.40.3"
28+
"@teleporthq/teleport-plugin-common": "^0.40.4",
29+
"@teleporthq/teleport-shared": "^0.40.4",
30+
"@teleporthq/teleport-types": "^0.40.4"
3131
},
3232
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
3333
}

packages/teleport-plugin-angular-module/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-plugin-angular-module",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "A Plugin for generating modules for angular",
55
"author": "teleportHQ",
66
"homepage": "https://teleporthq.io/",
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@babel/types": "^7.5.5",
28-
"@teleporthq/teleport-shared": "^0.40.3",
29-
"@teleporthq/teleport-types": "^0.40.3"
28+
"@teleporthq/teleport-shared": "^0.40.4",
29+
"@teleporthq/teleport-types": "^0.40.4"
3030
},
3131
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
3232
}

packages/teleport-plugin-common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-plugin-common",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "Common building and modelating functions for ASTs and HASTs",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -27,8 +27,8 @@
2727
"@babel/core": "^7.5.5",
2828
"@babel/preset-react": "^7.22.5",
2929
"@babel/types": "^7.5.5",
30-
"@teleporthq/teleport-shared": "^0.40.3",
31-
"@teleporthq/teleport-types": "^0.40.3",
30+
"@teleporthq/teleport-shared": "^0.40.4",
31+
"@teleporthq/teleport-types": "^0.40.4",
3232
"jss": "^10.0.0",
3333
"jss-preset-default": "^10.0.0"
3434
},

packages/teleport-plugin-css-modules/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-plugin-css-modules",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "A plugin for handling the styles as a separate css-module file for JSX based components",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -25,9 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@babel/types": "^7.5.5",
28-
"@teleporthq/teleport-plugin-common": "^0.40.3",
29-
"@teleporthq/teleport-shared": "^0.40.3",
30-
"@teleporthq/teleport-types": "^0.40.3"
28+
"@teleporthq/teleport-plugin-common": "^0.40.4",
29+
"@teleporthq/teleport-shared": "^0.40.4",
30+
"@teleporthq/teleport-types": "^0.40.4"
3131
},
3232
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
3333
}

packages/teleport-plugin-css/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-plugin-css",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "A plugin for creating the styles into external css files",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -25,9 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@babel/types": "^7.5.5",
28-
"@teleporthq/teleport-plugin-common": "^0.40.3",
29-
"@teleporthq/teleport-shared": "^0.40.3",
30-
"@teleporthq/teleport-types": "^0.40.3"
28+
"@teleporthq/teleport-plugin-common": "^0.40.4",
29+
"@teleporthq/teleport-shared": "^0.40.4",
30+
"@teleporthq/teleport-types": "^0.40.4"
3131
},
3232
"gitHead": "b185c3fdb7dc94ff8c7eed63f7edba055fffa8d0"
3333
}

packages/teleport-plugin-html-base-component/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-plugin-html-base-component",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "A plugin for handling the skeleton/baseline of a base html component",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -24,10 +24,10 @@
2424
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
2525
},
2626
"dependencies": {
27-
"@teleporthq/teleport-plugin-common": "^0.40.3",
28-
"@teleporthq/teleport-plugin-css": "^0.40.3",
29-
"@teleporthq/teleport-shared": "^0.40.3",
30-
"@teleporthq/teleport-types": "^0.40.3",
31-
"@teleporthq/teleport-uidl-builders": "^0.40.3"
27+
"@teleporthq/teleport-plugin-common": "^0.40.4",
28+
"@teleporthq/teleport-plugin-css": "^0.40.4",
29+
"@teleporthq/teleport-shared": "^0.40.4",
30+
"@teleporthq/teleport-types": "^0.40.4",
31+
"@teleporthq/teleport-uidl-builders": "^0.40.4"
3232
}
3333
}

packages/teleport-plugin-import-statements-html/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teleporthq/teleport-plugin-import-statements-html",
3-
"version": "0.40.3",
3+
"version": "0.40.4",
44
"description": "A plugin for handling import statements in HTML",
55
"author": "teleportHQ",
66
"license": "MIT",
@@ -24,8 +24,8 @@
2424
"build": "tsc -p tsconfig.json && tsc -p tsconfig.json --module commonjs --outDir dist/cjs"
2525
},
2626
"dependencies": {
27-
"@teleporthq/teleport-plugin-common": "^0.40.3",
28-
"@teleporthq/teleport-shared": "^0.40.3",
29-
"@teleporthq/teleport-types": "^0.40.3"
27+
"@teleporthq/teleport-plugin-common": "^0.40.4",
28+
"@teleporthq/teleport-shared": "^0.40.4",
29+
"@teleporthq/teleport-types": "^0.40.4"
3030
}
3131
}

0 commit comments

Comments
 (0)