Skip to content

Commit 1bdfaca

Browse files
Version Packages (alpha)
1 parent 6dac234 commit 1bdfaca

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"long-experts-design",
3535
"quick-wasps-shake",
3636
"slimy-walls-tease",
37-
"violet-pots-brush"
37+
"violet-pots-brush",
38+
"wet-rocks-dream"
3839
]
3940
}

packages/pkg/CHANGELOG.md

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

3+
## 2.0.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- 6dac234: feat: support `disable` for pkg config
8+
39
## 2.0.0-alpha.2
410

511
### Major Changes

packages/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ice/pkg",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "A fast builder for React components, Node modules and web libraries.",
55
"type": "module",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)