Skip to content

Commit

Permalink
feat: Release QDS v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 10, 2024
1 parent 9930396 commit b93ac51
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-ants-sparkle.md

This file was deleted.

4 changes: 3 additions & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
},
"engines-annotation": "Mostly required by sharp which needs a Node-API v9 compatible runtime",
"private": true,
"trustedDependencies": ["sharp"],
"trustedDependencies": [
"sharp"
],
"trustedDependencies-annotation": "Needed for bun to allow running install scripts",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kunai-consulting/qwik-headless

## 0.0.6

### Patch Changes

- bb73935: test: creating linear ticket

## 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

0 comments on commit b93ac51

Please sign in to comment.