Skip to content

Commit

Permalink
chore(release): 'publish v0.38.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaionut12345 committed Dec 10, 2024
1 parent b02ee2b commit 467788c
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 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.7",
"version": "0.38.8",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
10 changes: 5 additions & 5 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.7",
"version": "0.38.8",
"description": "A standalone version of the teleport ecosystem with all the project and component generators installed",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,16 +25,16 @@
"dependencies": {
"@teleporthq/teleport-component-generator-angular": "^0.38.5",
"@teleporthq/teleport-component-generator-html": "^0.38.7",
"@teleporthq/teleport-component-generator-react": "^0.38.5",
"@teleporthq/teleport-component-generator-react": "^0.38.8",
"@teleporthq/teleport-component-generator-vue": "^0.38.5",
"@teleporthq/teleport-project-generator-angular": "^0.38.5",
"@teleporthq/teleport-project-generator-html": "^0.38.7",
"@teleporthq/teleport-project-generator-next": "^0.38.6",
"@teleporthq/teleport-project-generator-next": "^0.38.8",
"@teleporthq/teleport-project-generator-nuxt": "^0.38.5",
"@teleporthq/teleport-project-generator-react": "^0.38.5",
"@teleporthq/teleport-project-generator-react": "^0.38.8",
"@teleporthq/teleport-project-generator-vue": "^0.38.5",
"@teleporthq/teleport-project-packer": "^0.38.3",
"@teleporthq/teleport-project-plugin-i18n-files": "^0.38.5",
"@teleporthq/teleport-project-plugin-i18n-files": "^0.38.8",
"@teleporthq/teleport-publisher-codesandbox": "^0.38.3",
"@teleporthq/teleport-publisher-disk": "^0.38.3",
"@teleporthq/teleport-publisher-github": "^0.38.3",
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "0.38.8",
"description": "Component generator customization, capable of creating React components with a number of different style flavors",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -26,12 +26,12 @@
"dependencies": {
"@teleporthq/teleport-component-generator": "^0.38.5",
"@teleporthq/teleport-plugin-css": "^0.38.5",
"@teleporthq/teleport-plugin-css-modules": "^0.38.5",
"@teleporthq/teleport-plugin-css-modules": "^0.38.8",
"@teleporthq/teleport-plugin-import-statements": "^0.38.5",
"@teleporthq/teleport-plugin-jsx-inline-styles": "^0.38.5",
"@teleporthq/teleport-plugin-jsx-proptypes": "^0.38.5",
"@teleporthq/teleport-plugin-react-base-component": "^0.38.5",
"@teleporthq/teleport-plugin-react-jss": "^0.38.5",
"@teleporthq/teleport-plugin-react-jss": "^0.38.8",
"@teleporthq/teleport-plugin-react-styled-components": "^0.38.5",
"@teleporthq/teleport-plugin-react-styled-jsx": "^0.38.5",
"@teleporthq/teleport-postprocessor-prettier-jsx": "^0.38.3",
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.38.8",
"description": "A plugin for handling the styles as a separate css-module file for JSX based components",
"author": "teleportHQ",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/teleport-plugin-react-jss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-plugin-react-jss",
"version": "0.38.5",
"version": "0.38.8",
"description": "A plugin for injecting the styles with JSS inside React components",
"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.38.6",
"version": "0.38.8",
"description": "Project generator for a standard Next.js project",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"@babel/generator": "^7.5.5",
"@babel/types": "^7.5.5",
"@teleporthq/teleport-component-generator": "^0.38.5",
"@teleporthq/teleport-component-generator-react": "^0.38.5",
"@teleporthq/teleport-component-generator-react": "^0.38.8",
"@teleporthq/teleport-plugin-common": "^0.38.5",
"@teleporthq/teleport-plugin-css": "^0.38.5",
"@teleporthq/teleport-plugin-import-statements": "^0.38.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-project-generator-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-project-generator-react",
"version": "0.38.5",
"version": "0.38.8",
"description": "Project generator using React and React-Router, on top of a standard create-react-app structure",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@teleporthq/teleport-component-generator": "^0.38.5",
"@teleporthq/teleport-component-generator-react": "^0.38.5",
"@teleporthq/teleport-component-generator-react": "^0.38.8",
"@teleporthq/teleport-plugin-css": "^0.38.5",
"@teleporthq/teleport-plugin-import-statements": "^0.38.5",
"@teleporthq/teleport-plugin-jsx-head-config": "^0.38.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-project-plugin-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-project-plugin-css-modules",
"version": "0.38.5",
"version": "0.38.8",
"description": "A plugin for configuring teleportHQ projects using css-modules",
"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-css-modules": "^0.38.5",
"@teleporthq/teleport-plugin-css-modules": "^0.38.8",
"@teleporthq/teleport-postprocessor-prettier-js": "^0.38.3",
"@teleporthq/teleport-types": "^0.38.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-project-plugin-i18n-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-project-plugin-i18n-files",
"version": "0.38.5",
"version": "0.38.8",
"description": "Project generator for a generating i18n files for all frameworks",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/generator": "^7.5.5",
"@teleporthq/teleport-component-generator-react": "^0.38.5",
"@teleporthq/teleport-component-generator-react": "^0.38.8",
"@teleporthq/teleport-plugin-common": "^0.38.5",
"@teleporthq/teleport-types": "^0.38.3",
"@teleporthq/teleport-uidl-resolver": "^0.38.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/teleport-project-plugin-react-jss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teleporthq/teleport-project-plugin-react-jss",
"version": "0.38.5",
"version": "0.38.8",
"description": "A plugin for configuring projects to use react-jss",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@teleporthq/teleport-plugin-import-statements": "^0.38.5",
"@teleporthq/teleport-plugin-react-jss": "^0.38.5",
"@teleporthq/teleport-plugin-react-jss": "^0.38.8",
"@teleporthq/teleport-postprocessor-prettier-js": "^0.38.3",
"@teleporthq/teleport-types": "^0.38.3",
"magic-string": "^0.25.4"
Expand Down
12 changes: 6 additions & 6 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.38.7",
"version": "0.38.8",
"description": "A private repo used for testing the entire ecosystem locally",
"author": "teleportHQ",
"license": "MIT",
Expand All @@ -26,16 +26,16 @@
"bundle": "webpack --config webpack.config.js"
},
"dependencies": {
"@teleporthq/teleport-code-generator": "^0.38.7",
"@teleporthq/teleport-code-generator": "^0.38.8",
"@teleporthq/teleport-component-generator-html": "^0.38.7",
"@teleporthq/teleport-project-generator-angular": "^0.38.5",
"@teleporthq/teleport-project-generator-next": "^0.38.6",
"@teleporthq/teleport-project-generator-next": "^0.38.8",
"@teleporthq/teleport-project-generator-nuxt": "^0.38.5",
"@teleporthq/teleport-project-generator-react": "^0.38.5",
"@teleporthq/teleport-project-generator-react": "^0.38.8",
"@teleporthq/teleport-project-generator-vue": "^0.38.5",
"@teleporthq/teleport-project-packer": "^0.38.3",
"@teleporthq/teleport-project-plugin-css-modules": "^0.38.5",
"@teleporthq/teleport-project-plugin-react-jss": "^0.38.5",
"@teleporthq/teleport-project-plugin-css-modules": "^0.38.8",
"@teleporthq/teleport-project-plugin-react-jss": "^0.38.8",
"@teleporthq/teleport-project-plugin-styled-components": "^0.38.5",
"@teleporthq/teleport-project-plugin-tailwind": "^0.38.5",
"@teleporthq/teleport-publisher-codesandbox": "^0.38.3",
Expand Down

0 comments on commit 467788c

Please sign in to comment.