Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bothrs/react-native-layout@0.3.0
  • Loading branch information
FabianMeul committed Jan 13, 2022
1 parent 8d3a77a commit 8040ef2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/react-native-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Bug Fixes

* **React-Native-Layout:** Add 'flex' as a prop on Container ([0dea434](https://github.com/bothrs/open-source/commit/0dea434972bcb538c62771090d7a6c14fbf9f964))
* **ReactNativeLayout:** typo ([1efe064](https://github.com/bothrs/open-source/commit/1efe0642a9564442e3adaa2bc2ba4d4fc3763fc8))


### Features

* **React-Native-Layout:** Move to style-based overrides ([41f7f67](https://github.com/bothrs/open-source/commit/41f7f677fa828fc807bd3074c736d0bcc2e7780a))





## [0.2.3](https://github.com/bothrs/open-source/compare/@bothrs/react-native-layout@0.2.2...@bothrs/react-native-layout@0.2.3) (2021-11-09)

**Note:** Version bump only for package @bothrs/react-native-layout
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bothrs/react-native-layout",
"version": "0.2.3",
"version": "0.3.0",
"description": "Utility components for handling interface layouts in React Native.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 8040ef2

Please sign in to comment.