Skip to content

Commit

Permalink
chore(release): Publish v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Oct 3, 2022
1 parent 41cd14e commit 6974953
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1](https://github.com/shootismoke/common/compare/v0.9.0...v0.9.1) (2022-10-03)

**Note:** Version bump only for package @shootismoke/common





# [0.9.0](https://github.com/shootismoke/common/compare/v0.8.10...v0.9.0) (2022-10-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.9.0"
"version": "0.9.1"
}
8 changes: 8 additions & 0 deletions packages/convert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1](https://github.com/shootismoke/common/compare/v0.9.0...v0.9.1) (2022-10-03)

**Note:** Version bump only for package @shootismoke/convert





# [0.9.0](https://github.com/shootismoke/common/compare/v0.8.10...v0.9.0) (2022-10-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shootismoke/convert",
"version": "0.9.0",
"version": "0.9.1",
"author": "Amaury <[email protected]>",
"description": "Easily convert between AQIs (US, CN...) and raw values (ug/m3, ppm)",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/dataproviders/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1](https://github.com/shootismoke/common/compare/v0.9.0...v0.9.1) (2022-10-03)

**Note:** Version bump only for package @shootismoke/dataproviders





# [0.9.0](https://github.com/shootismoke/common/compare/v0.8.10...v0.9.0) (2022-10-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/dataproviders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shootismoke/dataproviders",
"version": "0.9.0",
"version": "0.9.1",
"author": "Amaury <[email protected]>",
"description": "Helpers to fetch data from air quality data providers",
"files": [
Expand All @@ -18,7 +18,7 @@
"docs": "rimraf docs && typedoc src"
},
"dependencies": {
"@shootismoke/convert": "^0.9.0",
"@shootismoke/convert": "^0.9.1",
"axios": "^0.27.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.1](https://github.com/shootismoke/common/compare/v0.9.0...v0.9.1) (2022-10-03)

**Note:** Version bump only for package @shootismoke/ui





# [0.9.0](https://github.com/shootismoke/common/compare/v0.8.10...v0.9.0) (2022-10-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shootismoke/ui",
"version": "0.9.0",
"version": "0.9.1",
"author": "Amaury <[email protected]>",
"description": "UI components shared across Web & React Native projects",
"files": [
Expand All @@ -19,7 +19,7 @@
"docs": "rimraf docs && typedoc src"
},
"dependencies": {
"@shootismoke/dataproviders": "^0.9.0",
"@shootismoke/dataproviders": "^0.9.1",
"@types/async-retry": "^1.4.5",
"@types/haversine": "^1.1.5",
"@types/p-any": "^1.1.3",
Expand Down

0 comments on commit 6974953

Please sign in to comment.