Skip to content

Commit

Permalink
Version Packages (#966)
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 Sep 17, 2024
1 parent 76edce7 commit 0447c90
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 29 deletions.
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.

0 comments on commit 0447c90

Please sign in to comment.