-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
824 additions
and
554 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# docs | ||
|
||
## 0.0.2-beta.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [76702d0] | ||
- @domain-expansion/astro@0.1.0-beta.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,27 @@ | ||
{ | ||
"name": "root", | ||
"private": true, | ||
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c", | ||
"engines": { | ||
"node": ">=18.20.3" | ||
}, | ||
"scripts": { | ||
"package:build": "pnpm -r --filter @domain-expansion/astro build", | ||
"package:dev": "pnpm -r --filter @domain-expansion/astro dev", | ||
"playground:dev": "pnpm --filter playground dev", | ||
"playground:build": "pnpm --filter playground build", | ||
"docs:dev": "pnpm --filter docs dev", | ||
"docs:build": "pnpm --filter docs build", | ||
"docs:start": "pnpm --filter docs start", | ||
"dev": "pnpm --stream -r -parallel dev", | ||
"changeset": "changeset", | ||
"release": "node scripts/release.mjs", | ||
"lint": "biome check .", | ||
"lint:fix": "biome check --apply ." | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"@changesets/cli": "^2.27.10" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"astro": "patches/astro.patch", | ||
"@astrojs/starlight": "patches/@astrojs__starlight.patch" | ||
} | ||
} | ||
"name": "root", | ||
"private": true, | ||
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c", | ||
"engines": { | ||
"node": ">=18.20.3" | ||
}, | ||
"scripts": { | ||
"package:build": "pnpm -r --filter @domain-expansion/astro build", | ||
"package:dev": "pnpm -r --filter @domain-expansion/astro dev", | ||
"playground:dev": "pnpm --filter playground dev", | ||
"playground:build": "pnpm --filter playground build", | ||
"docs:dev": "pnpm --filter docs dev", | ||
"docs:build": "pnpm --filter docs build", | ||
"docs:start": "pnpm --filter docs start", | ||
"dev": "pnpm --stream -r -parallel dev", | ||
"changeset": "changeset", | ||
"release": "node scripts/release.mjs", | ||
"lint": "biome check .", | ||
"lint:fix": "biome check --apply ." | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"@changesets/cli": "^2.27.11" | ||
}, | ||
"pnpm": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @domain-expansion/astro | ||
|
||
## 0.1.0-beta.0 | ||
|
||
### Minor Changes | ||
|
||
- 76702d0: Initial beta release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.