Skip to content

Commit

Permalink
Merge pull request #109 from tinloof/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
siffogh authored Dec 19, 2024
2 parents 60be4f4 + 963a2f7 commit e2d48b2
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-kangaroos-appear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-dots-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-meals-exercise.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
@@ -1,5 +1,15 @@
# next-non-embedded-studio

## 1.1.1

### Patch Changes

- Updated dependencies [3fe5ab5]
- Updated dependencies [164b8db]
- Updated dependencies [aa66ce9]
- @tinloof/sanity-studio@1.5.0
- @tinloof/sanity-web@0.7.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"tailwindcss": "3.4.14",
"typescript": "^5.6.3"
},
"version": "1.1.0"
"version": "1.1.1"
}
9 changes: 9 additions & 0 deletions apps/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# vite-studio

## 1.1.1

### Patch Changes

- Updated dependencies [3fe5ab5]
- Updated dependencies [164b8db]
- Updated dependencies [aa66ce9]
- @tinloof/sanity-studio@1.5.0

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"main": "package.json",
"license": "UNLICENSED",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/sanity-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tinloof/sanity-plugin-pages-navigator

## 1.5.0

### Minor Changes

- 3fe5ab5: Icon schema with custom select component
- 164b8db: Support React 19
- aa66ce9: localizedItem utility added to aid with i18n structure organization

### Patch Changes

- Updated dependencies [164b8db]
- @tinloof/sanity-web@0.7.0

## 1.4.0

### Minor 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.4.0",
"version": "1.5.0",
"description": "A collection of Sanity studio plugins, fields, and components",
"keywords": [
"sanity",
Expand Down
6 changes: 6 additions & 0 deletions packages/sanity-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tinloof/sanity-web

## 0.7.0

### Minor Changes

- 164b8db: Support React 19

## 0.6.0

### Minor 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.6.0",
"version": "0.7.0",
"description": "Sanity-related utilities for web development",
"repository": {
"type": "git",
Expand Down

0 comments on commit e2d48b2

Please sign in to comment.