Skip to content

Commit

Permalink
chore(release): publish v1.56.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Blu Release Bot committed Apr 1, 2024
1 parent 2f594a7 commit 350a96b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.56.0](https://github.com/ocean-ds/ocean-web/compare/v1.55.1...v1.56.0) (2024-04-01)

### Features

- **chips:** select option to multi choice ([#1096](https://github.com/ocean-ds/ocean-web/issues/1096)) ([2f594a7](https://github.com/ocean-ds/ocean-web/commit/2f594a738f4de5d0ebfe5993aef9c65024201aad))

## [1.55.1](https://github.com/ocean-ds/ocean-web/compare/v1.55.0...v1.55.1) (2024-03-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.55.1",
"version": "1.56.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
Expand Down
4 changes: 4 additions & 0 deletions packages/ocean-react-formik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.56.0](https://github.com/ocean-ds/ocean-web/compare/v1.55.1...v1.56.0) (2024-04-01)

**Note:** Version bump only for package @useblu/ocean-react-formik

## [1.55.1](https://github.com/ocean-ds/ocean-web/compare/v1.55.0...v1.55.1) (2024-03-27)

**Note:** Version bump only for package @useblu/ocean-react-formik
Expand Down
4 changes: 2 additions & 2 deletions packages/ocean-react-formik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useblu/ocean-react-formik",
"version": "1.55.1",
"version": "1.56.0",
"description": "Bindings for using formik with ocean-react.",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand All @@ -25,7 +25,7 @@
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@useblu/ocean-react": "^1.55.1",
"@useblu/ocean-react": "^1.56.0",
"formik": "^2.2.6"
}
}
6 changes: 6 additions & 0 deletions packages/ocean-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.56.0](https://github.com/ocean-ds/ocean-web/compare/v1.55.1...v1.56.0) (2024-04-01)

### Features

- **chips:** select option to multi choice ([#1096](https://github.com/ocean-ds/ocean-web/issues/1096)) ([2f594a7](https://github.com/ocean-ds/ocean-web/commit/2f594a738f4de5d0ebfe5993aef9c65024201aad))

## [1.55.1](https://github.com/ocean-ds/ocean-web/compare/v1.55.0...v1.55.1) (2024-03-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ocean-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useblu/ocean-react",
"version": "1.55.1",
"version": "1.56.0",
"private": false,
"description": "React components that implement Ocean's Design System.",
"main": "dist/index.js",
Expand Down

0 comments on commit 350a96b

Please sign in to comment.