Skip to content

Commit 31d49a6

Browse files
👷 [ci]: Version Packages (beta) (#444)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a9a2d43 commit 31d49a6

File tree

7 files changed

+38
-3
lines changed

7 files changed

+38
-3
lines changed

.changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
"eighty-chicken-fail",
2323
"eleven-donuts-occur",
2424
"empty-emus-occur",
25+
"empty-owls-pull",
2526
"fair-toes-kick",
2627
"five-hornets-vanish",
2728
"flat-ideas-watch",
2829
"forty-shrimps-try",
2930
"funny-comics-rest",
31+
"gentle-mugs-divide",
3032
"gold-colts-protect",
3133
"great-knives-tease",
3234
"happy-dodos-appear",
@@ -60,9 +62,11 @@
6062
"short-islands-call",
6163
"silent-peas-act",
6264
"silent-snails-call",
65+
"silver-flowers-see",
6366
"six-days-invent",
6467
"six-pens-scream",
6568
"smooth-frogs-deny",
69+
"social-olives-fly",
6670
"spotty-baboons-exercise",
6771
"spotty-beds-kiss",
6872
"spotty-plants-impress",
@@ -80,6 +84,7 @@
8084
"unlucky-bottles-wave",
8185
"wicked-ads-jog",
8286
"wicked-apes-help",
87+
"wicked-corners-write",
8388
"wild-crabs-tap"
8489
]
8590
}

packages/studiocms/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# studiocms
22

3+
## 0.1.0-beta.10
4+
5+
### Patch Changes
6+
7+
- [#445](https://github.com/withstudiocms/studiocms/pull/445) [`a3b0b6d`](https://github.com/withstudiocms/studiocms/commit/a3b0b6dab8dc59a1c2dad2251e3d95d22da62a37) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Refactor `.d.ts` files to prevent weird type errors from popping up
8+
9+
- [#442](https://github.com/withstudiocms/studiocms/pull/442) [`8d9025d`](https://github.com/withstudiocms/studiocms/commit/8d9025dde99dd64fdae31a015357eff31027d481) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Refactor integration index to prevent parts of the StudioCMS integration from being enabled during the first-time-setup stage.
10+
11+
- [#446](https://github.com/withstudiocms/studiocms/pull/446) [`610b759`](https://github.com/withstudiocms/studiocms/commit/610b759959b3fff33c541669b4c96a7e08d7ecaa) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Implement nanostore i18n client-side system to be used once i18n is ready
12+
13+
This system is implemented in the dashboard but only the base locale ("en-us") is available at this time.
14+
15+
- [#447](https://github.com/withstudiocms/studiocms/pull/447) [`a9a2d43`](https://github.com/withstudiocms/studiocms/commit/a9a2d43f731c9ed32e9cdd0b2467b5b80ce8b693) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Fix: Create page form was sending the wrong type of data.
16+
17+
- [#443](https://github.com/withstudiocms/studiocms/pull/443) [`730b7d9`](https://github.com/withstudiocms/studiocms/commit/730b7d9a3a6818d20773b11e7e856e9a79884da2) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Update declaration files to use dist directory instead of src
18+
319
## 0.1.0-beta.9
420

521
### Patch Changes

packages/studiocms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "studiocms",
3-
"version": "0.1.0-beta.9",
3+
"version": "0.1.0-beta.10",
44
"description": "A dedicated CMS for Astro and Astro DB. Built from the ground up by the Astro community.",
55
"author": {
66
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",

packages/studiocms_blog/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @studiocms/blog
22

3+
## 0.1.0-beta.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a3b0b6d`](https://github.com/withstudiocms/studiocms/commit/a3b0b6dab8dc59a1c2dad2251e3d95d22da62a37), [`8d9025d`](https://github.com/withstudiocms/studiocms/commit/8d9025dde99dd64fdae31a015357eff31027d481), [`610b759`](https://github.com/withstudiocms/studiocms/commit/610b759959b3fff33c541669b4c96a7e08d7ecaa), [`a9a2d43`](https://github.com/withstudiocms/studiocms/commit/a9a2d43f731c9ed32e9cdd0b2467b5b80ce8b693), [`730b7d9`](https://github.com/withstudiocms/studiocms/commit/730b7d9a3a6818d20773b11e7e856e9a79884da2)]:
8+
- studiocms@0.1.0-beta.10
9+
310
## 0.1.0-beta.9
411

512
### Patch Changes

packages/studiocms_blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiocms/blog",
3-
"version": "0.1.0-beta.9",
3+
"version": "0.1.0-beta.10",
44
"description": "Add a blog to your StudioCMS project with ease!",
55
"author": {
66
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",

packages/studiocms_devapps/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @studiocms/devapps
22

3+
## 0.1.0-beta.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a3b0b6d`](https://github.com/withstudiocms/studiocms/commit/a3b0b6dab8dc59a1c2dad2251e3d95d22da62a37), [`8d9025d`](https://github.com/withstudiocms/studiocms/commit/8d9025dde99dd64fdae31a015357eff31027d481), [`610b759`](https://github.com/withstudiocms/studiocms/commit/610b759959b3fff33c541669b4c96a7e08d7ecaa), [`a9a2d43`](https://github.com/withstudiocms/studiocms/commit/a9a2d43f731c9ed32e9cdd0b2467b5b80ce8b693), [`730b7d9`](https://github.com/withstudiocms/studiocms/commit/730b7d9a3a6818d20773b11e7e856e9a79884da2)]:
8+
- studiocms@0.1.0-beta.10
9+
310
## 0.1.0-beta.9
411

512
### Patch Changes

packages/studiocms_devapps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiocms/devapps",
3-
"version": "0.1.0-beta.9",
3+
"version": "0.1.0-beta.10",
44
"description": "A dedicated CMS for Astro DB. Built from the ground up by the Astro community.",
55
"author": {
66
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",

0 commit comments

Comments
 (0)