diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dc5208d..30763b95a 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.64.0](https://github.com/ocean-ds/ocean-web/compare/v1.63.1...v1.64.0) (2024-06-26) + +### Features + +- update card list item component ([#1113](https://github.com/ocean-ds/ocean-web/issues/1113)) ([1c8cf3d](https://github.com/ocean-ds/ocean-web/commit/1c8cf3df19e2d0313d11a06975e845fcf23788a4)) + ## [1.63.1](https://github.com/ocean-ds/ocean-web/compare/v1.63.0...v1.63.1) (2024-06-20) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 4ffa7803c..c64357f17 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.63.1", + "version": "1.64.0", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*"], diff --git a/packages/ocean-core/CHANGELOG.md b/packages/ocean-core/CHANGELOG.md index 4b7dfc053..a67c57f49 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.64.0](https://github.com/ocean-ds/ocean-web/compare/v1.63.1...v1.64.0) (2024-06-26) + +### Features + +- update card list item component ([#1113](https://github.com/ocean-ds/ocean-web/issues/1113)) ([1c8cf3d](https://github.com/ocean-ds/ocean-web/commit/1c8cf3df19e2d0313d11a06975e845fcf23788a4)) + ## [1.63.1](https://github.com/ocean-ds/ocean-web/compare/v1.63.0...v1.63.1) (2024-06-20) ### Bug Fixes diff --git a/packages/ocean-core/package.json b/packages/ocean-core/package.json index 761e3bcb8..c3147dda5 100644 --- a/packages/ocean-core/package.json +++ b/packages/ocean-core/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-core", - "version": "1.63.1", + "version": "1.64.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 39a53626a..d93e55ed1 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.64.0](https://github.com/ocean-ds/ocean-web/compare/v1.63.1...v1.64.0) (2024-06-26) + +**Note:** Version bump only for package @useblu/ocean-react-formik + # [1.63.0](https://github.com/ocean-ds/ocean-web/compare/v1.62.2...v1.63.0) (2024-06-20) **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 d7716c7ba..a589552c2 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.63.0", + "version": "1.64.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.63.0", + "@useblu/ocean-react": "^1.64.0", "formik": "^2.2.6" } } diff --git a/packages/ocean-react/CHANGELOG.md b/packages/ocean-react/CHANGELOG.md index 2f7e72e08..1b596f724 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.64.0](https://github.com/ocean-ds/ocean-web/compare/v1.63.1...v1.64.0) (2024-06-26) + +### Features + +- update card list item component ([#1113](https://github.com/ocean-ds/ocean-web/issues/1113)) ([1c8cf3d](https://github.com/ocean-ds/ocean-web/commit/1c8cf3df19e2d0313d11a06975e845fcf23788a4)) + # [1.63.0](https://github.com/ocean-ds/ocean-web/compare/v1.62.2...v1.63.0) (2024-06-20) ### Features diff --git a/packages/ocean-react/package.json b/packages/ocean-react/package.json index fa46013cd..d1f85ccbf 100644 --- a/packages/ocean-react/package.json +++ b/packages/ocean-react/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-react", - "version": "1.63.0", + "version": "1.64.0", "private": false, "description": "React components that implement Ocean's Design System.", "main": "dist/index.js",