From bbac7c9f2a141e4828b2a0317a5ab1c2ba06e963 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Nov 2022 18:47:16 +0000 Subject: [PATCH] ci: Release 2.0.0-beta.1 [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e9ea91..4b116596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 02f20ee2..ca9e8740 100644 --- a/package.json +++ b/package.json @@ -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",