Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2024
1 parent 650633c commit b683ae7
Show file tree
Hide file tree
Showing 34 changed files with 159 additions and 63 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-taxis-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-seahorses-whisper.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/pink-cougars-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-cherries-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-flowers-talk.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tidy-roses-sniff.md

This file was deleted.

11 changes: 11 additions & 0 deletions design-system/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @voussoir/docs

## 0.0.53

### Patch Changes

- [#1289](https://github.com/Thinkmill/keystatic/pull/1289) [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194) Thanks [@jossmac](https://github.com/jossmac)! - Update react-aria and friends. Fix tests/types etc. from update.

- Updated dependencies [[`650633c`](https://github.com/Thinkmill/keystatic/commit/650633c291f64ddbafbd45ebc81967c9fc787199), [`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`fac7ba4`](https://github.com/Thinkmill/keystatic/commit/fac7ba4605cf81fdac44694b1cd7dcc730b4c1a9), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystar/ui@0.7.10
- @keystatic/core@0.5.33
- @keystatic/next@5.0.1

## 0.0.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion design-system/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystar/docs",
"version": "0.0.52",
"version": "0.0.53",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
28 changes: 28 additions & 0 deletions design-system/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @keystar/ui

## 0.7.10

### Patch Changes

- [#1295](https://github.com/Thinkmill/keystatic/pull/1295) [`650633c`](https://github.com/Thinkmill/keystatic/commit/650633c291f64ddbafbd45ebc81967c9fc787199) Thanks [@jossmac](https://github.com/jossmac)! - New package "@keystar/ui/tag" exports `TagGroup` component.

- [#1275](https://github.com/Thinkmill/keystatic/pull/1275) [`fac7ba4`](https://github.com/Thinkmill/keystatic/commit/fac7ba4605cf81fdac44694b1cd7dcc730b4c1a9) Thanks [@jossmac](https://github.com/jossmac)! - Misc. fixes and updates.

Fixes:

- Allow "focus" method on `Picker` ref
- Defensive "current" selector on `NavItem` styles
- Fix text truncation on `Picker` selected text
- Clear slots of `Content` children—resolves issue with `Calendar` elements within `Dialog` receiving incorrect props
- Fix issue with `Tray` when "size" provided to `Dialog` component

Updates:

- Support "isPending" prop on `Button`
- Support "low" prominence `Checkbox`
- Emphasise "selected" state on `ActionButton`
- More prominent `ActionBar`
- Increase `TextArea` min-height to 3 lines

- [#1294](https://github.com/Thinkmill/keystatic/pull/1294) [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245) Thanks [@emmatown](https://github.com/emmatown)! - Updates to localisation build tooling

- [#1289](https://github.com/Thinkmill/keystatic/pull/1289) [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194) Thanks [@jossmac](https://github.com/jossmac)! - Update react-aria and friends. Fix tests/types etc. from update.

## 0.7.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion design-system/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystar/ui",
"version": "0.7.9",
"version": "0.7.10",
"license": "MIT",
"main": "",
"module": "",
Expand Down
8 changes: 8 additions & 0 deletions dev-projects/astro-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# astro-content

## 0.0.35

### Patch Changes

- Updated dependencies [[`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystatic/core@0.5.33
- @keystatic/astro@5.0.0

## 0.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dev-projects/astro-content/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/astro-content",
"type": "module",
"version": "0.0.34",
"version": "0.0.35",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
8 changes: 8 additions & 0 deletions dev-projects/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystatic/test-astro

## 0.0.112

### Patch Changes

- Updated dependencies [[`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystatic/core@0.5.33
- @keystatic/astro@5.0.0

## 0.0.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dev-projects/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/astro",
"type": "module",
"version": "0.0.111",
"version": "0.0.112",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
8 changes: 8 additions & 0 deletions dev-projects/localization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# localization

## 0.1.120

### Patch Changes

- Updated dependencies [[`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystatic/core@0.5.33
- @keystatic/next@5.0.1

## 0.1.119

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dev-projects/localization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/localization",
"version": "0.1.119",
"version": "0.1.120",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions dev-projects/next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystatic/test-next-app

## 0.0.127

### Patch Changes

- Updated dependencies [[`650633c`](https://github.com/Thinkmill/keystatic/commit/650633c291f64ddbafbd45ebc81967c9fc787199), [`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`fac7ba4`](https://github.com/Thinkmill/keystatic/commit/fac7ba4605cf81fdac44694b1cd7dcc730b4c1a9), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystar/ui@0.7.10
- @keystatic/core@0.5.33
- @keystatic/next@5.0.1

## 0.0.126

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dev-projects/next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/next-app",
"version": "0.0.126",
"version": "0.0.127",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions dev-projects/next-blocks-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @example/next-block-builder

## 0.1.33

### Patch Changes

- Updated dependencies [[`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystatic/core@0.5.33
- @keystatic/next@5.0.1

## 0.1.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dev-projects/next-blocks-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/next-block-builder",
"version": "0.1.32",
"version": "0.1.33",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions dev-projects/next-pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @example/next-pages

## 0.0.125

### Patch Changes

- Updated dependencies [[`650633c`](https://github.com/Thinkmill/keystatic/commit/650633c291f64ddbafbd45ebc81967c9fc787199), [`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`fac7ba4`](https://github.com/Thinkmill/keystatic/commit/fac7ba4605cf81fdac44694b1cd7dcc730b4c1a9), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystar/ui@0.7.10
- @keystatic/core@0.5.33
- @keystatic/next@5.0.1

## 0.0.124

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dev-projects/next-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/next-pages",
"version": "0.0.124",
"version": "0.0.125",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions dev-projects/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystatic/remix-test-app

## 0.1.31

### Patch Changes

- Updated dependencies [[`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystatic/core@0.5.33
- @keystatic/remix@5.0.0

## 0.1.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dev-projects/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/remix-test-app",
"version": "0.1.30",
"version": "0.1.31",
"type": "module",
"private": true,
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# keystatic-docs

## 1.0.51

### Patch Changes

- Updated dependencies [[`650633c`](https://github.com/Thinkmill/keystatic/commit/650633c291f64ddbafbd45ebc81967c9fc787199), [`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`fac7ba4`](https://github.com/Thinkmill/keystatic/commit/fac7ba4605cf81fdac44694b1cd7dcc730b4c1a9), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystar/ui@0.7.10
- @keystatic/core@0.5.33
- @keystatic/next@5.0.1

## 1.0.50

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystatic-docs",
"version": "1.0.50",
"version": "1.0.51",
"description": "",
"private": true,
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/keystatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @keystatic/core

## 0.5.33

### Patch Changes

- [#1278](https://github.com/Thinkmill/keystatic/pull/1278) [`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0) Thanks [@emmatown](https://github.com/emmatown)! - Support ordered lists that don't start at 1 in `fields.markdoc` and `fields.mdx`

- [#1286](https://github.com/Thinkmill/keystatic/pull/1286) [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5) Thanks [@jan10](https://github.com/jan10)! - Correct German translations

- [#1294](https://github.com/Thinkmill/keystatic/pull/1294) [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245) Thanks [@emmatown](https://github.com/emmatown)! - Updates to localisation build tooling

- [#1289](https://github.com/Thinkmill/keystatic/pull/1289) [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194) Thanks [@jossmac](https://github.com/jossmac)! - Update react-aria and friends. Fix tests/types etc. from update.

- Updated dependencies [[`650633c`](https://github.com/Thinkmill/keystatic/commit/650633c291f64ddbafbd45ebc81967c9fc787199), [`fac7ba4`](https://github.com/Thinkmill/keystatic/commit/fac7ba4605cf81fdac44694b1cd7dcc730b4c1a9), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystar/ui@0.7.10

## 0.5.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keystatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/core",
"version": "0.5.32",
"version": "0.5.33",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions templates/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystatic/templates-astro

## 0.0.45

### Patch Changes

- Updated dependencies [[`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystatic/core@0.5.33
- @keystatic/astro@5.0.0

## 0.0.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/templates-astro",
"version": "0.0.44",
"version": "0.0.45",
"license": "MIT",
"scripts": {
"dev": "astro dev",
Expand Down
8 changes: 8 additions & 0 deletions templates/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystatic/templates-nextjs

## 0.0.46

### Patch Changes

- Updated dependencies [[`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystatic/core@0.5.33
- @keystatic/next@5.0.1

## 0.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/templates-nextjs",
"version": "0.0.45",
"version": "0.0.46",
"license": "MIT",
"scripts": {
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions templates/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystatic/templates-remix

## 0.0.33

### Patch Changes

- Updated dependencies [[`09ef3b3`](https://github.com/Thinkmill/keystatic/commit/09ef3b3138a26cdbe6ad5b8f61e757a2762833d0), [`336b6da`](https://github.com/Thinkmill/keystatic/commit/336b6daae5adcb225253e17531fb9049aca1c2f5), [`58a49e4`](https://github.com/Thinkmill/keystatic/commit/58a49e40e1362b6700097cf427b7951c07161245), [`1b48613`](https://github.com/Thinkmill/keystatic/commit/1b4861332cd14d0b9296dee95ca2973790c52194)]:
- @keystatic/core@0.5.33
- @keystatic/remix@5.0.0

## 0.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystatic/templates-remix",
"type": "module",
"version": "0.0.32",
"version": "0.0.33",
"license": "MIT",
"scripts": {
"build": "remix vite:build",
Expand Down

0 comments on commit b683ae7

Please sign in to comment.