Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @ambito-dolar/[email protected]
 - @ambito-dolar/[email protected]
 - @ambito-dolar/[email protected]
 - @ambito-dolar/[email protected]
  • Loading branch information
outaTiME committed May 13, 2021
1 parent 56952c5 commit 877a08c
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/api/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.

## [1.0.12](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2021-05-13)


### Bug Fixes

* **api:** emulate media feature color scheme on social image ([56952c5](https://github.com/outaTiME/ambito-dolar/commit/56952c523b408f8b582f157764c28fd49bbd2f45))





## [1.0.11](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2021-04-24)

**Note:** Version bump only for package @ambito-dolar/api
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@ambito-dolar/api",
"private": true,
"version": "1.0.11",
"version": "1.0.12",
"dependencies": {
"@ambito-dolar/core": "^1.0.9",
"@ambito-dolar/core": "^1.0.10",
"@zeit/fetch": "^6.0.0",
"aws-sdk": "^2.553.0",
"chrome-aws-lambda": "~6.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/client/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.

## [5.0.1](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2021-05-13)


### Bug Fixes

* **api:** emulate media feature color scheme on social image ([56952c5](https://github.com/outaTiME/ambito-dolar/commit/56952c523b408f8b582f157764c28fd49bbd2f45))
* use default delimiters for the web ([4034824](https://github.com/outaTiME/ambito-dolar/commit/4034824add2c7f26d1977534e34ebf885c1a1104))
* **client:** user colorscheme support on web ([8ad6013](https://github.com/outaTiME/ambito-dolar/commit/8ad601388d0e9bb6f89e5e0f8319690d86e5da71))





# 5.0.0 (2021-04-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"postinstall": "expo-yarn-workspaces postinstall"
},
"dependencies": {
"@ambito-dolar/core": "^1.0.9",
"@ambito-dolar/core": "^1.0.10",
"@expo/react-native-action-sheet": "^3.4.1",
"@expo/vector-icons": "^12.0.0",
"@rainbow-me/animated-charts": "^1.0.0-alpha.3",
Expand Down Expand Up @@ -76,5 +76,5 @@
"expo-yarn-workspaces": "^1.5.1",
"redux-devtools-extension": "^2.13.8"
},
"version": "5.0.0"
"version": "5.0.1"
}
11 changes: 11 additions & 0 deletions packages/core/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.

## [1.0.10](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2021-05-13)


### Bug Fixes

* use default delimiters for the web ([4034824](https://github.com/outaTiME/ambito-dolar/commit/4034824add2c7f26d1977534e34ebf885c1a1104))





## [1.0.9](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2021-04-24)

**Note:** Version bump only for package @ambito-dolar/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ambito-dolar/core",
"version": "1.0.9",
"version": "1.0.10",
"dependencies": {
"chrono-node": "^1.4",
"lodash.isempty": "^4.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/website/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.

## [1.0.3](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2021-05-13)

**Note:** Version bump only for package @ambito-dolar/website





## [1.0.2](https://github.com/outaTiME/ambito-dolar/compare/@ambito-dolar/[email protected]...@ambito-dolar/[email protected]) (2021-04-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ambito-dolar/website",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"dependencies": {
"gatsby": "^2.7.5",
"gatsby-background-image": "^1.1.1",
Expand Down

0 comments on commit 877a08c

Please sign in to comment.