Skip to content

Commit d0961f9

Browse files
committed
Merge branch 'main' into pr/shairez/283
2 parents ddee0c9 + aabbd0f commit d0961f9

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

packages/kit-headless/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [0.1.5](https://github.com/qwikifiers/qwik-ui/compare/headless-0.1.4...headless-0.1.5) (2023-04-29)
6+
7+
8+
59
## [0.1.4](https://github.com/qwikifiers/qwik-ui/compare/headless-0.1.3...headless-0.1.4) (2023-04-28)
610

711
### Bug Fixes

packages/kit-headless/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@qwik-ui/headless",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"
77
},
88
"main": "./index.qwik.cjs",
99
"qwik": "./index.qwik.mjs",
1010
"module": "./index.qwik.mjs",
11-
"types": "./headless/src/index.d.ts",
11+
"types": "./kit-headless/src/index.d.ts",
1212
"type": "module",
1313
"exports": {
1414
".": {

packages/kit-material/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { join } from 'path';
99
export default defineConfig({
1010
plugins: [
1111
qwikVite({
12-
vendorRoots: [join(__dirname, '../headless/src')],
12+
vendorRoots: [join(__dirname, '../kit-headless/src')],
1313
}),
1414
tsconfigPaths(),
1515
dts({

packages/kit-tailwind/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## 0.0.1 (2023-04-29)
6+
7+
8+
59
## [0.0.4](https://github.com/qwikifiers/qwik-ui/compare/tailwind-0.0.3...tailwind-0.0.4) (2023-04-28)
610

711
### Bug Fixes

packages/kit-tailwind/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/tailwind",
3-
"version": "0.0.4",
3+
"version": "0.0.1",
44
"description": "Qwik UI components library - tailwind kit",
55
"publishConfig": {
66
"access": "public"

packages/kit-tailwind/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { join } from 'path';
99
export default defineConfig({
1010
plugins: [
1111
qwikVite({
12-
vendorRoots: [join(__dirname, '../headless/src')],
12+
vendorRoots: [join(__dirname, '../kit-headless/src')],
1313
}),
1414
tsconfigPaths(),
1515
dts({

0 commit comments

Comments
 (0)