Skip to content

Commit 7f6d60c

Browse files
author
@qwikifiers
committed
chore(qwik-nx): release version 0.11.1
1 parent bbdcced commit 7f6d60c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/qwik-nx/CHANGELOG.md

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

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

5+
## [0.11.1](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-0.11.0...qwik-nx-0.11.1) (2023-02-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **qwik-nx:** preset generator should check for the presense of peerDeps ([#91](https://github.com/qwikifiers/qwik-nx/issues/91)) ([ca6b313](https://github.com/qwikifiers/qwik-nx/commit/ca6b313aa525cde41c4a4432720b19a822591264))
11+
12+
13+
### Features
14+
15+
* **qwik-nx:** ensure tsconfig.base.json exists in a package-based repo ([#92](https://github.com/qwikifiers/qwik-nx/issues/92)) ([bbdcced](https://github.com/qwikifiers/qwik-nx/commit/bbdcced49d5f0be3b2d6345da43f50f8d21f1b4d))
16+
17+
18+
519
# [0.11.0](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-0.10.1...qwik-nx-0.11.0) (2023-02-22)
620

721

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.11.0",
3+
"version": "0.11.1",
44
"main": "./index.js",
55
"typings": "./index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)