Skip to content

Commit

Permalink
Version Packages (#38)
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 7b0debb commit 3e701d9
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-rules-destroy.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/neat-lobsters-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-dolls-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-goats-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-vans-bake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thirty-flowers-march.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# skuba

## 3.6.0

### Minor Changes

- 79bbd5b: **template/private-npm-package:** Add new template

The `private-npm-package` template replaces `smt init`.

This change also defaults TypeScript's `moduleResolution` to `node`.
This shouldn't break any existing consumers as it is the default resolution strategy for CommonJS.

### Patch Changes

- 6db893a: **template/koa-rest-api:** Remove unused function
- 41b5ba8: **init:** Redesign first prompt
- 4ced018: **cli:** Tweak prompt spacing and wording
- a908cb9: **template/koa-rest-api:** Pass through Gantry environment as ENVIRONMENT
- 7b0debb: **deps:** Bump bundled and template dependencies

This includes TypeScript 3.9.5.

## 3.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": ">=12"
},
"version": "3.5.1",
"version": "3.6.0",
"main": "lib-commonjs",
"module": "lib-es2015",
"typings": "lib-types/index.d.ts",
Expand Down

0 comments on commit 3e701d9

Please sign in to comment.