Skip to content

Commit

Permalink
👷 [ci]: Version Packages (beta) (#240)
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 5, 2024
1 parent 5679b08 commit 80ca7c8
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"early-sheep-obey",
"eighty-chicken-fail",
"modern-experts-dream",
"neat-bats-think",
"polite-pandas-smile",
"purple-beers-flash",
"spotty-baboons-exercise"
"spotty-baboons-exercise",
"wicked-apes-help"
]
}
8 changes: 8 additions & 0 deletions packages/studioCMS/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrolicious/studiocms

## 0.1.0-beta.3

### Patch Changes

- 0949b48: New Mailing system for Beta Feedback form
- 5679b08: Fix: Allow studiocms-auth.config.json to be created during first time database setup
- 9a137b5: [Bug]: Fix case sensitivity issue in authHelper function

## 0.1.0-beta.2

### 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.2",
"version": "0.1.0-beta.3",
"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
9 changes: 9 additions & 0 deletions packages/studioCMSBlog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @astrolicious/studiocms-blog

## 0.1.0-beta.3

### Patch Changes

- Updated dependencies [0949b48]
- Updated dependencies [5679b08]
- Updated dependencies [9a137b5]
- @astrolicious/studiocms@0.1.0-beta.3

## 0.1.0-beta.2

### 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.2",
"version": "0.1.0-beta.3",
"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 80ca7c8

Please sign in to comment.