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

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @dnd-kit/modifiers
2
2
 
3
- ## 5.0.0-next-202208173143
3
+ ## 5.0.0-next-20220818116
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -30,8 +30,8 @@
30
30
  ### Patch Changes
31
31
 
32
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
33
+ - @dnd-kit/core@5.0.0-next-20220818116
34
+ - @dnd-kit/utilities@3.1.0-next-20220818116
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-202208173143",
3
+ "version": "5.0.0-next-20220818116",
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-202208173143",
29
+ "@dnd-kit/utilities": "^3.1.0-next-20220818116",
30
30
  "tslib": "^2.0.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@dnd-kit/core": "^5.0.0-next-202208173143"
33
+ "@dnd-kit/core": "^5.0.0-next-20220818116"
34
34
  },
35
35
  "devDependencies": {
36
- "@dnd-kit/core": "^5.0.0-next-202208173143"
36
+ "@dnd-kit/core": "^5.0.0-next-20220818116"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"