Skip to content

Commit 648d54e

Browse files
chore(release): 2.0.0 [skip ci]
1 parent 511d22a commit 648d54e

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
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.0.0](https://github.com/sanity-io/form-toolkit/compare/v1.2.1...v2.0.0) (2025-03-15)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
- Import provider-specific plugin and helpers from provider export.
13+
14+
- chore: merge in main
15+
16+
- fix: match original exports
17+
18+
- fix: remove root types
19+
20+
### Features
21+
22+
- use provider-specific exports ([#7](https://github.com/sanity-io/form-toolkit/issues/7)) ([511d22a](https://github.com/sanity-io/form-toolkit/commit/511d22a9a639708d895124e950e80ec27d5d11f3))
23+
824
## [1.2.1](https://github.com/sanity-io/form-toolkit/compare/v1.2.0...v1.2.1) (2025-03-03)
925

1026
### 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/form-toolkit",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "Tool kit for integrating forms with a Sanity Studio",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)