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 2, 2024
1 parent 7a98c2c commit 179b16a
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 39 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.

5 changes: 0 additions & 5 deletions .changeset/shy-bottles-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-pens-run.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-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.4

### Patch Changes

- 🐞🩹 types for multiple values (by [@wmertens](https://github.com/wmertens) in [#1021](https://github.com/qwikifiers/qwik-ui/pull/1021))

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik-ui/headless",
"version": "0.6.3",
"version": "0.6.4",
"description": "Qwik UI headless components library",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/kit-styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @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))

### Patch Changes

- 🐞🩹 onChange not accepting regular functions (by [@wmertens](https://github.com/wmertens) in [#1021](https://github.com/qwikifiers/qwik-ui/pull/1021))

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -23,7 +23,7 @@
"@builder.io/qwik": ">=1.3.1"
},
"devDependencies": {
"@qwik-ui/headless": "^0.6.0",
"@qwik-ui/headless": "^0.6.4",
"@qwik-ui/utils": "0.3.1"
}
}
12 changes: 9 additions & 3 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 179b16a

Please sign in to comment.