Skip to content

Commit 88a45a4

Browse files
Version Packages (alpha) (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent df08df9 commit 88a45a4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"node-conditions": "0.9.9"
66
},
77
"changesets": [
8-
"eleven-rocks-divide"
8+
"beige-clouds-deny",
9+
"eleven-rocks-divide",
10+
"slimy-insects-agree"
911
]
1012
}

packages/node-conditions/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# node-conditions
22

3+
## 1.0.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- add imba and bun conditions ([#6](https://github.com/svitejs/node-conditions/pull/6))
8+
9+
### Patch Changes
10+
11+
- remove exports of true and false files ([#4](https://github.com/svitejs/node-conditions/pull/4))
12+
313
## 1.0.0-alpha.0
414

515
### Patch Changes

packages/node-conditions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-conditions",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "node conditions as boolean flags",
55
"keywords": [
66
"conditions"

0 commit comments

Comments
 (0)