diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b8121f..6471758b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Pre-release Highlights - This release ensures dash-mantine-components V1 is compatible with both Dash 2 and Dash 3 - If you were using `dmc >= 0.15.0`, there are no known breaking change. -- If you were using `dmc < 0.15.0`, please follow our [migration guide](). +- If you were using `dmc < 0.15.0`, please follow our [migration guide](https://www.dash-mantine-components.com/migration). - ⚠️ **Important:** Apps using `dmc < 1.0.0` must pin `dash < 3` to avoid compatibility issues. ### Changed diff --git a/package-lock.json b/package-lock.json index e528e7bc..cef20152 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dash_mantine_components", - "version": "0.15.3", + "version": "1.0.0rc1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dash_mantine_components", - "version": "0.15.3", + "version": "1.0.0rc1", "license": "MIT", "dependencies": { "@mantine/carousel": "7.16.2",