Skip to content

Commit

Permalink
chore(release): publish v1.59.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Blu Release Bot committed May 29, 2024
1 parent a8fd429 commit c6149ea
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 5 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.59.1](https://github.com/ocean-ds/ocean-web/compare/v1.59.0...v1.59.1) (2024-05-29)

### Bug Fixes

- adjust on transaction list item ([#1101](https://github.com/ocean-ds/ocean-web/issues/1101)) ([a8fd429](https://github.com/ocean-ds/ocean-web/commit/a8fd42946502676a556e93897d1167139b34ef8e))

# [1.59.0](https://github.com/ocean-ds/ocean-web/compare/v1.58.0...v1.59.0) (2024-05-16)

### Features
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.59.0",
"version": "1.59.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
Expand Down
6 changes: 6 additions & 0 deletions packages/ocean-core/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.59.1](https://github.com/ocean-ds/ocean-web/compare/v1.59.0...v1.59.1) (2024-05-29)

### Bug Fixes

- adjust on transaction list item ([#1101](https://github.com/ocean-ds/ocean-web/issues/1101)) ([a8fd429](https://github.com/ocean-ds/ocean-web/commit/a8fd42946502676a556e93897d1167139b34ef8e))

# [1.59.0](https://github.com/ocean-ds/ocean-web/compare/v1.58.0...v1.59.0) (2024-05-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/ocean-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useblu/ocean-core",
"version": "1.59.0",
"version": "1.59.1",
"private": false,
"description": "UIkit css that implement Ocean's Design System.",
"files": [
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.59.1](https://github.com/ocean-ds/ocean-web/compare/v1.59.0...v1.59.1) (2024-05-29)

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

# [1.59.0](https://github.com/ocean-ds/ocean-web/compare/v1.58.0...v1.59.0) (2024-05-16)

**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.59.0",
"version": "1.59.1",
"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.59.0",
"@useblu/ocean-react": "^1.59.1",
"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.59.1](https://github.com/ocean-ds/ocean-web/compare/v1.59.0...v1.59.1) (2024-05-29)

### Bug Fixes

- adjust on transaction list item ([#1101](https://github.com/ocean-ds/ocean-web/issues/1101)) ([a8fd429](https://github.com/ocean-ds/ocean-web/commit/a8fd42946502676a556e93897d1167139b34ef8e))

# [1.59.0](https://github.com/ocean-ds/ocean-web/compare/v1.58.0...v1.59.0) (2024-05-16)

### Features
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.59.0",
"version": "1.59.1",
"private": false,
"description": "React components that implement Ocean's Design System.",
"main": "dist/index.js",
Expand Down

0 comments on commit c6149ea

Please sign in to comment.