Skip to content

Commit

Permalink
Version Packages (#43)
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 Jun 9, 2020
1 parent f3b6f7d commit 97cb5cf
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-items-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-rivers-look.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/heavy-icons-poke.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/itchy-roses-grab.md

This file was deleted.

15 changes: 15 additions & 0 deletions be/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# wingman-be

## 0.1.2

### Patch Changes

- b516115: Disable Apollo Server subscriptions
- 11137b6: **BREAKING:** Handle browser tokens better

- Pass through OAuth access token format in backend
- Cache tokens by scope

- aef0405: Apply fixes to browser token middleware

The middleware now points to the browser token playground URL,
and accepts a `callback` for debugging/logging.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"test": "jest"
},
"typings": "lib/index.d.ts",
"version": "0.1.1"
"version": "0.1.2"
}
6 changes: 6 additions & 0 deletions fe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# wingman-fe

## 0.5.0

### Minor Changes

- f3b6f7d: Adds LocationSuggest component

## 0.4.0

### Minor Changes
Expand Down
6 changes: 2 additions & 4 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"scoobie": "3.1.3",
"sku": "10.3.5"
},
"files": [
"lib"
],
"files": ["lib"],
"license": "MIT",
"main": "lib/index.ts",
"name": "wingman-fe",
Expand All @@ -52,5 +50,5 @@
"storybook:build": "sku build-storybook",
"storybook:deploy": "storybook-to-ghpages --existing-output-dir=dist-storybook"
},
"version": "0.4.0"
"version": "0.5.0"
}

0 comments on commit 97cb5cf

Please sign in to comment.