Skip to content

Commit 70e4028

Browse files
Version Packages (#1413)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0ae5599 commit 70e4028

38 files changed

+168
-33
lines changed

.changeset/loud-coats-hope.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/unlucky-goats-pull.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

design-system/docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @voussoir/docs
22

3+
## 0.0.66
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28), [`25351ae`](https://github.com/Thinkmill/keystatic/commit/25351aefc594dfbfdf8c92805f74df63d00750e5)]:
8+
- @keystar/ui@0.7.18
9+
- @keystatic/core@0.5.46
10+
- @keystatic/next@5.0.4
11+
312
## 0.0.65
413

514
### Patch Changes

design-system/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystar/docs",
3-
"version": "0.0.65",
3+
"version": "0.0.66",
44
"private": true,
55
"license": "MIT",
66
"scripts": {

design-system/pkg/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @keystar/ui
22

3+
## 0.7.18
4+
5+
### Patch Changes
6+
7+
- [#1414](https://github.com/Thinkmill/keystatic/pull/1414) [`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28) Thanks [@emmatown](https://github.com/emmatown)! - Fix build output when used with TypeScript's `"moduleResolution": "nodenext"` option
8+
9+
- [#1412](https://github.com/Thinkmill/keystatic/pull/1412) [`25351ae`](https://github.com/Thinkmill/keystatic/commit/25351aefc594dfbfdf8c92805f74df63d00750e5) Thanks [@emmatown](https://github.com/emmatown)! - Add JSDoc previews for icons
10+
311
## 0.7.17
412

513
### Patch Changes

design-system/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystar/ui",
3-
"version": "0.7.17",
3+
"version": "0.7.18",
44
"license": "MIT AND Apache-2.0",
55
"repository": {
66
"type": "git",

dev-projects/astro-content/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# astro-content
22

3+
## 0.0.48
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]:
8+
- @keystatic/astro@5.0.6
9+
- @keystatic/core@0.5.46
10+
311
## 0.0.47
412

513
### Patch Changes

dev-projects/astro-content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/astro-content",
33
"type": "module",
4-
"version": "0.0.47",
4+
"version": "0.0.48",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

dev-projects/astro/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @keystatic/test-astro
22

3+
## 0.0.125
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]:
8+
- @keystatic/astro@5.0.6
9+
- @keystatic/core@0.5.46
10+
311
## 0.0.124
412

513
### Patch Changes

dev-projects/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/astro",
33
"type": "module",
4-
"version": "0.0.124",
4+
"version": "0.0.125",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

0 commit comments

Comments
 (0)