Skip to content

Commit

Permalink
chore(release): 17.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.0.0](v16.10.0...v17.0.0) (2024-04-21)

### Features

* replace `Space` prop `direction` with `vertical` ([a678bf8](a678bf8))

### BREAKING CHANGES

* replace `direction="vertical"` with `vertical`, omit `direction="horizontal"` from Space
  • Loading branch information
semantic-release-bot committed Apr 21, 2024
1 parent a678bf8 commit d71182d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [17.0.0](https://github.com/mll-lab/react-components/compare/v16.10.0...v17.0.0) (2024-04-21)


### Features

* replace `Space` prop `direction` with `vertical` ([a678bf8](https://github.com/mll-lab/react-components/commit/a678bf8797008a14eabf1a1d4d36952c10642e8e))


### BREAKING CHANGES

* replace `direction="vertical"` with `vertical`, omit `direction="horizontal"` from Space

# [16.10.0](https://github.com/mll-lab/react-components/compare/v16.9.2...v16.10.0) (2024-04-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mll-lab/react-components",
"description": "Shared React components of MLL",
"version": "16.10.0",
"version": "17.0.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit d71182d

Please sign in to comment.