diff --git a/.changeset/canonical-dnd-owner.md b/.changeset/canonical-dnd-owner.md deleted file mode 100644 index a2b05e9..0000000 --- a/.changeset/canonical-dnd-owner.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/devtools': patch ---- - -Allow direct imports from `@ankhorage/react-native-reanimated-dnd-web`, keep the upstream native package restricted, and remove the retired `@ankh/dnd` recommendation. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f118a1..5358a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.2 + +### Patch Changes + +- 13d368e: Allow direct imports from `@ankhorage/react-native-reanimated-dnd-web`, keep the upstream native package restricted, and remove the retired `@ankh/dnd` recommendation. + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index 617ea45..e2dbb2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/devtools", - "version": "1.1.1", + "version": "1.1.2", "description": "Shared Lint and Format Configuration for Ankhorage", "license": "MIT", "homepage": "https://github.com/ankhorage/devtools#readme",