Skip to content

Commit

Permalink
chore: update versions (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 5, 2021
1 parent 0816087 commit 62ecde0
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/little-tables-reply.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ynab-sync-cli

## 0.0.4

### Patch Changes

- 0816087: Adds support for building cli as executable, and changes to download chromium as part of application
- Updated dependencies [0816087]
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ynab-sync-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "Command line interface for running YNAB syncs",
"scripts": {
"build": "tsc",
Expand All @@ -13,7 +13,7 @@
"date-fns": "^2.22.1",
"os-locale": "^5.0.0",
"ynab-sync-core": "workspace:^0.1.1",
"ynab-sync-westpac-au": "workspace:^0.1.3"
"ynab-sync-westpac-au": "workspace:^0.1.4"
},
"devDependencies": {
"@types/node": "^15.12.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# ynab-sync-puppeteer

## 0.0.1
### Patch Changes

- 0816087: Adds support for building cli as executable, and changes to download chromium as part of application
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/westpac-au/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ynab-sync-westpac-au

## 0.1.4

### Patch Changes

- 0816087: Adds support for building cli as executable, and changes to download chromium as part of application
- Updated dependencies [0816087]
- [email protected]

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/westpac-au/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -23,6 +23,6 @@
"puppeteer": "^9.1.1",
"ynab": "^1.25.0",
"ynab-sync-core": "workspace:^0.1.0",
"ynab-sync-puppeteer": "workspace:^0.0.0"
"ynab-sync-puppeteer": "workspace:^0.0.1"
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62ecde0

Please sign in to comment.