@orioro/react-image-crop 0.0.1 → 0.0.16

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 +102 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,102 @@
1
+ # @orioro/react-image-crop
2
+
3
+ ## 0.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - @orioro/react-ui-core@0.0.20
8
+
9
+ ## 0.0.15
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - @orioro/react-ui-core@0.0.19
15
+
16
+ ## 0.0.14
17
+
18
+ ### Patch Changes
19
+
20
+ - @orioro/react-ui-core@0.0.18
21
+
22
+ ## 0.0.13
23
+
24
+ ### Patch Changes
25
+
26
+ - @orioro/react-ui-core@0.0.17
27
+
28
+ ## 0.0.12
29
+
30
+ ### Patch Changes
31
+
32
+ - @orioro/react-ui-core@0.0.16
33
+
34
+ ## 0.0.11
35
+
36
+ ### Patch Changes
37
+
38
+ - @orioro/react-ui-core@0.0.15
39
+
40
+ ## 0.0.10
41
+
42
+ ### Patch Changes
43
+
44
+ - @orioro/react-ui-core@0.0.14
45
+
46
+ ## 0.0.9
47
+
48
+ ### Patch Changes
49
+
50
+ - @orioro/react-ui-core@0.0.13
51
+
52
+ ## 0.0.8
53
+
54
+ ### Patch Changes
55
+
56
+ - @orioro/react-ui-core@0.0.12
57
+
58
+ ## 0.0.7
59
+
60
+ ### Patch Changes
61
+
62
+ - @orioro/react-ui-core@0.0.11
63
+
64
+ ## 0.0.6
65
+
66
+ ### Patch Changes
67
+
68
+ - @orioro/react-ui-core@0.0.10
69
+
70
+ ## 0.0.5
71
+
72
+ ### Patch Changes
73
+
74
+ - @orioro/react-ui-core@0.0.9
75
+
76
+ ## 0.0.4
77
+
78
+ ### Patch Changes
79
+
80
+ - @orioro/react-ui-core@0.0.8
81
+
82
+ ## 0.0.3
83
+
84
+ ### Patch Changes
85
+
86
+ - @orioro/react-ui-core@0.0.7
87
+
88
+ ## 0.0.2
89
+
90
+ ### Patch Changes
91
+
92
+ - fix changeset release with yarn
93
+ - Updated dependencies
94
+ - @orioro/react-ui-core@0.0.6
95
+
96
+ ## 0.0.1
97
+
98
+ ### Patch Changes
99
+
100
+ - f26720d: Initialize package version control using changeset
101
+ - Updated dependencies [f26720d]
102
+ - @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.1",
3
+ "version": "0.0.16",
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": "workspace:^",
25
+ "@orioro/dev": "^0.0.6",
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": "workspace:^",
33
+ "@orioro/react-ui-core": "^0.0.20",
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
+ }