Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release QDS v0.0.6 #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
5 changes: 0 additions & 5 deletions .changeset/brave-carpets-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-ants-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-impalas-prove.md

This file was deleted.

8 changes: 8 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kunai-consulting/qwik-headless

## 0.0.6

### Patch Changes

- f6a49a1: Added signals to track the total number of input fields present and if all fields are filled. Applied invisible style to hiddenInput
- bb73935: test: creating linear ticket
- 580634c: Updated focus state, added test

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kunai-consulting/qwik-components",
"version": "0.0.5",
"version": "0.0.6",
"description": "Create a Qwik library",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand Down
2 changes: 2 additions & 0 deletions libs/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @kunai-consulting/qwik-hooks

## 0.0.6

## 0.0.5

## 0.0.2
Expand Down
2 changes: 1 addition & 1 deletion libs/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kunai-consulting/qwik-hooks",
"version": "0.0.5",
"version": "0.0.6",
"description": "Create a Qwik library",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand Down