Skip to content

Commit 623a23c

Browse files
chore(release): 1.1.0 [skip ci]
1 parent 98bc796 commit 623a23c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [1.1.0](https://github.com/sanity-io/ui-workshop-plugin-sanity/compare/v1.0.0...v1.1.0) (2025-03-07)
9+
10+
### Features
11+
12+
- add react 19 to peer deps ([98bc796](https://github.com/sanity-io/ui-workshop-plugin-sanity/commit/98bc796fe0529905638801e0afb33985d2e9d3af))
13+
- add react 19 to peer deps ([a5218ca](https://github.com/sanity-io/ui-workshop-plugin-sanity/commit/a5218ca98624878a75d32abca52d1a0f1a6a7ee2))
14+
815
## 1.0.0 (2023-01-08)
916

1017
### Features

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Sanity.io
3+
Copyright (c) 2025 Sanity.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@sanity/ui-workshop-plugin-sanity",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"sideEffects": false,
66
"files": [
77
"dist",

0 commit comments

Comments
 (0)