Skip to content

Commit 82d1f11

Browse files
author
@qwikifiers
committed
chore(qwik-nx): release version 0.10.0
1 parent db1e2ef commit 82d1f11

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/qwik-nx/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [0.10.0](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-0.9.0...qwik-nx-0.10.0) (2023-02-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **qwik-nx:** added missing path import statement for tailwind template ([#71](https://github.com/qwikifiers/qwik-nx/issues/71)) ([b2a102a](https://github.com/qwikifiers/qwik-nx/commit/b2a102af93cd4a28380e240d421513960d5e226f))
11+
* **qwik-nx:** check for file existance before reading it ([#80](https://github.com/qwikifiers/qwik-nx/issues/80)) ([e3cbe8a](https://github.com/qwikifiers/qwik-nx/commit/e3cbe8ab8cbfc2454f0aeb2050d509a75b86fb55))
12+
* **qwik-nx:** fix the name of the required name prop of preset generator ([#79](https://github.com/qwikifiers/qwik-nx/issues/79)) ([f815de6](https://github.com/qwikifiers/qwik-nx/commit/f815de6068ab60330c090ec10b8e954bedadf109))
13+
* **qwik-nx:** update nxkit to v2.1.1 ([#76](https://github.com/qwikifiers/qwik-nx/issues/76)) ([2e1f4f6](https://github.com/qwikifiers/qwik-nx/commit/2e1f4f6b02a9ea0f912772e1b61e08da0983a0cd))
14+
* **qwik-nx:** use approximate version for @nrwl/vite package ([#81](https://github.com/qwikifiers/qwik-nx/issues/81)) ([a5b6b36](https://github.com/qwikifiers/qwik-nx/commit/a5b6b368b953fd18a606f44a679f26de419d2640))
15+
16+
17+
### Features
18+
19+
* **qwik-nx:** add projects filter for qwikNxVite plugin ([#72](https://github.com/qwikifiers/qwik-nx/issues/72)) ([979e76c](https://github.com/qwikifiers/qwik-nx/commit/979e76c27c0a282e6c00619e8555711ddd1c8187))
20+
* **qwik-nx:** bump qwik peer dependency version to 0.17 ([#82](https://github.com/qwikifiers/qwik-nx/issues/82)) ([f63c143](https://github.com/qwikifiers/qwik-nx/commit/f63c1435b0024d55267f816b221025e68139c4d4))
21+
* **qwik-nx:** bump up versions of the dependencies ([#74](https://github.com/qwikifiers/qwik-nx/issues/74)) ([d81ecdc](https://github.com/qwikifiers/qwik-nx/commit/d81ecdcf809f69542e27064ac486e179f67d2817))
22+
23+
24+
525
# [0.9.0](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-0.8.0...qwik-nx-0.9.0) (2023-02-08)
626

727

packages/qwik-nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-nx",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"main": "./index.js",
55
"typings": "./index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)