@orioro/react-image-crop 0.0.1 → 0.0.2
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.
- package/CHANGELOG.md +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
# @orioro/react-image-crop
|
2
|
+
|
3
|
+
## 0.0.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- fix changeset release with yarn
|
8
|
+
- Updated dependencies
|
9
|
+
- @orioro/react-ui-core@0.0.6
|
10
|
+
|
11
|
+
## 0.0.1
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- f26720d: Initialize package version control using changeset
|
16
|
+
- Updated dependencies [f26720d]
|
17
|
+
- @orioro/react-ui-core@0.0.5
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orioro/react-image-crop",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.2",
|
4
4
|
"packageManager": "yarn@4.0.2",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.mjs",
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"build-storybook": "storybook build"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
|
-
"@orioro/dev": "
|
25
|
+
"@orioro/dev": "^0.0.5",
|
26
26
|
"@types/canvas-size": "^1.2.2",
|
27
27
|
"rollup": "^4.13.0",
|
28
28
|
"storybook": "^8.0.0"
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"dependencies": {
|
31
31
|
"@mdi/js": "^7.4.47",
|
32
32
|
"@mdi/react": "^1.6.1",
|
33
|
-
"@orioro/react-ui-core": "
|
33
|
+
"@orioro/react-ui-core": "^0.0.6",
|
34
34
|
"@radix-ui/themes": "^3.0.1",
|
35
35
|
"canvas-size": "^2.0.0",
|
36
36
|
"compressorjs": "^1.2.1",
|
@@ -40,4 +40,4 @@
|
|
40
40
|
"styled-components": "^6.1.8",
|
41
41
|
"type-fest": "^4.26.1"
|
42
42
|
}
|
43
|
-
}
|
43
|
+
}
|