Skip to content

Commit

Permalink
feat: Release QDS v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 23, 2024
1 parent d3924a4 commit 2afd1b2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/olive-actors-sell.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- c304bc7: feat: fixed versioned packages
feat: pr title updates with version number

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.5

## 0.0.2

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions 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.2",
"version": "0.0.5",
"description": "Create a Qwik library",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand All @@ -12,7 +12,10 @@
"types": "./lib-types/index.d.ts"
}
},
"files": ["lib", "lib-types"],
"files": [
"lib",
"lib-types"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
Expand Down

0 comments on commit 2afd1b2

Please sign in to comment.