Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/cuddly-snakes-smell.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/weak-phones-prove.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@qwik-ui/styled": "0.1.0"
"@qwik-ui/styled": "0.2.0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/kit-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.6.0

### Minor Changes

- ✨ toggle and togglegroup headless and styled components (by [@steffanek](https://github.com/steffanek) in [#957](https://github.com/qwikifiers/qwik-ui/pull/957))

- ✨ carousel reaches beta state (by [@thejackshelton](https://github.com/thejackshelton) in [#965](https://github.com/qwikifiers/qwik-ui/pull/965))

feat: stepper component added as a configuration for the carousel

feat: vertical carousels are now supported

feat: progress bar gets a major refactor and is backwards compatible

docs: fixed theme issues and improved prefetching

## 0.5.2

### 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.5.2",
"version": "0.6.0",
"description": "Qwik UI headless components library",
"publishConfig": {
"access": "public"
Expand Down
16 changes: 16 additions & 0 deletions packages/kit-styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @qwik-ui/styled

## 0.2.0

### Minor Changes

- ✨ toggle and togglegroup headless and styled components (by [@steffanek](https://github.com/steffanek) in [#957](https://github.com/qwikifiers/qwik-ui/pull/957))

- ✨ carousel reaches beta state (by [@thejackshelton](https://github.com/thejackshelton) in [#965](https://github.com/qwikifiers/qwik-ui/pull/965))

feat: stepper component added as a configuration for the carousel

feat: vertical carousels are now supported

feat: progress bar gets a major refactor and is backwards compatible

docs: fixed theme issues and improved prefetching

## 0.1.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.1.0",
"version": "0.2.0",
"description": "Qwik UI components library with styles",
"publishConfig": {
"access": "public"
Expand All @@ -23,7 +23,7 @@
"@builder.io/qwik": "^1.9"
},
"devDependencies": {
"@qwik-ui/headless": "^0.5.2",
"@qwik-ui/headless": "^0.6.0",
"@qwik-ui/utils": "0.3.1"
}
}
14 changes: 14 additions & 0 deletions packages/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Changelog

## 0.1.0

### Minor Changes

- ✨ carousel reaches beta state (by [@thejackshelton](https://github.com/thejackshelton) in [#965](https://github.com/qwikifiers/qwik-ui/pull/965))

feat: stepper component added as a configuration for the carousel

feat: vertical carousels are now supported

feat: progress bar gets a major refactor and is backwards compatible

docs: fixed theme issues and improved prefetching
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik-ui/themes",
"version": "0.0.1",
"version": "0.1.0",
"description": "Qwik UI themes",
"publishConfig": {
"access": "public"
Expand Down
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.