Skip to content

Commit

Permalink
Merge pull request #33 from tinloof/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
thomasKn authored Apr 25, 2024
2 parents 29ae7e4 + ff4d5d8 commit aa7cb39
Show file tree
Hide file tree
Showing 14 changed files with 80 additions and 30 deletions.
9 changes: 0 additions & 9 deletions .changeset/lucky-foxes-judge.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/many-toes-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-walls-divide.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Patch Changes

- Updated dependencies [e48e6e5]
- Updated dependencies [e48e6e5]
- Updated dependencies [ec602d8]
- @tinloof/sanity-web@0.2.0
- @tinloof/sanity-studio@1.1.0

## null

### Patch Changes

- Updated dependencies [5beeb0a]
- @tinloof/sanity-studio@1.0.2

Expand Down
3 changes: 2 additions & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5"
}
},
"version": null
}
8 changes: 8 additions & 0 deletions apps/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vite-studio

## 1.0.5

### Patch Changes

- Updated dependencies [e48e6e5]
- Updated dependencies [ec602d8]
- @tinloof/sanity-studio@1.1.0

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-studio",
"private": true,
"version": "1.0.4",
"version": "1.0.5",
"main": "package.json",
"license": "UNLICENSED",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions examples/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [e48e6e5]
- Updated dependencies [ec602d8]
- @tinloof/sanity-studio@1.1.0

## null

### Patch Changes

- Updated dependencies [5beeb0a]
- @tinloof/sanity-studio@1.0.2

Expand Down
8 changes: 8 additions & 0 deletions examples/with-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [e48e6e5]
- Updated dependencies [ec602d8]
- @tinloof/sanity-studio@1.1.0

## null

### Patch Changes

- Updated dependencies [5beeb0a]
- @tinloof/sanity-studio@1.0.2

Expand Down
8 changes: 8 additions & 0 deletions examples/with-sections/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [e48e6e5]
- Updated dependencies [ec602d8]
- @tinloof/sanity-studio@1.1.0

## null

### Patch Changes

- Updated dependencies [5beeb0a]
- @tinloof/sanity-studio@1.0.2

Expand Down
19 changes: 19 additions & 0 deletions packages/sanity-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @tinloof/sanity-plugin-pages-navigator

## 1.1.0

### Minor Changes

- e48e6e5: Add `folder.canUnlock` options to `definePathname` helper. Thanks @Jamiewarb for the PR.

Update `README` with `folder.canUnlock` example.

Fix `<PathnameFieldComponent />` component trailing dash issue. Thanks @Jamiewarb and @tamaccount.

Add `<SearchArrayInput />` component to filter array fields.

### Patch Changes

- ec602d8: Update dependencies
- Updated dependencies [e48e6e5]
- Updated dependencies [ec602d8]
- @tinloof/sanity-web@0.2.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinloof/sanity-studio",
"version": "1.0.2",
"version": "1.1.0",
"description": "A collection of Sanity studio plugins, fields, and components",
"keywords": [
"sanity",
Expand Down
14 changes: 14 additions & 0 deletions packages/sanity-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @tinloof/sanity-web

## 0.2.0

### Minor Changes

- e48e6e5: Add `<SanityImage />` component.

Add `isExternalUrl`, `pathToAbsUrl` and `getPtComponentId` utils.

Update dependencies.

### Patch Changes

- ec602d8: Update dependencies

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinloof/sanity-web",
"version": "0.1.1",
"version": "0.2.0",
"description": "Sanity-related utilities for web development",
"exports": {
".": {
Expand Down

0 comments on commit aa7cb39

Please sign in to comment.