Skip to content

Commit 8d06892

Browse files
committed
chore: init docs website versioning
BREAKING CHANGE: initial version
1 parent c3d53a0 commit 8d06892

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@julian_cataldo/astro-demo",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "astro dev",

lerna.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"packages": ["app/*", "app/*/*", "configs", "components/*", "components/*/*"],
2+
"packages": [
3+
"demo",
4+
"app/*",
5+
"app/*/*",
6+
"configs",
7+
"components/*",
8+
"components/*/*"
9+
],
310
"useNx": false,
411
"version": "independent",
512
"command": {

0 commit comments

Comments
 (0)