Skip to content

Commit 1bc13b2

Browse files
committed
v1.0.8
1 parent 4d7220b commit 1bc13b2

Some content is hidden

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

57 files changed

+136
-136
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/**"
44
],
5-
"version": "1.0.7"
5+
"version": "1.0.8"
66
}

packages/cli/core/e2e/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/e2e/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-e2e",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "This module contains the e2e test feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/cli/core/format/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/format/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-format",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "This module contains the format feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/cli/core/lint/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/lint/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-lint",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "This module contains the lint feature for the @leanup/cli.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/cli/core/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/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/cli",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "This CLI brings along all required tools to serve, test and build multi framework SPAs",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",
@@ -64,10 +64,10 @@
6464
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
6565
"@babel/preset-env": "^7.11.5",
6666
"@babel/preset-typescript": "^7.10.4",
67-
"@leanup/cli-core-e2e": "^1.0.7",
68-
"@leanup/cli-core-format": "^1.0.7",
69-
"@leanup/cli-core-lint": "^1.0.7",
70-
"@leanup/cli-core-test": "^1.0.7",
67+
"@leanup/cli-core-e2e": "^1.0.8",
68+
"@leanup/cli-core-format": "^1.0.8",
69+
"@leanup/cli-core-lint": "^1.0.8",
70+
"@leanup/cli-core-test": "^1.0.8",
7171
"autoprefixer": "^9.8.5",
7272
"babel-loader": "^8.1.0",
7373
"chalk": "^4.1.0",

packages/cli/core/test/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)