@dnd-kit/modifiers 8.0.0-next-20241023141325 → 8.0.0-next-20241023141346

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @dnd-kit/modifiers
2
2
 
3
- ## 8.0.0-next-20241023141325
3
+ ## 8.0.0-next-20241023141346
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`545a41c`](https://github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a)]:
8
- - @dnd-kit/core@6.2.0-next-20241023141325
7
+ - Updated dependencies [[`995dc23`](https://github.com/clauderic/dnd-kit/commit/995dc23b7cd9019f3a920676cbe4e141e917e82c), [`545a41c`](https://github.com/clauderic/dnd-kit/commit/545a41c27c6919e4ca22a58a67f3fa02a7caab8a)]:
8
+ - @dnd-kit/core@6.2.0-next-20241023141346
9
9
 
10
10
  ## 7.0.0
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnd-kit/modifiers",
3
- "version": "8.0.0-next-20241023141325",
3
+ "version": "8.0.0-next-20241023141346",
4
4
  "description": "Translate modifier presets for use with `@dnd-kit` packages.",
5
5
  "author": "Claudéric Demers",
6
6
  "license": "MIT",
@@ -30,11 +30,11 @@
30
30
  "tslib": "^2.0.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@dnd-kit/core": "^6.2.0-next-20241023141325",
33
+ "@dnd-kit/core": "^6.2.0-next-20241023141346",
34
34
  "react": ">=16.8.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@dnd-kit/core": "^6.2.0-next-20241023141325"
37
+ "@dnd-kit/core": "^6.2.0-next-20241023141346"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"