Skip to content

Commit

Permalink
chore: reconfigure version 1.2 - set to 1.2.0-rc.50
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Mar 7, 2021
1 parent c55babe commit d78677d
Show file tree
Hide file tree
Showing 48 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/**"],
"version": "1.2.0-rc.0"
"version": "1.2.0-rc.50"
}
2 changes: 1 addition & 1 deletion packages/cli/core/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-core-babel",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This module contains the babel stuff for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This CLI brings along all required tools to serve, test and build multi framework SPAs",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/core/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/core",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
Expand Down Expand Up @@ -37,18 +37,18 @@
]
},
"dependencies": {
"@leanup/form": "^1.2.0-rc.0",
"@leanup/lib": "^1.2.0-rc.0",
"@leanup/form": "^1.2.0-rc.50",
"@leanup/lib": "^1.2.0-rc.50",
"navigo": "8.9.1",
"rxjs": "6.6.6"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/git-hooks": "^1.2.0-rc.0",
"@leanup/stack": "^1.2.0-rc.0",
"@leanup/stack-snowpack": "^1.2.0-rc.0",
"@leanup/stack-vite": "^1.2.0-rc.0",
"@leanup/stack-webpack": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@leanup/git-hooks": "^1.2.0-rc.50",
"@leanup/stack": "^1.2.0-rc.50",
"@leanup/stack-snowpack": "^1.2.0-rc.50",
"@leanup/stack-vite": "^1.2.0-rc.50",
"@leanup/stack-webpack": "^1.2.0-rc.50",
"chromedriver": "89.0.0",
"cssnano": "4.1.10",
"npm-check-updates": "11.1.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angular",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This package contains the Angular framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,12 +38,12 @@
"angular": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@types/node": "14.14.32",
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "^1.2.0-rc.0"
"@leanup/cli": "^1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/angular/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@template/angular",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"dependencies": {
"@angular/common": "next",
"@angular/compiler": "next",
Expand All @@ -14,8 +14,8 @@
"zone.js": "0.11.4"
},
"devDependencies": {
"@leanup/cli-angular": "^1.2.0-rc.0",
"@leanup/stack-angular": "^1.2.0-rc.0",
"@leanup/cli-angular": "^1.2.0-rc.50",
"@leanup/stack-angular": "^1.2.0-rc.50",
"@ngtools/webpack": "next",
"typescript": "~4.1.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/angularjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-angularjs",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This package contains the AngularJS framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,12 +38,12 @@
"angularjs": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@types/node": "14.14.32",
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "^1.2.0-rc.0"
"@leanup/cli": "^1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/angularjs/template/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@template/angularjs",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"dependencies": {
"angular": "1.8.2"
},
"devDependencies": {
"@leanup/cli-angularjs": "^1.2.0-rc.0",
"@leanup/stack-angularjs": "^1.2.0-rc.0",
"@leanup/cli-angularjs": "^1.2.0-rc.50",
"@leanup/stack-angularjs": "^1.2.0-rc.50",
"@types/angular": "1.8.1"
}
}
6 changes: 3 additions & 3 deletions packages/cli/frameworks/aurelia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-aurelia",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This package contains the Aurelia framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -37,12 +37,12 @@
"aurelia": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@types/node": "14.14.32",
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "^1.2.0-rc.0"
"@leanup/cli": "^1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/aurelia/template/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@template/aurelia",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"dependencies": {
"aurelia-bootstrapper": "2.3.3",
"aurelia-framework": "1.3.1"
},
"devDependencies": {
"@leanup/cli-aurelia": "^1.2.0-rc.0",
"@leanup/stack-aurelia": "^1.2.0-rc.0"
"@leanup/cli-aurelia": "^1.2.0-rc.50",
"@leanup/stack-aurelia": "^1.2.0-rc.50"
}
}
6 changes: 3 additions & 3 deletions packages/cli/frameworks/inferno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-inferno",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This package contains the Inferno framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,12 +38,12 @@
"inferno": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@types/node": "14.14.32",
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "^1.2.0-rc.0"
"@leanup/cli": "^1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/inferno/template/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@template/inferno",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"dependencies": {
"inferno": "7.4.8"
},
"devDependencies": {
"@leanup/cli-inferno": "^1.2.0-rc.0",
"@leanup/stack-inferno": "^1.2.0-rc.0"
"@leanup/cli-inferno": "^1.2.0-rc.50",
"@leanup/stack-inferno": "^1.2.0-rc.50"
}
}
6 changes: 3 additions & 3 deletions packages/cli/frameworks/lit-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-lit-element",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This package contains the lit-element extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand All @@ -24,12 +24,12 @@
"lit-element": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@types/node": "14.14.32",
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "^1.2.0-rc.0"
"@leanup/cli": "^1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/frameworks/lit-element/template/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@template/lit-element",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"dependencies": {
"lit-element": "2.4.0"
},
"devDependencies": {
"@leanup/cli-lit-element": "^1.2.0-rc.0"
"@leanup/cli-lit-element": "^1.2.0-rc.50"
}
}
6 changes: 3 additions & 3 deletions packages/cli/frameworks/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-preact",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This package contains the Preact framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,12 +38,12 @@
"preact": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@types/node": "14.14.32",
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "^1.2.0-rc.0"
"@leanup/cli": "^1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/preact/template/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@template/preact",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"dependencies": {
"preact": "10.5.12"
},
"devDependencies": {
"@leanup/cli-preact": "^1.2.0-rc.0",
"@leanup/stack-preact": "^1.2.0-rc.0"
"@leanup/cli-preact": "^1.2.0-rc.50",
"@leanup/stack-preact": "^1.2.0-rc.50"
}
}
6 changes: 3 additions & 3 deletions packages/cli/frameworks/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-react",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This package contains the React framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,12 +38,12 @@
"react": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@types/node": "14.14.32",
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "^1.2.0-rc.0"
"@leanup/cli": "^1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/react/template/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@template/react",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"dependencies": {
"react": "17.0.1",
"react-dom": "17.0.1"
},
"devDependencies": {
"@leanup/cli-react": "^1.2.0-rc.0",
"@leanup/stack-react": "^1.2.0-rc.0",
"@leanup/cli-react": "^1.2.0-rc.50",
"@leanup/stack-react": "^1.2.0-rc.50",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-svelte",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This package contains the Svelte framework extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -39,12 +39,12 @@
"svelte": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@types/node": "14.14.32",
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "^1.2.0-rc.0"
"@leanup/cli": "^1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/svelte/template/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@template/svelte",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"dependencies": {
"svelte": "3.35.0"
},
"devDependencies": {
"@leanup/cli-svelte": "^1.2.0-rc.0",
"@leanup/stack-svelte": "^1.2.0-rc.0",
"@leanup/cli-svelte": "^1.2.0-rc.50",
"@leanup/stack-svelte": "^1.2.0-rc.50",
"@pyoner/svelte-types": "3.4.4",
"@tsconfig/svelte": "1.0.10"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/frameworks/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leanup/cli-vanilla",
"version": "1.2.0-rc.0",
"version": "1.2.0-rc.50",
"description": "This package contains the VanillaJS extension for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
Expand Down Expand Up @@ -38,12 +38,12 @@
"vanilla": "lib/cli.js"
},
"devDependencies": {
"@leanup/cli": "^1.2.0-rc.0",
"@leanup/cli": "^1.2.0-rc.50",
"@types/node": "14.14.32",
"typescript": "4.2.3"
},
"peerDependencies": {
"@leanup/cli": "^1.2.0-rc.0"
"@leanup/cli": "^1.2.0-rc.50"
},
"scripts": {
"prepack": "rm -rf lib && tsc -p tsconfig.json && tsc"
Expand Down
Loading

0 comments on commit d78677d

Please sign in to comment.