@berviantoleo/react-multi-crop 0.22.3 → 0.23.0

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 (3) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +1 -1
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.23.0](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.22.6...@berviantoleo/react-multi-crop@0.23.0) (2022-02-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * update deps major ([b102174](https://github.com/berviantoleo/react-multi-crop/commit/b1021746b5b07f94687f01d53a5cb6a5ddb38fdb))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.22.6](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.22.5...@berviantoleo/react-multi-crop@0.22.6) (2022-02-13)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * update deps ([1c84d97](https://github.com/berviantoleo/react-multi-crop/commit/1c84d97b820d85b276718a87c1be9f19df33e500))
23
+
24
+
25
+
26
+
27
+
28
+ ## [0.22.5](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.22.4...@berviantoleo/react-multi-crop@0.22.5) (2022-02-10)
29
+
30
+ **Note:** Version bump only for package @berviantoleo/react-multi-crop
31
+
32
+
33
+
34
+
35
+
36
+ ## [0.22.4](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.22.3...@berviantoleo/react-multi-crop@0.22.4) (2022-01-29)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * update deps ([23bc2c2](https://github.com/berviantoleo/react-multi-crop/commit/23bc2c257fcb0afcf812a0cb92b2219f9afae115))
42
+
43
+
44
+
45
+
46
+
6
47
  ## [0.22.3](https://github.com/berviantoleo/react-multi-crop/compare/@berviantoleo/react-multi-crop@0.22.2...@berviantoleo/react-multi-crop@0.22.3) (2022-01-15)
7
48
 
8
49
 
package/README.md CHANGED
@@ -12,7 +12,7 @@ Version `0.22` and newer will be hosted at [npmjs](https://www.npmjs.com/package
12
12
 
13
13
  | Github Action | Codecov | Netlify Status |
14
14
  |:-------------:|:-------:|:--------------:|
15
- | ![Release](https://github.com/berviantoleo/react-multi-crop/workflows/Release/badge.svg) | [![codecov](https://codecov.io/gh/berviantoleo/react-multi-crop/branch/master/graph/badge.svg?token=sGqoJBg260)](https://codecov.io/gh/berviantoleo/react-multi-crop) | [![Netlify Status](https://api.netlify.com/api/v1/badges/3e3a1664-31be-4997-9e91-b78bcf33a580/deploy-status)](https://app.netlify.com/sites/react-multi-crop/deploys) |
15
+ | ![Release](https://github.com/berviantoleo/react-multi-crop/workflows/Release/badge.svg) | [![codecov](https://codecov.io/gh/berviantoleo/react-multi-crop/branch/master/graph/badge.svg?token=sGqoJBg260)](https://codecov.io/gh/berviantoleo/react-multi-crop) | [![Netlify Status](https://api.netlify.com/api/v1/badges/924d5d95-c3d2-4437-9f6e-2dd2069d9371/deploy-status)](https://app.netlify.com/sites/react-multi-crop/deploys) |
16
16
 
17
17
  ## How to Use
18
18
  ### Sample (Recommended) - Codesandbox.io
package/package.json CHANGED
@@ -25,8 +25,8 @@
25
25
  "url": "https://github.com/berviantoleo"
26
26
  },
27
27
  "devDependencies": {
28
- "@babel/cli": "^7.16.8",
29
- "@babel/core": "^7.16.7",
28
+ "@babel/cli": "^7.17.3",
29
+ "@babel/core": "^7.17.4",
30
30
  "@babel/plugin-proposal-class-properties": "^7.16.7",
31
31
  "@babel/plugin-transform-runtime": "^7.16.8",
32
32
  "@babel/preset-env": "^7.16.8",
@@ -35,22 +35,22 @@
35
35
  "@babel/runtime": "^7.16.7",
36
36
  "@rollup/plugin-babel": "^5.3.0",
37
37
  "@rollup/plugin-node-resolve": "^13.1.3",
38
- "@storybook/addon-essentials": "^6.4.13",
39
- "@storybook/addon-links": "^6.4.13",
40
- "@storybook/addon-storysource": "^6.4.13",
41
- "@storybook/addons": "^6.4.13",
42
- "@storybook/react": "^6.4.13",
43
- "@storybook/source-loader": "^6.4.13",
38
+ "@storybook/addon-essentials": "^6.4.19",
39
+ "@storybook/addon-links": "^6.4.19",
40
+ "@storybook/addon-storysource": "^6.4.19",
41
+ "@storybook/addons": "^6.4.19",
42
+ "@storybook/react": "^6.4.19",
43
+ "@storybook/source-loader": "^6.4.19",
44
44
  "@testing-library/jest-dom": "^5.16.1",
45
45
  "@testing-library/react": "^12.1.2",
46
- "@types/fabric": "^4.5.6",
46
+ "@types/fabric": "^4.5.7",
47
47
  "@types/jest": "^27.4.0",
48
48
  "@types/uuid": "^8.3.4",
49
49
  "babel-jest": "^27.4.5",
50
50
  "clsx": "^1.1.1",
51
51
  "node-sass": "^7.0.0",
52
52
  "react-test-renderer": "^17.0.2",
53
- "rollup": "^2.64.0",
53
+ "rollup": "^2.67.2",
54
54
  "rollup-plugin-delete": "^2.0.0",
55
55
  "rollup-plugin-peer-deps-external": "^2.2.4",
56
56
  "rollup-plugin-sizes": "^1.0.4",
@@ -59,18 +59,18 @@
59
59
  "ts-jest": "^27.1.3"
60
60
  },
61
61
  "peerDependencies": {
62
- "fabric": ">=4.4.0 <5",
62
+ "fabric": "^4.4.0 || ^5.0.0",
63
63
  "react": "^16.13.0 || ^17.0.0",
64
64
  "react-dom": "^16.13.0 || ^17.0.0",
65
65
  "uuid": "^8.3.2"
66
66
  },
67
67
  "dependencies": {
68
- "fabric": "^4.6.0",
68
+ "fabric": "^5.0.0",
69
69
  "react": "^17.0.2",
70
70
  "react-dom": "^17.0.2",
71
71
  "uuid": "^8.3.2"
72
72
  },
73
73
  "license": "MIT",
74
- "version": "0.22.3",
75
- "gitHead": "bd4b78d7918d7a5c72effb3a05b318461ae8b589"
74
+ "version": "0.23.0",
75
+ "gitHead": "2479870e61071f77fff6606ce974da6cf564fa3a"
76
76
  }