Skip to content

Commit 0447c90

Browse files
Version Packages (#966)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 76edce7 commit 0447c90

File tree

10 files changed

+60
-29
lines changed

10 files changed

+60
-29
lines changed

.changeset/cuddly-snakes-smell.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/weak-phones-prove.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"yargs": "17.7.2"
2020
},
2121
"devDependencies": {
22-
"@qwik-ui/styled": "0.1.0"
22+
"@qwik-ui/styled": "0.2.0"
2323
},
2424
"type": "commonjs",
2525
"main": "./src/index.js",

packages/kit-headless/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- ✨ toggle and togglegroup headless and styled components (by [@steffanek](https://github.com/steffanek) in [#957](https://github.com/qwikifiers/qwik-ui/pull/957))
8+
9+
- ✨ carousel reaches beta state (by [@thejackshelton](https://github.com/thejackshelton) in [#965](https://github.com/qwikifiers/qwik-ui/pull/965))
10+
11+
feat: stepper component added as a configuration for the carousel
12+
13+
feat: vertical carousels are now supported
14+
15+
feat: progress bar gets a major refactor and is backwards compatible
16+
17+
docs: fixed theme issues and improved prefetching
18+
319
## 0.5.2
420

521
### Patch Changes

packages/kit-headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/headless",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

packages/kit-styled/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @qwik-ui/styled
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- ✨ toggle and togglegroup headless and styled components (by [@steffanek](https://github.com/steffanek) in [#957](https://github.com/qwikifiers/qwik-ui/pull/957))
8+
9+
- ✨ carousel reaches beta state (by [@thejackshelton](https://github.com/thejackshelton) in [#965](https://github.com/qwikifiers/qwik-ui/pull/965))
10+
11+
feat: stepper component added as a configuration for the carousel
12+
13+
feat: vertical carousels are now supported
14+
15+
feat: progress bar gets a major refactor and is backwards compatible
16+
17+
docs: fixed theme issues and improved prefetching
18+
319
## 0.1.0
420

521
### Minor Changes

packages/kit-styled/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/styled",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Qwik UI components library with styles",
55
"publishConfig": {
66
"access": "public"
@@ -23,7 +23,7 @@
2323
"@builder.io/qwik": "^1.9"
2424
},
2525
"devDependencies": {
26-
"@qwik-ui/headless": "^0.5.2",
26+
"@qwik-ui/headless": "^0.6.0",
2727
"@qwik-ui/utils": "0.3.1"
2828
}
2929
}

packages/themes/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# Changelog
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- ✨ carousel reaches beta state (by [@thejackshelton](https://github.com/thejackshelton) in [#965](https://github.com/qwikifiers/qwik-ui/pull/965))
8+
9+
feat: stepper component added as a configuration for the carousel
10+
11+
feat: vertical carousels are now supported
12+
13+
feat: progress bar gets a major refactor and is backwards compatible
14+
15+
docs: fixed theme issues and improved prefetching

packages/themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/themes",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Qwik UI themes",
55
"publishConfig": {
66
"access": "public"

pnpm-lock.yaml

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)