Skip to content

Commit 988a24f

Browse files
committed
v2.0.0-rc.76
1 parent 6f63172 commit 988a24f

Some content is hidden

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

53 files changed

+12347
-88
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"packages/openapi",
1212
"packages/stack/*"
1313
],
14-
"version": "2.0.0-rc.75"
14+
"version": "2.0.0-rc.76"
1515
}

package-lock.json

Lines changed: 12285 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/core/babel/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/core/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-core-babel",
3-
"version": "2.0.0-rc.75",
3+
"version": "2.0.0-rc.76",
44
"description": "This module contains the babel stuff for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/cli/core/template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@template/core",
3-
"version": "2.0.0-rc.75",
3+
"version": "2.0.0-rc.76",
44
"description": "",
55
"scripts": {
66
"coverage": "cross-env NODE_ENV=test nyc mocha",
@@ -23,17 +23,17 @@
2323
":prepare": "rimraf .husky && husky install && husky add .husky/commit-msg \"npx commitlint --edit $1\" && husky add .husky/pre-commit \"npm run lint\" && husky add .husky/pre-commit \"npm run format\" && husky add .husky/pre-commit \"npm run ts-prune\""
2424
},
2525
"dependencies": {
26-
"@leanup/form": "2.0.0-rc.75",
27-
"@leanup/lib": "2.0.0-rc.75",
28-
"@leanup/openapi-demo": "2.0.0-rc.75",
26+
"@leanup/form": "2.0.0-rc.76",
27+
"@leanup/lib": "2.0.0-rc.76",
28+
"@leanup/openapi-demo": "2.0.0-rc.76",
2929
"navigo": "8.11.1",
3030
"rxjs": "7.5.7"
3131
},
3232
"devDependencies": {
3333
"@leanup/cli": "2.0.0-rc.73",
34-
"@leanup/git-hooks": "2.0.0-rc.75",
35-
"@leanup/stack": "2.0.0-rc.75",
36-
"@leanup/stack-webpack": "2.0.0-rc.75",
34+
"@leanup/git-hooks": "2.0.0-rc.76",
35+
"@leanup/stack": "2.0.0-rc.76",
36+
"@leanup/stack-webpack": "2.0.0-rc.76",
3737
"chromedriver": "104.0.0",
3838
"npm-check-updates": "16.3.11",
3939
"postcss-windicss": "1.0.0",

packages/cli/create-leanup/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/create-leanup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-leanup",
33
"description": "This package contains the slim CLI to get started with leanupjs.",
4-
"version": "2.0.0-rc.75",
4+
"version": "2.0.0-rc.76",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"scripts": {
77
"build": "rimraf dist && tsup src/cli.ts --minify",

packages/cli/frameworks/angular/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/frameworks/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli-angular",
3-
"version": "2.0.0-rc.75",
3+
"version": "2.0.0-rc.76",
44
"description": "This package contains the Angular framework extension for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/cli/frameworks/angularjs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)