We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585ad84 commit 261d824Copy full SHA for 261d824
.changeset/deep-pigs-sort.md
@@ -0,0 +1,5 @@
1
+---
2
+"project": patch
3
4
+
5
+Initial version
package.json
@@ -7,7 +7,10 @@
7
"start": "astro dev",
8
"build": "astro build",
9
"preview": "astro preview",
10
- "astro": "astro"
+ "astro": "astro",
11
+ "version": "changeset version",
12
+ "release": "changeset publish",
13
+ "tag": "changeset tag"
14
},
15
"dependencies": {
16
"@astrojs/starlight": "^0.34.3",
0 commit comments