Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 17, 2022
1 parent 4af0f97 commit 37202fc
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0](https://github.com/sanity-io/sanity-plugin-markdown/compare/v2.1.1...v3.0.0) (2022-11-17)

### ⚠ BREAKING CHANGES

- this version does not work in Sanity Studio V2.
Also note that it does not currently work in next.js.
- This breaks drag-and-drop image uploads for now.
react-mde did not play nice with Studio v3 production build, so a replacement had to be found.
react-md-editor was chosen for now.
- This version no longer works in Studio v2

### Features

- initial Sanity Studio v3 release ([4af0f97](https://github.com/sanity-io/sanity-plugin-markdown/commit/4af0f9768b89540074abeeb8fc13f2b935c51f62))
- initial studio v3 version ([a991cb0](https://github.com/sanity-io/sanity-plugin-markdown/commit/a991cb0c9e55056b92ff71cd407b09ee913bb8b9))
- replaced react-mde with react-md-editor for editing ([#30](https://github.com/sanity-io/sanity-plugin-markdown/issues/30)) ([f1ddaea](https://github.com/sanity-io/sanity-plugin-markdown/commit/f1ddaea59dca3dd90a307888b9f1cf7b0823b425))
- restored drag-and-drop and paste image functionality (without progressbar) ([90676f1](https://github.com/sanity-io/sanity-plugin-markdown/commit/90676f1448dad6501950e7b0d939201a8eb853a6))

### Bug Fixes

- compiled for sanity 3.0.0-rc.0 ([2194095](https://github.com/sanity-io/sanity-plugin-markdown/commit/2194095e4a9b3d93ffdcc02c9127d48cf13fecf6))
- **deps:** dev-preview.21 ([63f2394](https://github.com/sanity-io/sanity-plugin-markdown/commit/63f2394badd0ebe40eca94c5e3452502f3a3d88d))
- **deps:** dev-preview.22 ([653dc00](https://github.com/sanity-io/sanity-plugin-markdown/commit/653dc00a440fffff4f786a9e95faf663d4674b42))
- **deps:** dev-preview.22 ([5d9f777](https://github.com/sanity-io/sanity-plugin-markdown/commit/5d9f777d54b33a40b62818e67f1494b18f256881))
- **deps:** pkg-utils & @sanity/plugin-kit ([ce62e67](https://github.com/sanity-io/sanity-plugin-markdown/commit/ce62e67168307ca5ceb7528198aeb06a4748246b))
- **deps:** sanity 3.0.0-dev-preview.17 and sanity/ui 0.38 ([922705f](https://github.com/sanity-io/sanity-plugin-markdown/commit/922705f27570bd212f8cb136111ea5454c12c815))
- **deps:** update dependency @sanity/plugin-kit to ^2.0.9 ([#36](https://github.com/sanity-io/sanity-plugin-markdown/issues/36)) ([34a92ab](https://github.com/sanity-io/sanity-plugin-markdown/commit/34a92abade6b32499623afaf9aee82684471a0e2))

## [3.0.0-v3-studio.7](https://github.com/sanity-io/sanity-plugin-markdown/compare/v3.0.0-v3-studio.6...v3.0.0-v3-studio.7) (2022-11-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-plugin-markdown",
"version": "3.0.0-v3-studio.7",
"version": "3.0.0",
"description": "Markdown fields in Sanity Studio. Supports Github flavored Markdown and image uploads.",
"keywords": [
"sanity",
Expand Down

0 comments on commit 37202fc

Please sign in to comment.