@dnd-kit/modifiers 5.0.0-next-20220101438 → 5.0.0-next-202201012117

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 +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-20220101438
3
+ ## 5.0.0-next-202201012117
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -32,8 +32,8 @@
32
32
  ### Patch Changes
33
33
 
34
34
  - 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), [`e7ac3d4`](https://github.com/clauderic/dnd-kit/commit/e7ac3d45699dcc7b47191a67044a516929ac439c), [`528c67e`](https://github.com/clauderic/dnd-kit/commit/528c67e4c617dfc0ce5221496aa8b222ffc82ddb), [`02edd26`](https://github.com/clauderic/dnd-kit/commit/02edd2691b24bb49f2e7c9f9a3f282031bf658b7)]:
35
- - @dnd-kit/core@5.0.0-next-20220101438
36
- - @dnd-kit/utilities@3.1.0-next-20220101438
35
+ - @dnd-kit/core@5.0.0-next-202201012117
36
+ - @dnd-kit/utilities@3.1.0-next-202201012117
37
37
 
38
38
  ## 4.0.0
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnd-kit/modifiers",
3
- "version": "5.0.0-next-20220101438",
3
+ "version": "5.0.0-next-202201012117",
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-20220101438",
29
+ "@dnd-kit/utilities": "^3.1.0-next-202201012117",
30
30
  "tslib": "^2.0.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@dnd-kit/core": "^5.0.0-next-20220101438"
33
+ "@dnd-kit/core": "^5.0.0-next-202201012117"
34
34
  },
35
35
  "devDependencies": {
36
- "@dnd-kit/core": "^5.0.0-next-20220101438"
36
+ "@dnd-kit/core": "^5.0.0-next-202201012117"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"