Skip to content

Commit

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

## [2.0.6](https://github.com/sanity-io/sanity-plugin-media/compare/v2.0.5...v2.0.6) (2023-07-03)

### Bug Fixes

- **deps:** update dependencies (non-major) ([#149](https://github.com/sanity-io/sanity-plugin-media/issues/149)) ([d7943e8](https://github.com/sanity-io/sanity-plugin-media/commit/d7943e821b1b987b5eda5165387af59461345558))
- ensure popovers display correctly when the plugin is invoked via an image input ([0d92ab9](https://github.com/sanity-io/sanity-plugin-media/commit/0d92ab90f1e7231d8867234c2489aaa7533fdb07))
- force overflow-y scroll to prevent grid offset on mount ([804e125](https://github.com/sanity-io/sanity-plugin-media/commit/804e12598d00688a99d4f8aa5e934a643008eaeb))
- prevent tag panel title from collapsing on small viewports ([a415924](https://github.com/sanity-io/sanity-plugin-media/commit/a41592412754078dce14db23e0d33d9035c4b346))
- suppress redux-toolkit $CombinedState errors ([b7c6fd1](https://github.com/sanity-io/sanity-plugin-media/commit/b7c6fd13536c60b848f01875650d7fe722a7b0ee))
- use tooltip portals, remove cancel upload button tooltips until portal issues are fixed in ui ([ea549e1](https://github.com/sanity-io/sanity-plugin-media/commit/ea549e1b563566c1361e30fddc8e7c48275dcc15))

## [2.0.5](https://github.com/sanity-io/sanity-plugin-media/compare/v2.0.4...v2.0.5) (2023-02-03)

### 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-media",
"version": "2.0.5",
"version": "2.0.6",
"description": "This version of `sanity-plugin-media` is for Sanity Studio V3.",
"keywords": [
"sanity",
Expand Down

0 comments on commit cb7983c

Please sign in to comment.