diff --git a/CHANGELOG.md b/CHANGELOG.md index a330a5e..5a8b196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3](https://github.com/sanity-io/orderable-document-list/compare/v1.0.2...v1.0.3) (2023-03-01) + +### Bug Fixes + +- replaced react-beautiful-dnd ([#56](https://github.com/sanity-io/orderable-document-list/issues/56)) ([4558023](https://github.com/sanity-io/orderable-document-list/commit/4558023da24aa342afe68876f0f8dde7aee1436c)), closes [#44](https://github.com/sanity-io/orderable-document-list/issues/44) + ## [1.0.2](https://github.com/sanity-io/orderable-document-list/compare/v1.0.1...v1.0.2) (2022-12-05) ### Bug Fixes diff --git a/LICENSE b/LICENSE index 44aa380..2995e99 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Sanity.io +Copyright (c) 2023 Sanity.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index 9a66457..e9bcfb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sanity/orderable-document-list", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sanity/orderable-document-list", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@hello-pangea/dnd": "^16.2.0", diff --git a/package.json b/package.json index d1b6e42..5e4d421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/orderable-document-list", - "version": "1.0.4", + "version": "1.0.3", "description": "Drag-and-drop Document Ordering without leaving the Editing surface", "keywords": [ "sanity",