@dnd-kit/modifiers 5.0.0-next-202207414 → 5.0.0-next-202208173143

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 +4 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @dnd-kit/modifiers
2
2
 
3
- ## 5.0.0-next-202207414
3
+ ## 5.0.0-next-202208173143
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -29,9 +29,9 @@
29
29
 
30
30
  ### Patch Changes
31
31
 
32
- - Updated dependencies [[`f3ad20d`](https://github.com/clauderic/dnd-kit/commit/f3ad20d5b2c2f2ca7b82c193c9af5eef38c5ce11), [`02edd26`](https://github.com/clauderic/dnd-kit/commit/02edd2691b24bb49f2e7c9f9a3f282031bf658b7), [`c6c67cb`](https://github.com/clauderic/dnd-kit/commit/c6c67cb9cbc6e61027f7bb084fd2232160037d5e), [`6310227`](https://github.com/clauderic/dnd-kit/commit/63102272d0d63dae349e2e9f638277e16a7d5970), [`02edd26`](https://github.com/clauderic/dnd-kit/commit/02edd2691b24bb49f2e7c9f9a3f282031bf658b7)]:
33
- - @dnd-kit/core@5.0.0-next-202207414
34
- - @dnd-kit/utilities@3.1.0-next-202207414
32
+ - Updated dependencies [[`f3ad20d`](https://github.com/clauderic/dnd-kit/commit/f3ad20d5b2c2f2ca7b82c193c9af5eef38c5ce11), [`02edd26`](https://github.com/clauderic/dnd-kit/commit/02edd2691b24bb49f2e7c9f9a3f282031bf658b7), [`c6c67cb`](https://github.com/clauderic/dnd-kit/commit/c6c67cb9cbc6e61027f7bb084fd2232160037d5e), [`6310227`](https://github.com/clauderic/dnd-kit/commit/63102272d0d63dae349e2e9f638277e16a7d5970), [`528c67e`](https://github.com/clauderic/dnd-kit/commit/528c67e4c617dfc0ce5221496aa8b222ffc82ddb), [`02edd26`](https://github.com/clauderic/dnd-kit/commit/02edd2691b24bb49f2e7c9f9a3f282031bf658b7)]:
33
+ - @dnd-kit/core@5.0.0-next-202208173143
34
+ - @dnd-kit/utilities@3.1.0-next-202208173143
35
35
 
36
36
  ## 4.0.0
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnd-kit/modifiers",
3
- "version": "5.0.0-next-202207414",
3
+ "version": "5.0.0-next-202208173143",
4
4
  "description": "Translate modifier presets for use with `@dnd-kit` packages.",
5
5
  "author": "Claudéric Demers",
6
6
  "license": "MIT",
@@ -26,14 +26,14 @@
26
26
  "dist"
27
27
  ],
28
28
  "dependencies": {
29
- "@dnd-kit/utilities": "^3.1.0-next-202207414",
29
+ "@dnd-kit/utilities": "^3.1.0-next-202208173143",
30
30
  "tslib": "^2.0.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@dnd-kit/core": "^5.0.0-next-202207414"
33
+ "@dnd-kit/core": "^5.0.0-next-202208173143"
34
34
  },
35
35
  "devDependencies": {
36
- "@dnd-kit/core": "^5.0.0-next-202207414"
36
+ "@dnd-kit/core": "^5.0.0-next-202208173143"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"