Skip to content

Commit 78cca46

Browse files
authored
Merge pull request #800 from qwikifiers/changeset-release/main
Version Packages
2 parents 741a1a2 + 34e6825 commit 78cca46

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/calm-lizards-tie.md

-5
This file was deleted.

packages/kit-headless/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Fix 0.4 external packages not found (by [@maiieul](https://github.com/maiieul) in [#798](https://github.com/qwikifiers/qwik-ui/pull/798))
8+
39
## 0.4.0
410

511
### Minor Changes

packages/kit-headless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/headless",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

packages/kit-styled/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@builder.io/qwik": "^1.1.0"
2424
},
2525
"devDependencies": {
26-
"@qwik-ui/headless": "0.4.0",
26+
"@qwik-ui/headless": "0.4.1",
2727
"@qwik-ui/utils": "0.2.1"
2828
}
2929
}

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)