Skip to content

Commit 1032e45

Browse files
committed
Revert "[ci] release (#3279)"
This reverts commit 9fb2c47.
1 parent 9fb2c47 commit 1032e45

36 files changed

Lines changed: 74 additions & 75 deletions

File tree

.changeset/beige-gifts-yawn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'astro': patch
3+
'@astrojs/rss': patch
4+
---
5+
6+
Introduce new @astrojs/rss package for RSS feed generation! This also adds a new global env variable for your project's configured "site": import.meta.env.SITE. This is consumed by the RSS feed helper to generate the correct canonical URL.

.changeset/big-years-type.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Internal: removed `shorthash`

.changeset/forty-goats-dance.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Internal: replaces `serialize-javascript` with `devalue`

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-beta.23"
12+
"astro": "^1.0.0-beta.22"
1313
}
1414
}

examples/blog-multiple-authors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/preact": "^0.1.2",
13-
"astro": "^1.0.0-beta.23",
13+
"astro": "^1.0.0-beta.22",
1414
"sass": "^1.50.1"
1515
},
1616
"dependencies": {

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/preact": "^0.1.2",
13-
"astro": "^1.0.0-beta.23"
13+
"astro": "^1.0.0-beta.22"
1414
},
1515
"dependencies": {
1616
"preact": "^10.7.1"

examples/component/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"@example/my-component": "workspace:*",
13-
"astro": "^1.0.0-beta.23"
13+
"astro": "^1.0.0-beta.22"
1414
}
1515
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"serve": "astro --root demo preview"
99
},
1010
"devDependencies": {
11-
"astro": "^1.0.0-beta.23"
11+
"astro": "^1.0.0-beta.22"
1212
}
1313
}

examples/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@astrojs/preact": "^0.1.2",
2222
"@astrojs/react": "^0.1.1",
23-
"astro": "^1.0.0-beta.23"
23+
"astro": "^1.0.0-beta.22"
2424
}
2525
}

examples/env-vars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-beta.23"
12+
"astro": "^1.0.0-beta.22"
1313
}
1414
}

0 commit comments

Comments
 (0)