Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvanhoutte committed Jul 19, 2022
1 parent 68450d6 commit 271fe04
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/airtable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.7](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-07-19)


### Bug Fixes

* added yarn workspaces again ([3c78cb9](https://github.com/bothrs/open-source/commit/3c78cb92254d20dbc231336cc7afe54300c1efb5))





## [0.3.6](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-06-07)

**Note:** Version bump only for package @bothrs/airtable
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": "[email protected]:bothrs/open-source.git",
"version": "0.3.6",
"version": "0.3.7",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.6](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-07-19)


### Bug Fixes

* added yarn workspaces again ([3c78cb9](https://github.com/bothrs/open-source/commit/3c78cb92254d20dbc231336cc7afe54300c1efb5))





## [0.1.5](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-06-07)


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": "[email protected]:bothrs/open-source.git",
"version": "0.1.5",
"version": "0.1.6",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-native-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.4](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-07-19)


### Bug Fixes

* added yarn workspaces again ([3c78cb9](https://github.com/bothrs/open-source/commit/3c78cb92254d20dbc231336cc7afe54300c1efb5))





## [0.4.3](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-07-18)


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.4.3",
"version": "0.4.4",
"description": "Utility components for handling interface layouts in React Native.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
11 changes: 11 additions & 0 deletions packages/zero-height/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.10](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-07-19)


### Bug Fixes

* added yarn workspaces again ([3c78cb9](https://github.com/bothrs/open-source/commit/3c78cb92254d20dbc231336cc7afe54300c1efb5))





## [0.1.9](https://github.com/bothrs/open-source/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2022-06-07)

**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": "[email protected]:bothrs/open-source.git",
"version": "0.1.9",
"version": "0.1.10",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 271fe04

Please sign in to comment.