diff options
author | 2022-03-24 17:37:49 -0500 | |
---|---|---|
committer | 2022-03-24 17:37:49 -0500 | |
commit | c78d7a46c9beaff4923e9f6fbb8eb414cc51afbd (patch) | |
tree | b1909bd4a83c5d264a942b662c5daf149dbaa23c /packages/integrations | |
parent | 2db97f10dc50f9498413181b78c477fe8833895b (diff) | |
download | astro-c78d7a46c9beaff4923e9f6fbb8eb414cc51afbd.tar.gz astro-c78d7a46c9beaff4923e9f6fbb8eb414cc51afbd.tar.zst astro-c78d7a46c9beaff4923e9f6fbb8eb414cc51afbd.zip |
[ci] release (next) (#2860)astro@0.25.0-next.3@astrojs/prism@0.4.1-next.0@astrojs/preact@0.0.2-next.1@astrojs/node@0.0.2-next.0@astrojs/markdown-remark@0.7.0-next.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/node/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/integrations/node/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/preact/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/preact/package.json | 2 |
4 files changed, 15 insertions, 2 deletions
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md new file mode 100644 index 000000000..31593ed2b --- /dev/null +++ b/packages/integrations/node/CHANGELOG.md @@ -0,0 +1,7 @@ +# @astrojs/node + +## 0.0.2-next.0 + +### Patch Changes + +- [#2873](https://github.com/withastro/astro/pull/2873) [`e4025d1f`](https://github.com/withastro/astro/commit/e4025d1f530310d6ab951109f4f53878a307471a) Thanks [@matthewp](https://github.com/matthewp)! - Improves the build by building to a single file for rendering diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 1208dbd4a..5ca0cbc78 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "0.0.1", + "version": "0.0.2-next.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index d932b1d9d..4933ac63c 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 0.0.2-next.1 + +### Patch Changes + +- [#2872](https://github.com/withastro/astro/pull/2872) [`098f6f6b`](https://github.com/withastro/astro/commit/098f6f6b06396441c576dc689d8552629ef260e1) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix `isSelfAccepting` errors when using the Preact integration with the Astro dev server + ## 0.0.2-next.0 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index fd8d4b1b7..ee91a4930 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "0.0.2-next.0", + "version": "0.0.2-next.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |