Skip to content

Commit

Permalink
Revert "[ci] release (#3279)"
Browse files Browse the repository at this point in the history
This reverts commit 9fb2c47.
  • Loading branch information
FredKSchott committed May 4, 2022
1 parent 9fb2c47 commit 1032e45
Show file tree
Hide file tree
Showing 36 changed files with 74 additions and 75 deletions.
6 changes: 6 additions & 0 deletions .changeset/beige-gifts-yawn.md
@@ -0,0 +1,6 @@
---
'astro': patch
'@astrojs/rss': patch
---

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.
5 changes: 5 additions & 0 deletions .changeset/big-years-type.md
@@ -0,0 +1,5 @@
---
'astro': patch
---

Internal: removed `shorthash`
5 changes: 5 additions & 0 deletions .changeset/forty-goats-dance.md
@@ -0,0 +1,5 @@
---
'astro': patch
---

Internal: replaces `serialize-javascript` with `devalue`
2 changes: 1 addition & 1 deletion examples/basics/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/blog-multiple-authors/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.23",
"astro": "^1.0.0-beta.22",
"sass": "^1.50.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/blog/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"preact": "^10.7.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/component/demo/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Expand Up @@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/docs/package.json
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/env-vars/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"alpinejs": "^3.10.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-lit/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.1.2",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-multiple/package.json
Expand Up @@ -15,7 +15,7 @@
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.2",
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"preact": "^10.7.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-react/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"@types/react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.1.2",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"solid-js": "^1.3.16"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.1.2",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"svelte": "^3.47.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"vue": "^3.2.33"
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations-playground/package.json
Expand Up @@ -15,7 +15,7 @@
"@astrojs/sitemap": "^0.1.0",
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.1",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
"astro": "^1.0.0-beta.23",
"astro": "^1.0.0-beta.22",
"sass": "^1.50.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/node": "^0.1.1",
"@astrojs/svelte": "^0.1.2",
"astro": "^1.0.0-beta.23",
"astro": "^1.0.0-beta.22",
"concurrently": "^7.1.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/starter/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/subpath/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.1",
"astro": "^1.0.0-beta.23",
"astro": "^1.0.0-beta.22",
"sass": "^1.50.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-plugins/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.4",
"astro": "^1.0.0-beta.23",
"astro": "^1.0.0-beta.22",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.9.4",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/with-markdown/package.json
Expand Up @@ -14,7 +14,7 @@
"@astrojs/react": "^0.1.1",
"@astrojs/svelte": "^0.1.2",
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
},
"dependencies": {
"preact": "^10.7.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Expand Up @@ -25,6 +25,6 @@
"@astrojs/solid-js": "^0.1.2",
"@astrojs/svelte": "^0.1.2",
"@astrojs/vue": "^0.1.3",
"astro": "^1.0.0-beta.23"
"astro": "^1.0.0-beta.22"
}
}
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.1",
"astro": "^1.0.0-beta.23",
"astro": "^1.0.0-beta.22",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.23",
"astro": "^1.0.0-beta.22",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
Expand Down
7 changes: 0 additions & 7 deletions packages/astro-rss/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/astro-rss/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
"version": "0.1.1",
"version": "0.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
Expand Down
10 changes: 0 additions & 10 deletions packages/astro/CHANGELOG.md
@@ -1,15 +1,5 @@
# astro

## 1.0.0-beta.23

### Patch Changes

- [#3271](https://github.com/withastro/astro/pull/3271) [`fbfb6190`](https://github.com/withastro/astro/commit/fbfb6190ab5da60a556a3d5c338c8237c376df84) Thanks [@bholmesdev](https://github.com/bholmesdev)! - 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.

* [#3281](https://github.com/withastro/astro/pull/3281) [`e2a037be`](https://github.com/withastro/astro/commit/e2a037be944d4c00b4b909b25574ebbc245cc720) Thanks [@JuanM04](https://github.com/JuanM04)! - Internal: removed `shorthash`

- [#3278](https://github.com/withastro/astro/pull/3278) [`13c1f5ff`](https://github.com/withastro/astro/commit/13c1f5ff6bc18f05be2f9fee32331d89fc58af94) Thanks [@JuanM04](https://github.com/JuanM04)! - Internal: replaces `serialize-javascript` with `devalue`

## 1.0.0-beta.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.22",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
Expand Down

0 comments on commit 1032e45

Please sign in to comment.