diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c10a532b..e01060577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.66.0](https://github.com/ocean-ds/ocean-web/compare/v1.65.0...v1.66.0) (2024-07-02) + +### Features + +- update alert ([#1115](https://github.com/ocean-ds/ocean-web/issues/1115)) ([3386652](https://github.com/ocean-ds/ocean-web/commit/338665214afa9268e8e09c0d71812a40fab8ab0b)) + # [1.65.0](https://github.com/ocean-ds/ocean-web/compare/v1.64.0...v1.65.0) (2024-06-26) ### Features diff --git a/lerna.json b/lerna.json index b3605b904..f7bb9e23c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.65.0", + "version": "1.66.0", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*"], diff --git a/packages/ocean-core/CHANGELOG.md b/packages/ocean-core/CHANGELOG.md index 098199fbc..3da5d2bca 100644 --- a/packages/ocean-core/CHANGELOG.md +++ b/packages/ocean-core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.66.0](https://github.com/ocean-ds/ocean-web/compare/v1.65.0...v1.66.0) (2024-07-02) + +### Features + +- update alert ([#1115](https://github.com/ocean-ds/ocean-web/issues/1115)) ([3386652](https://github.com/ocean-ds/ocean-web/commit/338665214afa9268e8e09c0d71812a40fab8ab0b)) + # [1.65.0](https://github.com/ocean-ds/ocean-web/compare/v1.64.0...v1.65.0) (2024-06-26) ### Features diff --git a/packages/ocean-core/package.json b/packages/ocean-core/package.json index fc0a34c6a..c16944e39 100644 --- a/packages/ocean-core/package.json +++ b/packages/ocean-core/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-core", - "version": "1.65.0", + "version": "1.66.0", "private": false, "description": "UIkit css that implement Ocean's Design System.", "files": [ diff --git a/packages/ocean-react-formik/CHANGELOG.md b/packages/ocean-react-formik/CHANGELOG.md index a31c48baf..789276f3d 100644 --- a/packages/ocean-react-formik/CHANGELOG.md +++ b/packages/ocean-react-formik/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.66.0](https://github.com/ocean-ds/ocean-web/compare/v1.65.0...v1.66.0) (2024-07-02) + +**Note:** Version bump only for package @useblu/ocean-react-formik + # [1.65.0](https://github.com/ocean-ds/ocean-web/compare/v1.64.0...v1.65.0) (2024-06-26) **Note:** Version bump only for package @useblu/ocean-react-formik diff --git a/packages/ocean-react-formik/package.json b/packages/ocean-react-formik/package.json index 949599d7b..347388a60 100644 --- a/packages/ocean-react-formik/package.json +++ b/packages/ocean-react-formik/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-react-formik", - "version": "1.65.0", + "version": "1.66.0", "description": "Bindings for using formik with ocean-react.", "main": "dist/index.js", "module": "dist/index.es.js", @@ -25,7 +25,7 @@ "react-dom": ">=16.8.0" }, "devDependencies": { - "@useblu/ocean-react": "^1.65.0", + "@useblu/ocean-react": "^1.66.0", "formik": "^2.2.6" } } diff --git a/packages/ocean-react/CHANGELOG.md b/packages/ocean-react/CHANGELOG.md index ba8d43ad7..e7dfe428c 100644 --- a/packages/ocean-react/CHANGELOG.md +++ b/packages/ocean-react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.66.0](https://github.com/ocean-ds/ocean-web/compare/v1.65.0...v1.66.0) (2024-07-02) + +### Features + +- update alert ([#1115](https://github.com/ocean-ds/ocean-web/issues/1115)) ([3386652](https://github.com/ocean-ds/ocean-web/commit/338665214afa9268e8e09c0d71812a40fab8ab0b)) + # [1.65.0](https://github.com/ocean-ds/ocean-web/compare/v1.64.0...v1.65.0) (2024-06-26) ### Features diff --git a/packages/ocean-react/package.json b/packages/ocean-react/package.json index 571ff44e7..12ca76c5d 100644 --- a/packages/ocean-react/package.json +++ b/packages/ocean-react/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-react", - "version": "1.65.0", + "version": "1.66.0", "private": false, "description": "React components that implement Ocean's Design System.", "main": "dist/index.js",