Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bothrs/airtable@0.3.0
 - @bothrs/math@0.1.1
 - @bothrs/react-native-layout@0.2.0
 - @bothrs/translations@0.1.4
 - @bothrs/zero-height@0.1.2
  • Loading branch information
TijsM committed Nov 9, 2021
1 parent 1961bff commit 36f6967
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 6 deletions.
19 changes: 19 additions & 0 deletions packages/airtable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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/airtable@0.2.4...@bothrs/airtable@0.3.0) (2021-11-09)


### Bug Fixes

* **Airtable:** set node-fetch version to v2 ([275ec97](https://github.com/bothrs/open-source/commit/275ec97c12bdf3a3b5843d512aea6305830d85c9))
* linting errors ([15090e4](https://github.com/bothrs/open-source/commit/15090e4dd0bbf500bfe8315d973a0c33afc42e5a))
* **ReactNativeLayout:** Nest left, right, top, ... in amount to avoid conflicts with RN props. ([62f1090](https://github.com/bothrs/open-source/commit/62f1090f60c8d7bb121a68bce40b48f1dfd03098))


### Features

* **Airtable:** Add parcel as a bundler ([0b101f1](https://github.com/bothrs/open-source/commit/0b101f10fb05ddb594612852498c36d04abbb7a8))
* **airtable:** Replace node-fetch dependency with Axios ([77f0e75](https://github.com/bothrs/open-source/commit/77f0e75ba0360d5e51134973590d6d60744cf7ab))





## [0.2.4](https://github.com/bothrs/open-source/compare/@bothrs/airtable@0.2.2...@bothrs/airtable@0.2.4) (2021-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/airtable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bothrs/airtable",
"repository": "git@github.com:bothrs/open-source.git",
"version": "0.2.4",
"version": "0.3.0",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/bothrs/open-source/compare/@bothrs/math@0.1.0...@bothrs/math@0.1.1) (2021-11-09)


### Bug Fixes

* added linting scripts to packages ([cde1a99](https://github.com/bothrs/open-source/commit/cde1a993cf288d42541e8750dc247199cae5c493))
* linting errors ([15090e4](https://github.com/bothrs/open-source/commit/15090e4dd0bbf500bfe8315d973a0c33afc42e5a))
* **ReactNativeLayout:** Nest left, right, top, ... in amount to avoid conflicts with RN props. ([62f1090](https://github.com/bothrs/open-source/commit/62f1090f60c8d7bb121a68bce40b48f1dfd03098))
* update type imports ([79414c6](https://github.com/bothrs/open-source/commit/79414c6a263ecc4408306515fe171a94824f1ec5))





# 0.1.0 (2021-10-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bothrs/math",
"repository": "git@github.com:bothrs/open-source.git",
"version": "0.1.0",
"version": "0.1.1",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/react-native-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2021-11-09)


### Bug Fixes

* **CI:** Hoist editorConfig, Eslint and Prettier config to root ([db2e96a](https://github.com/bothrs/open-source/commit/db2e96ae3343f4df7c798bd128087d136b213432))
* linting errors ([15090e4](https://github.com/bothrs/open-source/commit/15090e4dd0bbf500bfe8315d973a0c33afc42e5a))
* **ReactNativeLayout:** Nest left, right, top, ... in amount to avoid conflicts with RN props. ([62f1090](https://github.com/bothrs/open-source/commit/62f1090f60c8d7bb121a68bce40b48f1dfd03098))


### Features

* **ReactNativeLayout:** Initial feature commit ([c29beb6](https://github.com/bothrs/open-source/commit/c29beb6f3c49e50ff34589888fac4a4c7805f335))
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.1.0",
"version": "0.2.0",
"description": "Utility components for handling interface layouts in React Native.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
14 changes: 14 additions & 0 deletions packages/translations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.4](https://github.com/bothrs/open-source/compare/@bothrs/translations@0.1.3...@bothrs/translations@0.1.4) (2021-11-09)


### Bug Fixes

* added linting scripts to packages ([cde1a99](https://github.com/bothrs/open-source/commit/cde1a993cf288d42541e8750dc247199cae5c493))
* depencies to peerdependencies ([1961bff](https://github.com/bothrs/open-source/commit/1961bff76f14a202542cb8303cd1f7b740e65065))
* **ReactNativeLayout:** Nest left, right, top, ... in amount to avoid conflicts with RN props. ([62f1090](https://github.com/bothrs/open-source/commit/62f1090f60c8d7bb121a68bce40b48f1dfd03098))
* simplify translations, remove mapping ([abae665](https://github.com/bothrs/open-source/commit/abae665643616776757670d1e0ae0a2e4ce79cc8))





## [0.1.3](https://github.com/bothrs/open-source/compare/@bothrs/translations@0.1.2...@bothrs/translations@0.1.3) (2021-10-19)


Expand Down
3 changes: 1 addition & 2 deletions packages/translations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bothrs/translations",
"repository": "git@github.com:bothrs/open-source.git",
"version": "0.1.3",
"version": "0.1.4",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down Expand Up @@ -31,7 +31,6 @@
"test": "echo \"No tests configured...\"",
"lint": "echo \"No linting configured...\""
},
"dependencies": {},
"peerDependencies": {
"i18next": ">=20.x",
"i18next-async-storage-backend": "^1.0.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/zero-height/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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/zero-height@0.1.1...@bothrs/zero-height@0.1.2) (2021-11-09)


### Bug Fixes

* added linting scripts to packages ([cde1a99](https://github.com/bothrs/open-source/commit/cde1a993cf288d42541e8750dc247199cae5c493))
* **ReactNativeLayout:** Nest left, right, top, ... in amount to avoid conflicts with RN props. ([62f1090](https://github.com/bothrs/open-source/commit/62f1090f60c8d7bb121a68bce40b48f1dfd03098))
* remove unused import ([0253ae7](https://github.com/bothrs/open-source/commit/0253ae733838b3cbdb573ed7716d315c5c89763d))
* update type imports ([79414c6](https://github.com/bothrs/open-source/commit/79414c6a263ecc4408306515fe171a94824f1ec5))





## [0.1.1](https://github.com/bothrs/open-source/compare/@bothrs/zero-height@0.1.0...@bothrs/zero-height@0.1.1) (2021-10-19)

**Note:** Version bump only for package @bothrs/zero-height
Expand Down
2 changes: 1 addition & 1 deletion packages/zero-height/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bothrs/zero-height",
"repository": "git@github.com:bothrs/open-source.git",
"version": "0.1.1",
"version": "0.1.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 36f6967

Please sign in to comment.