Skip to content

Commit ec056f4

Browse files
Version Packages (#915)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 927c2d4 commit ec056f4

File tree

8 files changed

+23
-17
lines changed

8 files changed

+23
-17
lines changed

.changeset/fast-mice-destroy.md

-6
This file was deleted.

.changeset/spicy-apples-battle.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# qwik-ui
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Changed enums to const maps in utils (by [@shairez](https://github.com/shairez) in [#914](https://github.com/qwikifiers/qwik-ui/pull/914))
8+
9+
- 🐞🩹 added `.nx/workspace-data` to `.gitignore` for new projects (by [@shairez](https://github.com/shairez) in [#914](https://github.com/qwikifiers/qwik-ui/pull/914))
10+
11+
- Updated dependencies [[`927c2d4`](https://github.com/qwikifiers/qwik-ui/commit/927c2d4117ffe9c07fc0c75b9df412d5662ad6c1)]:
12+
- @qwik-ui/utils@0.3.0
13+
314
## 0.1.1
415

516
### Patch Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-ui",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@clack/prompts": "^0.7.0",
1515
"@nx/devkit": "19.2.3",
16-
"@qwik-ui/utils": "0.2.1",
16+
"@qwik-ui/utils": "0.3.0",
1717
"ansis": "2.3.0",
1818
"tslib": "^2.3.0",
1919
"yargs": "17.7.2"

packages/kit-styled/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"devDependencies": {
2626
"@qwik-ui/headless": "^0.5.0",
27-
"@qwik-ui/utils": "0.2.1"
27+
"@qwik-ui/utils": "0.3.0"
2828
}
2929
}

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Changed enums to const maps in utils (by [@shairez](https://github.com/shairez) in [#914](https://github.com/qwikifiers/qwik-ui/pull/914))
8+
39
## 0.2.1
410

511
### Patch Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/utils",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Qwik UI Utils",
55
"publishConfig": {
66
"access": "public"

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)