Skip to content

Commit 4327e57

Browse files
committed
v2.0.0-rc.82
1 parent a3332d9 commit 4327e57

34 files changed

+13032
-67
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"packages/stack/plugins"
1212
],
1313
"useNx": false,
14-
"version": "2.0.0-rc.81"
14+
"version": "2.0.0-rc.82"
1515
}

package-lock.json

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

packages/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/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.81",
4+
"version": "2.0.0-rc.82",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"license": "Apache-2.0",
77
"scripts": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/form",
3-
"version": "2.0.0-rc.81",
3+
"version": "2.0.0-rc.82",
44
"description": "This module contains useful features for handling forms.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://github.com/leanupjs/form#readme",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/leanupjs/leanup/issues"
2121
},
2222
"dependencies": {
23-
"@leanup/lib": "2.0.0-rc.81"
23+
"@leanup/lib": "2.0.0-rc.82"
2424
},
2525
"devDependencies": {
2626
"@types/chai": "4.3.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/lib",
3-
"version": "2.0.0-rc.81",
3+
"version": "2.0.0-rc.82",
44
"description": "This module is a collection of lightweight application features.",
55
"author": "Martin Oppitz <npesm@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",

packages/stack/bundlers/vite/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/stack/bundlers/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanup/stack-vite",
3-
"version": "2.0.0-rc.81",
3+
"version": "2.0.0-rc.82",
44
"description": "This module contains all vite-related functionalities for the @leanup/stack.",
55
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
66
"homepage": "https://leanupjs.org",
@@ -34,7 +34,7 @@
3434
"vite-plugin-replace": "0.1.1"
3535
},
3636
"devDependencies": {
37-
"@leanup/stack": "2.0.0-rc.81"
37+
"@leanup/stack": "2.0.0-rc.82"
3838
},
3939
"peerDependencies": {
4040
"@leanup/stack": "~2.0.0-rc.79"

0 commit comments

Comments
 (0)