Skip to content

Commit

Permalink
Version Packages (#672)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent cf66c21 commit 08782b6
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 62 deletions.
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.

3 comments on commit 08782b6

@vercel
Copy link

@vercel vercel bot commented on 08782b6 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 08782b6 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

keystar-ui – ./design-system/docs

keystar-ui.vercel.app
keystar-ui-thinkmill-labs.vercel.app
voussoir.vercel.app
keystar-ui-git-main-thinkmill-labs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 08782b6 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

keystatic – ./dev-projects/next-app

keystatic-git-main-thinkmill-labs.vercel.app
keystatic.vercel.app
keystatic-thinkmill-labs.vercel.app

Please sign in to comment.