Skip to content

Commit

Permalink
chore(release): 16.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.0.0](v15.8.0...v16.0.0) (2023-11-23)

### Features

* styled-components 6 ([4480035](4480035))

### BREAKING CHANGES

* require styled components 6
  • Loading branch information
semantic-release-bot committed Nov 23, 2023
1 parent 4480035 commit 1cee6a2
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 @@
# [16.0.0](https://github.com/mll-lab/react-components/compare/v15.8.0...v16.0.0) (2023-11-23)


### Features

* styled-components 6 ([4480035](https://github.com/mll-lab/react-components/commit/44800352b6047a08031c008b6f466d19227d3bb0))


### BREAKING CHANGES

* require styled components 6

# [15.8.0](https://github.com/mll-lab/react-components/compare/v15.7.0...v15.8.0) (2023-10-24)


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": "15.8.0",
"version": "16.0.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 1cee6a2

Please sign in to comment.