diff --git a/CHANGES.md b/CHANGES.md index 728970ab..ec052d88 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,10 @@ # Changes +Version 4.3.0 (released 2024-10-10) -Version 4.2.1 (released 2024-09-27) +- deps: bump axios major version + +Version 4.2.1 (released 2024-09-27) - contrib: add affiliation suggestion component @@ -9,7 +12,7 @@ Version 4.2.0 (released 2024-09-26) (yanked) - contrib: add affiliation suggestion component - fields: propagate initial value to widgets (avoids setting explicitly by formik props) -- yanked: initial values props is interfering with formik internal state in already existing forms +- yanked: initial values props is interfering with formik internal state in already existing forms Version 4.1.0 (released 2024-09-02) @@ -21,7 +24,7 @@ Version 4.1.0 (released 2024-09-02) Version 4.0.0 (released 2024-08-12) - customfields: allow hiding section name -- api: change default accept header for ajax calls (breaking change) +- api: change default accept header for ajax calls (breaking change) Version 3.5.2 (released 2024-08-02) diff --git a/package-lock.json b/package-lock.json index be0dbab4..197d12c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-invenio-forms", - "version": "4.2.1", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { @@ -22830,4 +22830,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 3992f580..f4c614ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-invenio-forms", - "version": "4.2.1", + "version": "4.3.0", "description": "Reusable React components for forms and other in Invenio", "main": "dist/cjs/index.js", "browser": "dist/cjs/index.js", @@ -112,5 +112,4 @@ "engines": { "node": ">=16.0.0" } -} - +} \ No newline at end of file