Skip to content

Commit c748f09

Browse files
chore(release): 3.0.0 [skip ci]
1 parent eb693b0 commit c748f09

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@
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+
## [3.0.0](https://github.com/sanity-io/dashboard/compare/v2.35.2...v3.0.0) (2022-11-25)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- this version does not work in Sanity Studio v2
13+
- this version does not work in Sanity Studio v2
14+
- semantic-release is being difficult
15+
16+
### Features
17+
18+
- dummy breaking to trick semantic-release ([53dd9dc](https://github.com/sanity-io/dashboard/commit/53dd9dcae19e2d6db97e11302867c3838ff155c6))
19+
- initial release for Sanity Studio v3 ([4e3db99](https://github.com/sanity-io/dashboard/commit/4e3db99e83e49c5876db83c3fc3fe0ff5c3d3725))
20+
- initial Sanity Studio v3 release ([9ea2f0a](https://github.com/sanity-io/dashboard/commit/9ea2f0a7146464f197598a63336f2500ff836aae))
21+
22+
### Bug Fixes
23+
24+
- compiled for dev-preview.22 ([3b97135](https://github.com/sanity-io/dashboard/commit/3b97135143ee29f2e1c2bae6f8e6ae051a943d4b))
25+
- compiled for sanity 3.0.0-rc.0 ([74dfd9a](https://github.com/sanity-io/dashboard/commit/74dfd9a3db922649f32e52f990a80c5de7d1a752))
26+
- **deps:** dev-preview.21 ([730cc2a](https://github.com/sanity-io/dashboard/commit/730cc2a25a36f57e5c3310079e262b39d8412774))
27+
- **deps:** pin dependencies ([5fc3f9d](https://github.com/sanity-io/dashboard/commit/5fc3f9d276116dffcc957ed39b3a3e876a479fbf))
28+
- **deps:** pkg-utils & @sanity/plugin-kit ([7d63c7c](https://github.com/sanity-io/dashboard/commit/7d63c7c05d274ab5d26fefd3da7807264f17b468))
29+
- **deps:** sanity ^3.0.0 (works with rc.3) ([eeb0c7c](https://github.com/sanity-io/dashboard/commit/eeb0c7cdfd628ead3dcab39f7ce3cb2df2f1f784))
30+
- **deps:** sanity 3.0.0-dev-preview.17 ([bed90ee](https://github.com/sanity-io/dashboard/commit/bed90eeaa3c6d2f9a8cda3a9c597e792d2816cff))
31+
- **deps:** update dependency @sanity/icons to v1.3.9-beta.3 ([#12](https://github.com/sanity-io/dashboard/issues/12)) ([b547871](https://github.com/sanity-io/dashboard/commit/b5478710f11d58d898e1eaf638b702dece12edaa))
32+
- **deps:** update dependency rxjs to ^6.6.7 ([#4](https://github.com/sanity-io/dashboard/issues/4)) ([b79f4be](https://github.com/sanity-io/dashboard/commit/b79f4bec0661c32f8b1a797f82ea22195ec583d9))
33+
- **deps:** updated deps and added semver workflow ([68d714e](https://github.com/sanity-io/dashboard/commit/68d714e2b3457fbd4ab112a7cbc6194057b61e36))
34+
835
## [3.0.0-v3-studio.8](https://github.com/sanity-io/dashboard/compare/v3.0.0-v3-studio.7...v3.0.0-v3-studio.8) (2022-11-04)
936

1037
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/dashboard",
3-
"version": "3.0.0-v3-studio.8",
3+
"version": "3.0.0",
44
"description": "Tool for rendering dashboard widgets",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)