From 5b06c5e6c4627d82c77954f3bb4a9e58f4656dc2 Mon Sep 17 00:00:00 2001 From: TijsM Date: Tue, 9 Nov 2021 15:04:03 +0000 Subject: [PATCH] chore(release): publish - @bothrs/airtable@0.3.1 - @bothrs/math@0.1.2 - @bothrs/react-native-layout@0.2.1 - @bothrs/translations@0.1.5 - @bothrs/util@3.1.1 - @bothrs/zero-height@0.1.3 --- packages/airtable/CHANGELOG.md | 8 ++++++++ packages/airtable/package.json | 2 +- packages/math/CHANGELOG.md | 8 ++++++++ packages/math/package.json | 2 +- packages/react-native-layout/CHANGELOG.md | 11 +++++++++++ packages/react-native-layout/package.json | 2 +- packages/translations/CHANGELOG.md | 8 ++++++++ packages/translations/package.json | 2 +- packages/util/CHANGELOG.md | 11 +++++++++++ packages/util/package.json | 2 +- packages/zero-height/CHANGELOG.md | 8 ++++++++ packages/zero-height/package.json | 2 +- 12 files changed, 60 insertions(+), 6 deletions(-) diff --git a/packages/airtable/CHANGELOG.md b/packages/airtable/CHANGELOG.md index 14486c1..2d4776c 100644 --- a/packages/airtable/CHANGELOG.md +++ b/packages/airtable/CHANGELOG.md @@ -3,6 +3,14 @@ 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/airtable@0.3.0...@bothrs/airtable@0.3.1) (2021-11-09) + +**Note:** Version bump only for package @bothrs/airtable + + + + + # [0.3.0](https://github.com/bothrs/open-source/compare/@bothrs/airtable@0.2.4...@bothrs/airtable@0.3.0) (2021-11-09) diff --git a/packages/airtable/package.json b/packages/airtable/package.json index 0184841..0bbc1a9 100644 --- a/packages/airtable/package.json +++ b/packages/airtable/package.json @@ -1,7 +1,7 @@ { "name": "@bothrs/airtable", "repository": "git@github.com:bothrs/open-source.git", - "version": "0.3.0", + "version": "0.3.1", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/module.js", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 461f263..4983703 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/bothrs/open-source/compare/@bothrs/math@0.1.1...@bothrs/math@0.1.2) (2021-11-09) + +**Note:** Version bump only for package @bothrs/math + + + + + ## [0.1.1](https://github.com/bothrs/open-source/compare/@bothrs/math@0.1.0...@bothrs/math@0.1.1) (2021-11-09) diff --git a/packages/math/package.json b/packages/math/package.json index 1062852..2dbc22c 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,7 +1,7 @@ { "name": "@bothrs/math", "repository": "git@github.com:bothrs/open-source.git", - "version": "0.1.1", + "version": "0.1.2", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/module.js", diff --git a/packages/react-native-layout/CHANGELOG.md b/packages/react-native-layout/CHANGELOG.md index a5cff4d..5b1ca62 100644 --- a/packages/react-native-layout/CHANGELOG.md +++ b/packages/react-native-layout/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/bothrs/open-source/compare/@bothrs/react-native-layout@0.2.0...@bothrs/react-native-layout@0.2.1) (2021-11-09) + + +### Bug Fixes + +* make react-native-layout public ([533e85c](https://github.com/bothrs/open-source/commit/533e85c32c54865f48fd75d7aaad6e3ff1c65006)) + + + + + # 0.2.0 (2021-11-09) diff --git a/packages/react-native-layout/package.json b/packages/react-native-layout/package.json index 42cef0d..5aee953 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.2.0", + "version": "0.2.1", "description": "Utility components for handling interface layouts in React Native.", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/packages/translations/CHANGELOG.md b/packages/translations/CHANGELOG.md index 05ebaba..24b795e 100644 --- a/packages/translations/CHANGELOG.md +++ b/packages/translations/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/bothrs/open-source/compare/@bothrs/translations@0.1.4...@bothrs/translations@0.1.5) (2021-11-09) + +**Note:** Version bump only for package @bothrs/translations + + + + + ## [0.1.4](https://github.com/bothrs/open-source/compare/@bothrs/translations@0.1.3...@bothrs/translations@0.1.4) (2021-11-09) diff --git a/packages/translations/package.json b/packages/translations/package.json index 00badbe..9d8b638 100644 --- a/packages/translations/package.json +++ b/packages/translations/package.json @@ -1,7 +1,7 @@ { "name": "@bothrs/translations", "repository": "git@github.com:bothrs/open-source.git", - "version": "0.1.4", + "version": "0.1.5", "source": "src/index.ts", "main": "dist/index.js", "module": "dist/module.js", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index ca1db0a..527e5f6 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/bothrs/open-source/compare/@bothrs/util@3.1.0...@bothrs/util@3.1.1) (2021-11-09) + + +### Bug Fixes + +* provide default test and lint script ([7937398](https://github.com/bothrs/open-source/commit/79373982a38e996e38cb284e57da5b0e458aa9a6)) + + + + + # [3.1.0](https://github.com/bothrs/open-source/compare/@bothrs/util@3.0.9...@bothrs/util@3.1.0) (2021-10-21) diff --git a/packages/util/package.json b/packages/util/package.json index e79a7da..5faca08 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@bothrs/util", - "version": "3.1.0", + "version": "3.1.1", "description": "Common helper functions", "license": "MIT", "scripts": { diff --git a/packages/zero-height/CHANGELOG.md b/packages/zero-height/CHANGELOG.md index f8b9f86..9aad75a 100644 --- a/packages/zero-height/CHANGELOG.md +++ b/packages/zero-height/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.3](https://github.com/bothrs/open-source/compare/@bothrs/zero-height@0.1.2...@bothrs/zero-height@0.1.3) (2021-11-09) + +**Note:** Version bump only for package @bothrs/zero-height + + + + + ## [0.1.2](https://github.com/bothrs/open-source/compare/@bothrs/zero-height@0.1.1...@bothrs/zero-height@0.1.2) (2021-11-09) diff --git a/packages/zero-height/package.json b/packages/zero-height/package.json index 8376c5c..2352a17 100644 --- a/packages/zero-height/package.json +++ b/packages/zero-height/package.json @@ -1,7 +1,7 @@ { "name": "@bothrs/zero-height", "repository": "git@github.com:bothrs/open-source.git", - "version": "0.1.2", + "version": "0.1.3", "publishConfig": { "access": "public" },