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 Aug 18, 2023
1 parent 07e01d6 commit e43b3b5
Show file tree
Hide file tree
Showing 27 changed files with 379 additions and 110 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-pillows-design.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rude-forks-chew.md

This file was deleted.

41 changes: 0 additions & 41 deletions .changeset/three-bears-weep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-tomatoes-prove.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/witty-bats-listen.md

This file was deleted.

16 changes: 16 additions & 0 deletions design-system/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @keystar/ui

## 0.2.1

### Patch Changes

- 6895c566: - list-item + table-row: background change only on hover (not focus)
- allow shortcuts "cmd+s" and "ctrl+s" to save entry
- remove unused `flattenChildren` utility
- 7767c69a: Optimise the editor appearance when `entryLayout="content"` for a
more focused experience.

Component library:

- Update the antialiasing behaviour everywhere
- New `Prose` component from "@keystar/ui/typography" package.
- Improve `Field` implementation and types

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystar/ui",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"main": "",
"module": "",
Expand Down Expand Up @@ -6208,7 +6208,7 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@keystar/ui": "^0.2.0",
"@keystar/ui": "^0.2.1",
"@keystar/ui-storybook": "^0.0.1",
"@react-aria/landmark": "3.0.0-beta.2",
"@svgr/core": "^6.5.1",
Expand Down
11 changes: 11 additions & 0 deletions dev-projects/astro-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# astro-content

## 0.0.3

### Patch Changes

- Updated dependencies [03f0543c]
- Updated dependencies [6895c566]
- Updated dependencies [ca6774b8]
- Updated dependencies [03f0543c]
- Updated dependencies [7767c69a]
- @keystatic/core@0.0.117

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions dev-projects/astro-content/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/astro",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "astro dev --host 127.0.0.1",
Expand All @@ -17,7 +17,7 @@
"@astrojs/sitemap": "^2.0.1",
"@astrojs/tailwind": "^4.0.0",
"@keystatic/astro": "^0.0.9",
"@keystatic/core": "^0.0.116",
"@keystatic/core": "^0.0.117",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.0.11",
Expand Down
11 changes: 11 additions & 0 deletions dev-projects/localization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# localization

## 0.1.88

### Patch Changes

- Updated dependencies [03f0543c]
- Updated dependencies [6895c566]
- Updated dependencies [ca6774b8]
- Updated dependencies [03f0543c]
- Updated dependencies [7767c69a]
- @keystatic/core@0.0.117

## 0.1.87

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.87",
"version": "0.1.88",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@keystatic/core": "^0.0.116",
"@keystatic/core": "^0.0.117",
"@keystatic/next": "^0.0.11",
"@preconstruct/next": "^4.0.0",
"@types/node": "16.11.13",
Expand Down
21 changes: 21 additions & 0 deletions dev-projects/next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @keystatic/test-next-app

## 0.0.89

### Patch Changes

- 7767c69a: Optimise the editor appearance when `entryLayout="content"` for a
more focused experience.

Component library:

- Update the antialiasing behaviour everywhere
- New `Prose` component from "@keystar/ui/typography" package.
- Improve `Field` implementation and types

- Updated dependencies [03f0543c]
- Updated dependencies [6895c566]
- Updated dependencies [ca6774b8]
- Updated dependencies [03f0543c]
- Updated dependencies [7767c69a]
- @keystatic/core@0.0.117
- @keystar/ui@0.2.1

## 0.0.88

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.88",
"version": "0.0.89",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@keystar/ui": "^0.2.0",
"@keystatic/core": "^0.0.116",
"@keystar/ui": "^0.2.1",
"@keystatic/core": "^0.0.117",
"@keystatic/next": "^0.0.11",
"@preconstruct/next": "^4.0.0",
"@types/react": "^18.2.8",
Expand Down
11 changes: 11 additions & 0 deletions dev-projects/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystatic/remix-test-app

## 0.0.80

### Patch Changes

- Updated dependencies [03f0543c]
- Updated dependencies [6895c566]
- Updated dependencies [ca6774b8]
- Updated dependencies [03f0543c]
- Updated dependencies [7767c69a]
- @keystatic/core@0.0.117

## 0.0.79

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.79",
"version": "0.0.80",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@keystatic/core": "^0.0.116",
"@keystatic/core": "^0.0.117",
"@keystatic/remix": "^0.0.4",
"@remix-run/node": "^1.18.1",
"@remix-run/react": "^1.18.1",
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# keystatic-docs

## 1.0.14

### Patch Changes

- Updated dependencies [03f0543c]
- Updated dependencies [6895c566]
- Updated dependencies [ca6774b8]
- Updated dependencies [03f0543c]
- Updated dependencies [7767c69a]
- @keystatic/core@0.0.117
- @keystar/ui@0.2.1

## 1.0.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystatic-docs",
"version": "1.0.13",
"version": "1.0.14",
"description": "",
"private": true,
"scripts": {
Expand All @@ -14,8 +14,8 @@
"@fontsource/inter": "^5.0.5",
"@headlessui/react": "^1.7.11",
"@heroicons/react": "^2.0.16",
"@keystar/ui": "^0.2.0",
"@keystatic/core": "^0.0.116",
"@keystar/ui": "^0.2.1",
"@keystatic/core": "^0.0.117",
"@keystatic/next": "^0.0.11",
"@markdoc/markdoc": "^0.3.0",
"@sindresorhus/slugify": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"set-cookie-parser": "^2.5.1"
},
"devDependencies": {
"@keystatic/core": "^0.0.116",
"@keystatic/core": "^0.0.117",
"@types/cookie": "^0.5.1",
"@types/set-cookie-parser": "^2.4.2",
"astro": "^2.10.5",
Expand Down
64 changes: 64 additions & 0 deletions packages/keystatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,69 @@
# @keystatic/core

## 0.0.117

### Patch Changes

- 03f0543c: Add experimental `cloudImage` component block
- 6895c566: - list-item + table-row: background change only on hover (not focus)
- allow shortcuts "cmd+s" and "ctrl+s" to save entry
- remove unused `flattenChildren` utility
- ca6774b8: The `document` field defaults for formatting have changed to exclude
options that require custom Markdoc tags.

See https://keystatic.com/docs/fields/document#formatting-options for the new
defaults.

When updating, if you have configured a document field with shorthand for the
`formatting` config:

```ts
fields.document({
// ...
formatting: true,
});
```

To keep the same options you'll need to change you config to:

```ts
fields.document({
// ...
formatting: {
alignment: true,
inlineMarks: {
bold: true,
code: true,
italic: true,
keyboard: true,
strikethrough: true,
subscript: true,
superscript: true,
underline: true,
},
listTypes: true,
headingLevels: true,
blockTypes: true,
softBreaks: true,
},
});
```

- 03f0543c: Allow `toolbar: null` to remove toolbar from chromeless component
blocks and add `onRemove` to component block previews.
- 7767c69a: Optimise the editor appearance when `entryLayout="content"` for a
more focused experience.

Component library:

- Update the antialiasing behaviour everywhere
- New `Prose` component from "@keystar/ui/typography" package.
- Improve `Field` implementation and types

- Updated dependencies [6895c566]
- Updated dependencies [7767c69a]
- @keystar/ui@0.2.1

## 0.0.116

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/keystatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystatic/core",
"version": "0.0.116",
"version": "0.0.117",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -171,7 +171,7 @@
"@floating-ui/react": "^0.24.0",
"@hapi/iron": "^7.0.0",
"@internationalized/string": "^3.1.1",
"@keystar/ui": "^0.2.0",
"@keystar/ui": "^0.2.1",
"@markdoc/markdoc": "^0.3.0",
"@react-aria/focus": "^3.13.0",
"@react-aria/i18n": "^3.8.0",
Expand Down
Loading

0 comments on commit e43b3b5

Please sign in to comment.