Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bothrs/airtable@0.3.4
 - @bothrs/zero-height@0.1.6
  • Loading branch information
bramvanhoutte committed Nov 18, 2021
1 parent 095a7f3 commit 3e88d3f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
13 changes: 13 additions & 0 deletions packages/airtable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* added missing dependency ([c440cbd](https://github.com/bothrs/open-source/commit/c440cbdbbce017b05125954c7e100a1932cb0a0b))
* format file ([52933bb](https://github.com/bothrs/open-source/commit/52933bb2bf2b52f0bbd7c001f26627184185db34))
* type errors ([1bc4d95](https://github.com/bothrs/open-source/commit/1bc4d955d821b9df51de429340f6e60dcf82f6aa))





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

**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": "git@github.com:bothrs/open-source.git",
"version": "0.3.3",
"version": "0.3.4",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/zero-height/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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/zero-height@0.1.5...@bothrs/zero-height@0.1.6) (2021-11-18)


### Bug Fixes

* added typing to function ([da585b4](https://github.com/bothrs/open-source/commit/da585b41fafb110dcd514aac9ed20afd3948b156))
* typescript errors ([5558266](https://github.com/bothrs/open-source/commit/5558266fc601badb50dfdb14373df7e3bf210e1d))
* typo ([085fc5f](https://github.com/bothrs/open-source/commit/085fc5fc9853ec2e7219e14bc11787ec18b8d0c9))





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

**Note:** Version bump only for package @bothrs/zero-height
Expand Down
12 changes: 6 additions & 6 deletions 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.5",
"version": "0.1.6",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -47,13 +47,13 @@
"minimist": "^1.2.5"
},
"devDependencies": {
"@types/node": "^16.9.0",
"tslib": "^2.3.1",
"typescript": "^4.4.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.9.0",
"jest": "^27.2.4",
"jest-extended": "^0.11.5",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5"
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
}
}
}

0 comments on commit 3e88d3f

Please sign in to comment.