Skip to content

Commit 7fa9406

Browse files
committed
Release version 14.0.0
Updated package version from 14.0.0-beta.6 to stable 14.0.0 and updated pnpm requirement to >=10.0.0.
1 parent b94a3b5 commit 7fa9406

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-avatar-editor-mono",
33
"engines": {
4-
"pnpm": "8.x"
4+
"pnpm": ">=10.0.0"
55
},
66
"version": "1.0.0",
77
"scripts": {

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-avatar-editor",
3-
"version": "14.0.0-beta.6",
3+
"version": "14.0.0",
44
"description": "Avatar / profile picture component. Resize and crop your uploaded image using a intuitive user interface.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)