Skip to content

Commit 0b2f7ed

Browse files
Version Packages (alpha) (#22)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 85745e1 commit 0b2f7ed

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"salt-codemod": "0.1.0-alpha.1"
66
},
77
"changesets": [
8-
"red-houses-promise"
8+
"new-cycles-swim",
9+
"red-houses-promise",
10+
"shaggy-games-peel",
11+
"sour-flies-repair"
912
]
1013
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# salt-codemod
22

3+
## 0.1.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- 85745e1: Improve logs around element attribute, package upgrade info
8+
- 85745e1: Fix upgrade package dryRun logic
9+
- 85745e1: - Replaced theme file lookup to the new `--themeCss` option instead of rely on `resolve-package-path`.
10+
- Added `--cssModeGlob` option to control CSS mode operation area.
11+
312
## 0.1.0-alpha.0
413

514
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "salt-codemod",
3-
"version": "0.1.0-alpha.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "Codemod to help upgrade Salt design system packages",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)