Skip to content

Commit

Permalink
ci: Release 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 15, 2022
1 parent e086ba3 commit bbac7c9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0-beta.1](https://github.com/occmundial/atomic/compare/v1.13.0...v2.0.0-beta.1) (2022-11-15)


### Bug Fixes

* Remove conditional rendering logic from components ([2e06e19](https://github.com/occmundial/atomic/commit/2e06e19322c2967487c4c845a45da2b1dd684951))


### Features

* Add Media component ([7d6c017](https://github.com/occmundial/atomic/commit/7d6c017dbc64610a4ce8a578df8cc13a0af4ee6b))


### BREAKING CHANGES

* The components in the library are not responsible anymore for the conditional rendering derived from the window size. Instead it is suggested to pass a prop on the client side to determine when the component should show a mobile version or when its grid has to be fluid.

# [1.13.0](https://github.com/occmundial/atomic/compare/v1.12.0...v1.13.0) (2022-11-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@occmundial/atomic",
"version": "1.13.0",
"version": "2.0.0-beta.1",
"license": "ISC",
"private": true,
"main": "dist/index.js",
Expand Down

0 comments on commit bbac7c9

Please sign in to comment.