Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 4bd21b5 commit 4194838
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 26 deletions.
16 changes: 0 additions & 16 deletions .changeset/fluffy-turkeys-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-penguins-design.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# qwik-ui

## 0.2.0

### Minor Changes

- ✨ 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))

Now when you generate a component qwik-ui will create an `index.ts` file in your components folder which exports the newly generated components.

Example: `qwik-ui add input`

Generated output:

```bash
src/components/index.ts # exports * from './input/input'
src/components/input/input.tsx
```

## 0.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qwik-ui",
"version": "0.1.4",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -19,7 +19,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@qwik-ui/styled": "0.2.0"
"@qwik-ui/styled": "0.3.0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/kit-styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qwik-ui/styled

## 0.3.0

### Minor Changes

- ✨ 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))

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit-styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik-ui/styled",
"version": "0.2.0",
"version": "0.3.0",
"description": "Qwik UI components library with styles",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 8 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4194838

Please sign in to comment.