Skip to content

Commit

Permalink
Version Packages (#33)
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 5, 2020
1 parent 49d577b commit ce45f0b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-poems-attend.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tender-dolphins-knock.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- 7a33b92: Add `createBrowserTokenMiddleware`

Use this middleware to issue a hirer-scoped token for use directly in the browser.
This is a recommended pattern for partners and we should encourage its use where possible.
The proxying middleware will be kept around to demo partner-scoped interactions and for rapid prototyping.

## 0.1.0

### Minor 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.0"
"version": "0.1.1"
}
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.2.0

### Minor Changes

- 2008f11: Adds storybook with Example component structure

## 0.1.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 @@ -13,9 +13,7 @@
"react-dom": "16.13.1",
"sku": "10.3.5"
},
"files": [
"lib"
],
"files": ["lib"],
"license": "MIT",
"main": "lib/index.ts",
"name": "wingman-fe",
Expand All @@ -35,5 +33,5 @@
"storybook:build": "sku build-storybook",
"storybook:deploy": "storybook-to-ghpages --existing-output-dir=dist-storybook"
},
"version": "0.1.0"
"version": "0.2.0"
}

0 comments on commit ce45f0b

Please sign in to comment.