diff --git a/CHANGELOG.md b/CHANGELOG.md index 9223ace96..2bbe34e9c 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.49.0](https://github.com/ocean-ds/ocean-web/compare/v1.48.1...v1.49.0) (2023-09-01) + +### Features + +- center chevron with content ([#1081](https://github.com/ocean-ds/ocean-web/issues/1081)) ([0f1370b](https://github.com/ocean-ds/ocean-web/commit/0f1370b3de8cc6dff7b9499620428c0685771827)) + ## [1.48.1](https://github.com/ocean-ds/ocean-web/compare/v1.48.0...v1.48.1) (2023-08-30) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 047644455..93d01d1b7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.48.1", + "version": "1.49.0", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*"], diff --git a/packages/ocean-core/CHANGELOG.md b/packages/ocean-core/CHANGELOG.md index 594e833e5..41e21eabe 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.49.0](https://github.com/ocean-ds/ocean-web/compare/v1.48.1...v1.49.0) (2023-09-01) + +### Features + +- center chevron with content ([#1081](https://github.com/ocean-ds/ocean-web/issues/1081)) ([0f1370b](https://github.com/ocean-ds/ocean-web/commit/0f1370b3de8cc6dff7b9499620428c0685771827)) + ## [1.48.1](https://github.com/ocean-ds/ocean-web/compare/v1.48.0...v1.48.1) (2023-08-30) ### Bug Fixes diff --git a/packages/ocean-core/package.json b/packages/ocean-core/package.json index 4fe58a1b1..82da2d528 100644 --- a/packages/ocean-core/package.json +++ b/packages/ocean-core/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-core", - "version": "1.48.1", + "version": "1.49.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 64e8b3dc4..e0802d5aa 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.49.0](https://github.com/ocean-ds/ocean-web/compare/v1.48.1...v1.49.0) (2023-09-01) + +**Note:** Version bump only for package @useblu/ocean-react-formik + ## [1.48.1](https://github.com/ocean-ds/ocean-web/compare/v1.48.0...v1.48.1) (2023-08-30) **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 b8615b9e7..bcb270592 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.48.1", + "version": "1.49.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.48.1", + "@useblu/ocean-react": "^1.49.0", "formik": "^2.2.6" } } diff --git a/packages/ocean-react/CHANGELOG.md b/packages/ocean-react/CHANGELOG.md index 0264fb6bd..c5260a5af 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.49.0](https://github.com/ocean-ds/ocean-web/compare/v1.48.1...v1.49.0) (2023-09-01) + +### Features + +- center chevron with content ([#1081](https://github.com/ocean-ds/ocean-web/issues/1081)) ([0f1370b](https://github.com/ocean-ds/ocean-web/commit/0f1370b3de8cc6dff7b9499620428c0685771827)) + ## [1.48.1](https://github.com/ocean-ds/ocean-web/compare/v1.48.0...v1.48.1) (2023-08-30) ### Bug Fixes diff --git a/packages/ocean-react/package.json b/packages/ocean-react/package.json index 6098e17a3..3abbeda79 100644 --- a/packages/ocean-react/package.json +++ b/packages/ocean-react/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-react", - "version": "1.48.1", + "version": "1.49.0", "private": false, "description": "React components that implement Ocean's Design System.", "main": "dist/index.js",