From 73ca0ef38352896f7c8fdaae23f881d02e60a180 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 24 Jan 2023 08:38:06 -0800 Subject: [ci] release (#5948) * [ci] release * Update changelogs (#5955) * [ci] release * Wrap astro 2.0 beta logs in `
` * Add link to docs upgrade guide * First pass cleaning up 2.0 release notes * mdx changes from Sarah * combine 5584 and 5842 in deno, image, netlify * markdown/remark incl (5684 & 5769) to match mdx * Tweak markdown/remark formatting * Format astro-prism * Format astro-rss * Format create-astro * Format cloudflare * Format lit * Format partytown * Format node * Format preact * Format react * Format solid * Format svelte * Format tailwind * Format vercel * Format vue * Format telemetry * Format webapi * Format scripts * Reinstate h3s for headings Co-authored-by: Ben Holmes * Reformat mdx * astro & markdown/remark: Combine #5679 & #5684 changelogs Co-authored-by: github-actions[bot] Co-authored-by: Chris Swithinbank Co-authored-by: Sarah Rainsberger Co-authored-by: Ben Holmes Co-authored-by: github-actions[bot] Co-authored-by: Matthew Phillips Co-authored-by: Chris Swithinbank Co-authored-by: Sarah Rainsberger Co-authored-by: Ben Holmes --- packages/integrations/solid/CHANGELOG.md | 11 +++++++++++ packages/integrations/solid/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'packages/integrations/solid') diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index bf08cebb1..af56b7807 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,11 +1,22 @@ # @astrojs/solid-js +## 2.0.0 + +### Major Changes + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 + ## 2.0.0-beta.0 +
+See changes in 2.0.0-beta.0 + ### Major Changes - [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 +
+ ## 1.2.3 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 7a5b1b24c..7659f9809 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "2.0.0-beta.0", + "version": "2.0.0", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", -- cgit v1.2.3