Skip to content

Commit e103d6e

Browse files
Version Packages (#1492)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0306da9 commit e103d6e

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/purple-gifts-sneeze.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-bugs-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/codemod/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sku-lib/codemod
22

3+
## 1.2.4
4+
5+
### Patch Changes
6+
7+
- Update `@ast-grep/napi` dependency to `^0.40.0` ([#1487](https://github.com/seek-oss/sku/pull/1487))
8+
39
## 1.2.3
410

511
### Patch Changes

packages/codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sku-lib/codemod",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Codemods for sku",
55
"type": "module",
66
"bin": "./bin.js",

packages/sku/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sku
22

3+
## 15.9.1
4+
5+
### Patch Changes
6+
7+
- Resolve paths for transitive compilePackage dependencies ([#1495](https://github.com/seek-oss/sku/pull/1495))
8+
39
## 15.9.0
410

511
### Minor Changes

packages/sku/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sku",
3-
"version": "15.9.0",
3+
"version": "15.9.1",
44
"description": "Front-end development toolkit, powered by Webpack, Babel, Vanilla Extract and Jest",
55
"types": "./dist/index.d.mts",
66
"bin": {

0 commit comments

Comments
 (0)