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 Dec 4, 2024
1 parent e65e7f3 commit 942ab7b
Show file tree
Hide file tree
Showing 38 changed files with 174 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-monkeys-leave.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/soft-guests-film.md

This file was deleted.

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

## 0.0.63

### Patch Changes

- Updated dependencies [[`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystar/ui@0.7.15
- @keystatic/core@0.5.43
- @keystatic/next@5.0.2

## 0.0.62

### 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.62",
"version": "0.0.63",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions design-system/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystar/ui

## 0.7.15

### Patch Changes

- [#1370](https://github.com/Thinkmill/keystatic/pull/1370) [`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc) Thanks [@jossmac](https://github.com/jossmac)! - Remove unused "longpress" behaviour on `Menu` component.

- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance

## 0.7.14

### 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.14",
"version": "0.7.15",
"license": "MIT AND Apache-2.0",
"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.45

### Patch Changes

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/astro@5.0.4
- @keystatic/core@0.5.43

## 0.0.44

### 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.44",
"version": "0.0.45",
"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.122

### Patch Changes

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/astro@5.0.4
- @keystatic/core@0.5.43

## 0.0.121

### 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.121",
"version": "0.0.122",
"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.130

### Patch Changes

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/core@0.5.43
- @keystatic/next@5.0.2

## 0.1.129

### 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.129",
"version": "0.1.130",
"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.137

### Patch Changes

- Updated dependencies [[`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystar/ui@0.7.15
- @keystatic/core@0.5.43
- @keystatic/next@5.0.2

## 0.0.136

### 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.136",
"version": "0.0.137",
"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.43

### Patch Changes

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/core@0.5.43
- @keystatic/next@5.0.2

## 0.1.42

### 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.42",
"version": "0.1.43",
"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.135

### Patch Changes

- Updated dependencies [[`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystar/ui@0.7.15
- @keystatic/core@0.5.43
- @keystatic/next@5.0.2

## 0.0.134

### 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.134",
"version": "0.0.135",
"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.41

### Patch Changes

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/core@0.5.43
- @keystatic/remix@5.0.1

## 0.1.40

### 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.40",
"version": "0.1.41",
"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.61

### Patch Changes

- Updated dependencies [[`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystar/ui@0.7.15
- @keystatic/core@0.5.43
- @keystatic/next@5.0.2

## 1.0.60

### 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.60",
"version": "1.0.61",
"description": "",
"private": true,
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystatic/astro

## 5.0.4

### Patch Changes

- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/core@0.5.43

## 5.0.3

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

## 0.0.5

### Patch Changes

- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/create",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"bin": {
"create-keystatic": "./bin.js"
Expand Down
9 changes: 9 additions & 0 deletions packages/keystatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystatic/core

## 0.5.43

### Patch Changes

- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance

- Updated dependencies [[`e65e7f3`](https://github.com/Thinkmill/keystatic/commit/e65e7f3544e7711831ad4087482720503a9078fc), [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystar/ui@0.7.15

## 0.5.42

### 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.42",
"version": "0.5.43",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystatic/next

## 5.0.2

### Patch Changes

- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/core@0.5.43

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/next",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystatic/remix

## 5.0.1

### Patch Changes

- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/core@0.5.43

## 5.0.0

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

## 0.0.55

### Patch Changes

- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/astro@5.0.4
- @keystatic/core@0.5.43

## 0.0.54

### 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.54",
"version": "0.0.55",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions templates/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystatic/templates-nextjs

## 0.0.56

### Patch Changes

- [#1367](https://github.com/Thinkmill/keystatic/pull/1367) [`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631) Thanks [@emmatown](https://github.com/emmatown)! - Add npm publishing provenance

- Updated dependencies [[`a361b0a`](https://github.com/Thinkmill/keystatic/commit/a361b0a551b62e08c25c2506103643046fb7b631)]:
- @keystatic/core@0.5.43
- @keystatic/next@5.0.2

## 0.0.55

### Patch Changes
Expand Down
Loading

0 comments on commit 942ab7b

Please sign in to comment.