Skip to content

Commit 6dd00a7

Browse files
authored
Merge pull request #599 from qwikifiers/changeset-release/main
Version Packages
2 parents cd9fb3b + dadc77b commit 6dd00a7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/nasty-swans-run.md

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# qwik-ui
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Removed the generated `nx.json` after `qwik-ui init` command. (by [@shairez](https://github.com/shairez) in [#598](https://github.com/qwikifiers/qwik-ui/pull/598))
8+
Apparently, only an empty `nx: {}` in the package.json is enough.
9+
310
## 0.0.3
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-ui",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)