Skip to content

Commit

Permalink
Version Packages (#27)
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 4, 2020
1 parent 69b4686 commit 6702ca3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-students-applaud.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- ef648a2: Initial version
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 @@
"test": "jest"
},
"typings": "lib/index.d.ts",
"version": "0.0.0"
"version": "0.1.0"
}
7 changes: 7 additions & 0 deletions fe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# wingman-fe

## 0.1.0

### Minor Changes

- ef648a2: Initial version
6 changes: 2 additions & 4 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"react-dom": "16.13.1",
"sku": "10.3.5"
},
"files": [
"lib"
],
"files": ["lib"],
"license": "MIT",
"main": "lib/components/index.ts",
"name": "wingman-fe",
Expand All @@ -31,5 +29,5 @@
"start": "sku start",
"test": "sku test"
},
"version": "0.0.0"
"version": "0.1.0"
}

0 comments on commit 6702ca3

Please sign in to comment.