From 2121e3dc56a01f9301352a28e0a32559451c4bbd Mon Sep 17 00:00:00 2001 From: Blu Release Bot Date: Thu, 15 Aug 2024 19:36:48 +0000 Subject: [PATCH] chore(release): publish v1.68.0 [skip ci] --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/ocean-core/CHANGELOG.md | 6 ++++++ packages/ocean-core/package.json | 2 +- packages/ocean-react-formik/CHANGELOG.md | 4 ++++ packages/ocean-react-formik/package.json | 4 ++-- packages/ocean-react/CHANGELOG.md | 6 ++++++ packages/ocean-react/package.json | 2 +- 8 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c897276..3a3a00c9 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.68.0](https://github.com/ocean-ds/ocean-web/compare/v1.67.0...v1.68.0) (2024-08-15) + +### Features + +- create web notification component ([#1117](https://github.com/ocean-ds/ocean-web/issues/1117)) ([3d3ef2d](https://github.com/ocean-ds/ocean-web/commit/3d3ef2da18e20e203dc3e281a0301749849e08c5)) + # [1.67.0](https://github.com/ocean-ds/ocean-web/compare/v1.66.0...v1.67.0) (2024-07-15) ### Features diff --git a/lerna.json b/lerna.json index 888f02ca..15fee5ba 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.67.0", + "version": "1.68.0", "npmClient": "yarn", "useWorkspaces": true, "packages": ["packages/*"], diff --git a/packages/ocean-core/CHANGELOG.md b/packages/ocean-core/CHANGELOG.md index 1e96809f..e646f5cf 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.68.0](https://github.com/ocean-ds/ocean-web/compare/v1.67.0...v1.68.0) (2024-08-15) + +### Features + +- create web notification component ([#1117](https://github.com/ocean-ds/ocean-web/issues/1117)) ([3d3ef2d](https://github.com/ocean-ds/ocean-web/commit/3d3ef2da18e20e203dc3e281a0301749849e08c5)) + # [1.67.0](https://github.com/ocean-ds/ocean-web/compare/v1.66.0...v1.67.0) (2024-07-15) ### Features diff --git a/packages/ocean-core/package.json b/packages/ocean-core/package.json index 5ffa19c9..65bb9fd2 100644 --- a/packages/ocean-core/package.json +++ b/packages/ocean-core/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-core", - "version": "1.67.0", + "version": "1.68.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 9112bea0..78275027 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.68.0](https://github.com/ocean-ds/ocean-web/compare/v1.67.0...v1.68.0) (2024-08-15) + +**Note:** Version bump only for package @useblu/ocean-react-formik + # [1.67.0](https://github.com/ocean-ds/ocean-web/compare/v1.66.0...v1.67.0) (2024-07-15) **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 55259a95..ad4096d3 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.67.0", + "version": "1.68.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.67.0", + "@useblu/ocean-react": "^1.68.0", "formik": "^2.2.6" } } diff --git a/packages/ocean-react/CHANGELOG.md b/packages/ocean-react/CHANGELOG.md index 97d8dd95..7d002aff 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.68.0](https://github.com/ocean-ds/ocean-web/compare/v1.67.0...v1.68.0) (2024-08-15) + +### Features + +- create web notification component ([#1117](https://github.com/ocean-ds/ocean-web/issues/1117)) ([3d3ef2d](https://github.com/ocean-ds/ocean-web/commit/3d3ef2da18e20e203dc3e281a0301749849e08c5)) + # [1.67.0](https://github.com/ocean-ds/ocean-web/compare/v1.66.0...v1.67.0) (2024-07-15) ### Features diff --git a/packages/ocean-react/package.json b/packages/ocean-react/package.json index aa9278b0..62694ecb 100644 --- a/packages/ocean-react/package.json +++ b/packages/ocean-react/package.json @@ -1,6 +1,6 @@ { "name": "@useblu/ocean-react", - "version": "1.67.0", + "version": "1.68.0", "private": false, "description": "React components that implement Ocean's Design System.", "main": "dist/index.js",