Skip to content

Commit 24bebbd

Browse files
Version Packages (alpha) (#20)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c92c7de commit 24bebbd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"initialVersions": {
55
"salt-codemod": "0.1.0-alpha.1"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"red-houses-promise"
9+
]
810
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# salt-codemod
2+
3+
## 0.1.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- 0fb4e65: Test npm publish

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.0.1",
3+
"version": "0.1.0-alpha.0",
44
"description": "Codemod to help upgrade Salt design system packages",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)