Skip to content

Commit

Permalink
Version Packages (beta) (#697)
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 Nov 25, 2021
1 parent b3cd854 commit fdd9e89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"funny-snails-share",
"gold-rats-burn",
"many-cooks-melt",
"mighty-eagles-rush",
"nice-trees-sip",
"ninety-pillows-move",
"polite-zoos-fix",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# skuba

## 3.17.0-beta.3

### Minor Changes

- **jest:** Support `tsconfig.json` paths ([`fe4ed57`](https://github.com/seek-oss/skuba/commit/fe4ed576152c0545136bc1327ea5892eb812f133))

Module aliases other than `src` are now supported in `skuba test`. Our Jest preset includes a dynamic `moduleNameMapper` that reads the `paths` compiler option from your `tsconfig.json`.

## 3.17.0-beta.0

### Minor 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.17.0-beta.2",
"version": "3.17.0-beta.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down

0 comments on commit fdd9e89

Please sign in to comment.