diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c0b0177..2a0cebf3a 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.48.0](https://github.com/ocean-ds/ocean-web/compare/v1.47.1...v1.48.0) (2023-07-31) + +### Features + +- remove unused margin an add condicional render in input label ([#1079](https://github.com/ocean-ds/ocean-web/issues/1079)) ([561d8a7](https://github.com/ocean-ds/ocean-web/commit/561d8a73f8699848d0e2f0679a618471bcb088f7)) + ## [1.47.1](https://github.com/ocean-ds/ocean-web/compare/v1.47.0...v1.47.1) (2023-07-03) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 82223bf8d..93236a72e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.47.1", + "version": "1.48.0", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*"], diff --git a/packages/ocean-core/CHANGELOG.md b/packages/ocean-core/CHANGELOG.md index 39465b592..a18f8784a 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.48.0](https://github.com/ocean-ds/ocean-web/compare/v1.47.1...v1.48.0) (2023-07-31) + +### Features + +- remove unused margin an add condicional render in input label ([#1079](https://github.com/ocean-ds/ocean-web/issues/1079)) ([561d8a7](https://github.com/ocean-ds/ocean-web/commit/561d8a73f8699848d0e2f0679a618471bcb088f7)) + ## [1.47.1](https://github.com/ocean-ds/ocean-web/compare/v1.47.0...v1.47.1) (2023-07-03) ### Bug Fixes diff --git a/packages/ocean-core/package.json b/packages/ocean-core/package.json index 5ef962417..31d39710f 100644 --- a/packages/ocean-core/package.json +++ b/packages/ocean-core/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-core", - "version": "1.47.1", + "version": "1.48.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 073c5fd72..b4a57cb88 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.48.0](https://github.com/ocean-ds/ocean-web/compare/v1.47.1...v1.48.0) (2023-07-31) + +**Note:** Version bump only for package @useblu/ocean-react-formik + # [1.47.0](https://github.com/ocean-ds/ocean-web/compare/v1.46.3...v1.47.0) (2023-06-27) **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 c3b058970..453ee232c 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.47.0", + "version": "1.48.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.47.0", + "@useblu/ocean-react": "^1.48.0", "formik": "^2.2.6" } } diff --git a/packages/ocean-react/CHANGELOG.md b/packages/ocean-react/CHANGELOG.md index badebbdfd..7a368b1bb 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.48.0](https://github.com/ocean-ds/ocean-web/compare/v1.47.1...v1.48.0) (2023-07-31) + +### Features + +- remove unused margin an add condicional render in input label ([#1079](https://github.com/ocean-ds/ocean-web/issues/1079)) ([561d8a7](https://github.com/ocean-ds/ocean-web/commit/561d8a73f8699848d0e2f0679a618471bcb088f7)) + # [1.47.0](https://github.com/ocean-ds/ocean-web/compare/v1.46.3...v1.47.0) (2023-06-27) ### Features diff --git a/packages/ocean-react/package.json b/packages/ocean-react/package.json index 84fba65f9..5359a7a35 100644 --- a/packages/ocean-react/package.json +++ b/packages/ocean-react/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-react", - "version": "1.47.0", + "version": "1.48.0", "private": false, "description": "React components that implement Ocean's Design System.", "main": "dist/index.js",