Skip to content

Commit 5e5f84c

Browse files
Version Packages
1 parent 35d75f6 commit 5e5f84c

File tree

7 files changed

+34
-26
lines changed

7 files changed

+34
-26
lines changed

Diff for: .changeset/fluffy-turkeys-grow.md

-16
This file was deleted.

Diff for: .changeset/light-penguins-design.md

-5
This file was deleted.

Diff for: packages/cli/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# qwik-ui
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- ✨ added a barrel file to the components root folder (by [@shairez](https://github.com/shairez) in [#1015](https://github.com/qwikifiers/qwik-ui/pull/1015))
8+
9+
Now when you generate a component qwik-ui will create an `index.ts` file in your components folder which exports the newly generated components.
10+
11+
Example: `qwik-ui add input`
12+
13+
Generated output:
14+
15+
```bash
16+
src/components/index.ts # exports * from './input/input'
17+
src/components/input/input.tsx
18+
```
19+
320
## 0.1.4
421

522
### Patch Changes

Diff for: packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-ui",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -19,7 +19,7 @@
1919
"yargs": "17.7.2"
2020
},
2121
"devDependencies": {
22-
"@qwik-ui/styled": "0.2.0"
22+
"@qwik-ui/styled": "0.3.0"
2323
},
2424
"type": "commonjs",
2525
"main": "./src/index.js",

Diff for: packages/kit-styled/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qwik-ui/styled
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- ✨ Added the following components: Dropdown, Toggle, ToggleGroup in #993 (by [@shairez](https://github.com/shairez) in [#1013](https://github.com/qwikifiers/qwik-ui/pull/1013))
8+
39
## 0.2.0
410

511
### Minor Changes

Diff for: packages/kit-styled/package.json

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

Diff for: pnpm-lock.yaml

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

0 commit comments

Comments
 (0)