Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bothrs/airtable@0.3.5
 - @bothrs/translations@1.0.0-rc.5
  • Loading branch information
TijsM committed Mar 14, 2022
1 parent b6ad19d commit 15b0f20
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 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.5](https://github.com/bothrs/open-source/compare/@bothrs/airtable@0.3.4...@bothrs/airtable@0.3.5) (2022-03-14)


### Bug Fixes

* use tsc for building @bothrs/translations ([40ad9ab](https://github.com/bothrs/open-source/commit/40ad9abd0c6bfca081b26705462786299abbc9fb))





## [0.3.4](https://github.com/bothrs/open-source/compare/@bothrs/airtable@0.3.3...@bothrs/airtable@0.3.4) (2021-11-18)


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.3.4",
"version": "0.3.5",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
26 changes: 26 additions & 0 deletions packages/translations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.5](https://github.com/bothrs/open-source/compare/@bothrs/translations@0.3.0...@bothrs/translations@1.0.0-rc.5) (2022-03-14)


### Bug Fixes

* run build before publish ([80878db](https://github.com/bothrs/open-source/commit/80878dbc536d3dd21639e7ff31507957fee0c22a))
* use tsc for building @bothrs/translations ([40ad9ab](https://github.com/bothrs/open-source/commit/40ad9abd0c6bfca081b26705462786299abbc9fb))


### Features

* refactor useTranslations to be more generic and add Web support ([7975576](https://github.com/bothrs/open-source/commit/7975576a9270a876e881f6e741f59177d292ebd4))
* update docs and examples ([d7abe20](https://github.com/bothrs/open-source/commit/d7abe202507970147c2d032c1e3df6692adcb018))


### BREAKING CHANGES

* Rename `useTranslations` to `useAirtableTranslations`
* Remove `useStartupLanguage` (use `lng` instead)
* Remove `dataFormatter` (use `fetchOptions.parse` instead)
feat: Add `useHealthblocksTranslations`





# [0.3.0](https://github.com/bothrs/open-source/compare/@bothrs/translations@0.2.1...@bothrs/translations@0.3.0) (2022-01-04)


Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 15b0f20

Please sign in to comment.