@dnd-kit/modifiers 6.0.1-next-2022102925547 → 7.0.0-next-2023106211358

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,22 @@
1
1
  # @dnd-kit/modifiers
2
2
 
3
- ## 6.0.1-next-2022102925547
3
+ ## 7.0.0-next-2023106211358
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`b417f0f`](https://github.com/clauderic/dnd-kit/commit/b417f0f94bfd8097bdf34eec27b7051dc0f5aa2a), [`f342d5e`](https://github.com/clauderic/dnd-kit/commit/f342d5efd98507f173b6a170b35bee1545d40311)]:
8
+ - @dnd-kit/core@6.1.0-next-2023106211358
9
+ - @dnd-kit/utilities@3.2.2-next-2023106211358
10
+
11
+ ## 6.0.1
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - [#823](https://github.com/clauderic/dnd-kit/pull/823) [`b065c37`](https://github.com/clauderic/dnd-kit/commit/b065c3750078bee43caa5a79f54196d4612d2375) Thanks [@DaniGuardiola](https://github.com/DaniGuardiola)! - Add missing peer dependency to @dnd-kit/modifiers
8
16
 
9
17
  - Updated dependencies [[`da7c60d`](https://github.com/clauderic/dnd-kit/commit/da7c60dcbb76d89cf1fcb421e69a4abcea2eeebe)]:
10
- - @dnd-kit/core@6.0.6-next-2022102925547
11
- - @dnd-kit/utilities@3.2.1-next-2022102925547
18
+ - @dnd-kit/core@6.0.6
19
+ - @dnd-kit/utilities@3.2.1
12
20
 
13
21
  ## 6.0.0
14
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnd-kit/modifiers",
3
- "version": "6.0.1-next-2022102925547",
3
+ "version": "7.0.0-next-2023106211358",
4
4
  "description": "Translate modifier presets for use with `@dnd-kit` packages.",
5
5
  "author": "Claudéric Demers",
6
6
  "license": "MIT",
@@ -26,15 +26,15 @@
26
26
  "dist"
27
27
  ],
28
28
  "dependencies": {
29
- "@dnd-kit/utilities": "^3.2.1-next-2022102925547",
29
+ "@dnd-kit/utilities": "^3.2.2-next-2023106211358",
30
30
  "tslib": "^2.0.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@dnd-kit/core": "^6.0.6-next-2022102925547",
33
+ "@dnd-kit/core": "^6.1.0-next-2023106211358",
34
34
  "react": ">=16.8.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@dnd-kit/core": "^6.0.6-next-2022102925547"
37
+ "@dnd-kit/core": "^6.1.0-next-2023106211358"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"