Skip to content

Commit f81e2c8

Browse files
chore(release): 2.1.0 [skip ci]
1 parent fd6da9e commit f81e2c8

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
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+
## [2.1.0](https://github.com/sanity-io/plugin-kit/compare/v2.0.9...v2.1.0) (2022-11-04)
9+
10+
### Features
11+
12+
- add `prettier-plugin-packagejson` ([937f4bc](https://github.com/sanity-io/plugin-kit/commit/937f4bce5f1e5fea3ad5482bca39641b1078b667))
13+
14+
### Bug Fixes
15+
16+
- `@sanity/ui@v1` is a prerelease and must be exact ([e8641b9](https://github.com/sanity-io/plugin-kit/commit/e8641b97a3ecd3ada07e649244ea5a359e27303b))
17+
- node validation only checks for starts with >=14 now ([2a77c61](https://github.com/sanity-io/plugin-kit/commit/2a77c61c3669c766dc8c7573ffe9ab4f3b5a2541))
18+
- only peer deps should use `||` semver ranges ([9869feb](https://github.com/sanity-io/plugin-kit/commit/9869febd0e32324c356003cca2cefeb14bad40f6))
19+
- polyfill `String.replaceAll` for Node v14 ([33e4deb](https://github.com/sanity-io/plugin-kit/commit/33e4debe0346c94694a64f6d1ac02858851ea34b))
20+
- remove purple-unicorn references ([34c745a](https://github.com/sanity-io/plugin-kit/commit/34c745a1bf63edd0ea5f3098e7d0cf84efb4dfca))
21+
- replaceAll -> replace ([e2f574c](https://github.com/sanity-io/plugin-kit/commit/e2f574c1286c2d5b400a89f864d781f2c3f26726))
22+
- shorter version numbers are better ([b860b9c](https://github.com/sanity-io/plugin-kit/commit/b860b9c5c0000fdef22df0427247d91c45ba414b))
23+
- update semver `main.yaml` template ([82d72e6](https://github.com/sanity-io/plugin-kit/commit/82d72e6cb4270ffa015d2a844448a6c58ca7771e))
24+
- use `.prettierrc.json` instead of `.js` ([39a2a52](https://github.com/sanity-io/plugin-kit/commit/39a2a5251d8a807803a79b257e465767b2802939))
25+
- use latest `@sanity/ui` exact version ([c5e8643](https://github.com/sanity-io/plugin-kit/commit/c5e8643d3420d5df0c6696dfb24e7d7d2c1ac1af))
26+
- use main as default branch in workflow and releaserc ([4d06bb3](https://github.com/sanity-io/plugin-kit/commit/4d06bb3f91c7b7f323d90bb60883ab0c8686cc52))
27+
828
## [2.0.9](https://github.com/sanity-io/plugin-kit/compare/v2.0.8...v2.0.9) (2022-11-03)
929

1030
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/plugin-kit",
3-
"version": "2.0.9",
3+
"version": "2.1.0",
44
"description": "Enhanced Sanity.io plugin development experience",
55
"keywords": [
66
"sanity-io",

0 commit comments

Comments
 (0)