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

-10
This file was deleted.

.changeset/unlucky-goats-pull.md

-5
This file was deleted.

design-system/docs/CHANGELOG.md

+9
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

+1-1
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

+8
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

+1-1
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

+8
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

+1-1
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

+8
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

+1-1
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",

dev-projects/localization/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# localization
22

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

513
### Patch Changes

dev-projects/localization/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/localization",
3-
"version": "0.1.132",
3+
"version": "0.1.133",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

dev-projects/next-app/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @keystatic/test-next-app
22

3+
## 0.0.140
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.139
413

514
### Patch Changes

dev-projects/next-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/next-app",
3-
"version": "0.0.139",
3+
"version": "0.0.140",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

dev-projects/next-blocks-builder/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @example/next-block-builder
22

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

513
### Patch Changes

dev-projects/next-blocks-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/next-block-builder",
3-
"version": "0.1.45",
3+
"version": "0.1.46",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

dev-projects/next-pages/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @example/next-pages
22

3+
## 0.0.138
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.137
413

514
### Patch Changes

dev-projects/next-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/next-pages",
3-
"version": "0.0.137",
3+
"version": "0.0.138",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

dev-projects/remix/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @keystatic/remix-test-app
22

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

513
### Patch Changes

dev-projects/remix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystatic/remix-test-app",
3-
"version": "0.1.43",
3+
"version": "0.1.44",
44
"type": "module",
55
"private": true,
66
"sideEffects": false,

docs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# keystatic-docs
22

3+
## 1.0.64
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
## 1.0.63
413

514
### Patch Changes

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keystatic-docs",
3-
"version": "1.0.63",
3+
"version": "1.0.64",
44
"description": "",
55
"private": true,
66
"scripts": {

packages/astro/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @keystatic/astro
22

3+
## 5.0.6
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+
- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]:
10+
- @keystatic/core@0.5.46
11+
312
## 5.0.5
413

514
### Patch Changes

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystatic/astro",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/create/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @keystatic/create
22

3+
## 0.0.6
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+
39
## 0.0.5
410

511
### Patch Changes

packages/create/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystatic/create",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "MIT",
55
"bin": {
66
"create-keystatic": "./bin.js"

packages/keystatic/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @keystatic/core
22

3+
## 0.5.46
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+
- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28), [`25351ae`](https://github.com/Thinkmill/keystatic/commit/25351aefc594dfbfdf8c92805f74df63d00750e5)]:
10+
- @keystar/ui@0.7.18
11+
312
## 0.5.45
413

514
### Patch Changes

packages/keystatic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystatic/core",
3-
"version": "0.5.45",
3+
"version": "0.5.46",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/next/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @keystatic/next
22

3+
## 5.0.4
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+
- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]:
10+
- @keystatic/core@0.5.46
11+
312
## 5.0.3
413

514
### Patch Changes

packages/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystatic/next",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/remix/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @keystatic/remix
22

3+
## 5.0.3
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+
- Updated dependencies [[`0ae5599`](https://github.com/Thinkmill/keystatic/commit/0ae55994ce9867788eb92fe9d493b2658e23bd28)]:
10+
- @keystatic/core@0.5.46
11+
312
## 5.0.2
413

514
### Patch Changes

packages/remix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystatic/remix",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

templates/astro/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @keystatic/templates-astro
22

3+
## 0.0.59
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.58
412

513
### Patch Changes

templates/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystatic/templates-astro",
3-
"version": "0.0.58",
3+
"version": "0.0.59",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

templates/nextjs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @keystatic/templates-nextjs
22

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

513
### Patch Changes

templates/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystatic/templates-nextjs",
3-
"version": "0.0.59",
3+
"version": "0.0.60",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)