Skip to content

Commit

Permalink
chore(release): 147.1.0
Browse files Browse the repository at this point in the history
## [147.1.0](v147.0.1...v147.1.0) (2025-02-03)

### Features

* **numeral-date, time:** add support for labelAlign on non-inline labels ([241d744](241d744))

### Bug Fixes

* **numeral-date:** ensure inlineLabel works as expected in Safari ([b13e5dc](b13e5dc))
  • Loading branch information
semantic-release-bot authored and carbonci committed Feb 3, 2025
1 parent 06c838d commit 03365cf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [147.1.0](https://github.com/Sage/carbon/compare/v147.0.1...v147.1.0) (2025-02-03)


### Features

* **numeral-date, time:** add support for labelAlign on non-inline labels ([241d744](https://github.com/Sage/carbon/commit/241d744b5460f36262cb25fe3500d03a207466e5))


### Bug Fixes

* **numeral-date:** ensure inlineLabel works as expected in Safari ([b13e5dc](https://github.com/Sage/carbon/commit/b13e5dc2d8fbbb08728f3f2fafe1aba2d1f2c866))

### [147.0.1](https://github.com/Sage/carbon/compare/v147.0.0...v147.0.1) (2025-01-31)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-react",
"version": "147.0.1",
"version": "147.1.0",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit 03365cf

Please sign in to comment.