Skip to content

Commit

Permalink
Version Packages (#1030)
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
seek-oss-ci and github-actions[bot] authored Aug 8, 2024
1 parent a8c385f commit 8595e73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/stale-olives-hammer.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/sku/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# sku

## 13.0.3

### Patch Changes

- Fix incorrect path in ignore files when running `sku init` ([#1028](https://github.com/seek-oss/sku/pull/1028))

sku generates ignore files (e.g. `.eslintignore`) for the project.
When ran as part of `sku init`, the current working directory (CWD) would sometimes be incorrect.
It should now give the same result as `sku configure`.

This change includes a refactor to how the webpack target directory is set in ignore files.

## 13.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sku/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sku",
"version": "13.0.2",
"version": "13.0.3",
"description": "Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract and Jest",
"types": "./sku-types.d.ts",
"bin": {
Expand Down

0 comments on commit 8595e73

Please sign in to comment.