We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94a3b5 commit 7fa9406Copy full SHA for 7fa9406
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-avatar-editor-mono",
3
"engines": {
4
- "pnpm": "8.x"
+ "pnpm": ">=10.0.0"
5
},
6
"version": "1.0.0",
7
"scripts": {
packages/lib/package.json
@@ -1,6 +1,6 @@
"name": "react-avatar-editor",
- "version": "14.0.0-beta.6",
+ "version": "14.0.0",
"description": "Avatar / profile picture component. Resize and crop your uploaded image using a intuitive user interface.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
0 commit comments