diff --git a/packages/react-native-layout/CHANGELOG.md b/packages/react-native-layout/CHANGELOG.md index 5783b6e..2610ce5 100644 --- a/packages/react-native-layout/CHANGELOG.md +++ b/packages/react-native-layout/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/bothrs/open-source/compare/@bothrs/react-native-layout@0.3.0...@bothrs/react-native-layout@0.3.1) (2022-04-20) + + +### Bug Fixes + +* add deprecation warning in container interface ([a0b4cd8](https://github.com/bothrs/open-source/commit/a0b4cd880a2201541cb0f19a65277312f2a61f7b)), closes [#33](https://github.com/bothrs/open-source/issues/33) +* make console message more constructive ([855a6ee](https://github.com/bothrs/open-source/commit/855a6eecbbe2237386ec391ad86f7fe0c23e2cdc)), closes [#33](https://github.com/bothrs/open-source/issues/33) + + + + + # [0.3.0](https://github.com/bothrs/open-source/compare/@bothrs/react-native-layout@0.2.3...@bothrs/react-native-layout@0.3.0) (2022-01-13) diff --git a/packages/react-native-layout/package.json b/packages/react-native-layout/package.json index 83ab47a..4c52f3c 100644 --- a/packages/react-native-layout/package.json +++ b/packages/react-native-layout/package.json @@ -1,6 +1,6 @@ { "name": "@bothrs/react-native-layout", - "version": "0.3.0", + "version": "0.3.1", "description": "Utility components for handling interface layouts in React Native.", "main": "lib/commonjs/index", "module": "lib/module/index",