Skip to content

Commit

Permalink
👷 [ci]: Version Packages (beta) (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 29, 2024
1 parent 56ef990 commit 05ecaf6
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
21 changes: 21 additions & 0 deletions packages/studioCMS/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 9 additions & 3 deletions packages/studioCMS/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -30,7 +34,9 @@
"access": "public"
},
"sideEffects": false,
"files": ["src"],
"files": [
"src"
],
"exports": {
".": {
"import": "./src/index.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/studioCMSBlog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 11 additions & 3 deletions packages/studioCMSBlog/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 05ecaf6

Please sign in to comment.