From 05ecaf60db9935fc1a6a2e84f0805d0c885a06db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:32:39 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20[ci]:=20Version=20Packages=20(be?= =?UTF-8?q?ta)=20(#260)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/pre.json | 4 ++++ packages/studioCMS/CHANGELOG.md | 21 +++++++++++++++++++++ packages/studioCMS/package.json | 12 +++++++++--- packages/studioCMSBlog/CHANGELOG.md | 10 ++++++++++ packages/studioCMSBlog/package.json | 14 +++++++++++--- 5 files changed, 55 insertions(+), 6 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f9abb74857..1d84ede347 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,12 +11,16 @@ "web": "0.0.1" }, "changesets": [ + "curly-papayas-double", "early-sheep-obey", "eighty-chicken-fail", + "happy-dodos-appear", "modern-experts-dream", "neat-bats-think", "polite-pandas-smile", "purple-beers-flash", + "seven-pants-approve", + "six-days-invent", "spotty-baboons-exercise", "wicked-apes-help" ] diff --git a/packages/studioCMS/CHANGELOG.md b/packages/studioCMS/CHANGELOG.md index b22c34d0a5..955a6ead23 100644 --- a/packages/studioCMS/CHANGELOG.md +++ b/packages/studioCMS/CHANGELOG.md @@ -1,5 +1,26 @@ # @astrolicious/studiocms +## 0.1.0-beta.4 + +### Patch Changes + +- f1f64a3: Implement extension system for Plugins to include new dashboard pages right in the sidebar +- b2ddf03: Refactor Authhelper (no end user changes needed) +- ceccec5: [Fix]: Ensure `@astrojs/web-vitals` integration is an optional addon and not required. +- 56ef990: # Breaking Changes + + - [Breaking]: Astro 4.14.5 is now the lowest supported version of StudioCMS + - [Breaking]: AstroDB 0.13.2 is now the lowest supported version of StudioCMS + + # Non-Breaking Changes + + - [Update]: Utilize new InjectTypes from Astro instead of addDts from AIK (No user changes needed) + - [Update]: `@matthiesenxyz/integration-utils` updated to newest version and fix usage (No user changes needed) + - [Refactor]: Move web-vitals child components into their own folder (No user changes needed) + - [Refactor]: Update [`isDashboardRoute.ts`](https://github.com/astrolicious/studiocms/blob/main/packages/studioCMS/src/integrations/studioCMSDashboard/routes/dashboard/components/isDashboardRoute.ts) to use `.include()` instead of direct comparison (No user changes needed) + - [Refactor]: Move to namespacebuiltins vite plugin(Astro Integration) included from `@matthiesenxyz/integration-utils` instead of the internal copy (No user changes needed) + - [Fix]: Remove now not needed exclude rules for `@matthiesenxyz/integration-utils` (No user changes needed) + ## 0.1.0-beta.3 ### Patch Changes diff --git a/packages/studioCMS/package.json b/packages/studioCMS/package.json index fdf9795541..07d8b43e71 100644 --- a/packages/studioCMS/package.json +++ b/packages/studioCMS/package.json @@ -1,6 +1,6 @@ { "name": "@astrolicious/studiocms", - "version": "0.1.0-beta.3", + "version": "0.1.0-beta.4", "description": "A dedicated CMS for Astro Studio. Built from the ground up by the Astro community.", "author": { "name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares", @@ -10,7 +10,11 @@ "type": "git", "url": "git+https://github.com/astrolicious/studiocms.git" }, - "contributors": ["Adammatthiesen", "jdtjenkins", "dreyfus92"], + "contributors": [ + "Adammatthiesen", + "jdtjenkins", + "dreyfus92" + ], "license": "MIT", "keywords": [ "astro", @@ -30,7 +34,9 @@ "access": "public" }, "sideEffects": false, - "files": ["src"], + "files": [ + "src" + ], "exports": { ".": { "import": "./src/index.ts", diff --git a/packages/studioCMSBlog/CHANGELOG.md b/packages/studioCMSBlog/CHANGELOG.md index 61d117bace..426ff0300c 100644 --- a/packages/studioCMSBlog/CHANGELOG.md +++ b/packages/studioCMSBlog/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrolicious/studiocms-blog +## 0.1.0-beta.4 + +### Patch Changes + +- Updated dependencies [f1f64a3] +- Updated dependencies [b2ddf03] +- Updated dependencies [ceccec5] +- Updated dependencies [56ef990] + - @astrolicious/studiocms@0.1.0-beta.4 + ## 0.1.0-beta.3 ### Patch Changes diff --git a/packages/studioCMSBlog/package.json b/packages/studioCMSBlog/package.json index 39e9eb7d52..32b62d55dc 100644 --- a/packages/studioCMSBlog/package.json +++ b/packages/studioCMSBlog/package.json @@ -1,6 +1,6 @@ { "name": "@astrolicious/studiocms-blog", - "version": "0.1.0-beta.3", + "version": "0.1.0-beta.4", "description": "Add a blog to your StudioCMS project with ease!", "author": { "name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares", @@ -10,7 +10,11 @@ "type": "git", "url": "git+https://github.com/astrolicious/studiocms.git" }, - "contributors": ["Adammatthiesen", "jdtjenkins", "dreyfus92"], + "contributors": [ + "Adammatthiesen", + "jdtjenkins", + "dreyfus92" + ], "license": "MIT", "keywords": [ "astro", @@ -39,7 +43,11 @@ "access": "public" }, "sideEffects": false, - "files": ["index.ts", "schema.ts", "src"], + "files": [ + "index.ts", + "schema.ts", + "src" + ], "exports": { ".": "./index.ts", "./schema": "./schema.ts"