Skip to content

Commit

Permalink
Version Packages (#62)
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 11, 2020
1 parent 7cb0e5f commit a14fd9e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-ties-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-worms-flow.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 5bc3a0d: **BREAKING:** Remove `createSeekAttachmentMiddleware`

This has been superseded by the browser token flow.
See `createBrowserTokenMiddleware` and the associated [/fe/example](/fe/example) code.

## 0.1.3

### 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 @@ -45,5 +45,5 @@
"version": "3.4.1"
},
"typings": "lib/index.d.ts",
"version": "0.1.3"
"version": "0.2.0"
}
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.8.0

### Minor Changes

- bcb0b8d: Add Job Category Select component

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"storybook:build": "sku build-storybook",
"storybook:deploy": "storybook-to-ghpages --existing-output-dir=dist-storybook"
},
"version": "0.7.0"
"version": "0.8.0"
}

0 comments on commit a14fd9e

Please sign in to comment.