Skip to content

Commit

Permalink
Version Packages (#1014)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 6, 2025
1 parent 2666b78 commit 0f29743
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 49 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.

15 changes: 0 additions & 15 deletions .changeset/slow-socks-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-tools-brush.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
18 changes: 18 additions & 0 deletions packages/kit-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.6.4

### Patch Changes

- 🖼️ The Qwik UI site now uses OG info across platforms. (by [@thejackshelton](https://github.com/thejackshelton) in [#1037](https://github.com/qwikifiers/qwik-ui/pull/1037))

🔍 The combobox now supports a "inline" mode. Opt-in to inline mode with replacing the `<Combobox.Popover>` component with `<Combobox.Inline>`, and adding `mode="inline"` to the `<Combobox.Root>` component.

💡 Combobox inline mode allows for command palettes or other use cases where the search input is directly on the page.

🎠 Carousel fixes:

- [#1032](https://github.com/qwikifiers/qwik-ui/issues/1032)
- [#1023](https://github.com/qwikifiers/qwik-ui/issues/1023)
- [#1006](https://github.com/qwikifiers/qwik-ui/issues/1006)

- ✨ carousel now supports mousewheel navigation in vertical mode (by [@thejackshelton](https://github.com/thejackshelton) in [#1030](https://github.com/qwikifiers/qwik-ui/pull/1030))

## 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
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
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"
}
}
5 changes: 2 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 0f29743

Please sign in to comment.