Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #672

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/big-pears-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-coins-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-beds-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-papayas-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-carpets-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-rivers-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-chairs-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-spiders-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-swans-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-phones-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-radios-tease.md

This file was deleted.

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

## 0.3.3

### Patch Changes

- e8492482: Virtualized table view.

## 0.3.2

### Patch 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.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "",
"module": "",
Expand Down Expand Up @@ -6220,7 +6220,7 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@keystar/ui": "^0.3.2",
"@keystar/ui": "^0.3.3",
"@keystar/ui-storybook": "^0.0.1",
"@react-aria/landmark": "3.0.0-beta.2",
"@svgr/core": "^6.5.1",
Expand Down
21 changes: 21 additions & 0 deletions packages/keystatic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @keystatic/core

## 0.1.7

### Patch Changes

- e8492482: Virtualized table view.
- e8748091: Fix "Invalid directory in content field serialization" error when
using a path with a trailing slash in `images.directory` in `fields.document`
- cf66c21b: Add `createGitHubReader` at `@keystatic/core/reader/github`
- 633b9c84: Allow `{branch}` replacement in `previewUrl` option
- 5399756e: Fix parsing empty list items breaking the document editor
- cad4cb33: Center loading indicator on Keystatic Cloud auth callback page
- 633b9c84: `{slug}` is no longer required in `previewUrl` in collections
- ee1cf9bd: Support non-Node.js runtimes such as Cloudflare Workers in the API
route
- 19010641: Update dependencies to fix double fetching in cloud mode
- b54f0e71: Fix `fields.url` always being required
- d5775591: Link to specific open pull request instead of search page of open
pull requests
- Updated dependencies [e8492482]
- @keystar/ui@0.3.3

## 0.1.6

### 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.1.6",
"version": "0.1.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -187,7 +187,7 @@
"@emotion/weak-memoize": "^0.3.0",
"@floating-ui/react": "^0.24.0",
"@internationalized/string": "^3.1.1",
"@keystar/ui": "^0.3.2",
"@keystar/ui": "^0.3.3",
"@markdoc/markdoc": "^0.3.0",
"@react-aria/focus": "^3.14.2",
"@react-aria/i18n": "^3.8.0",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.