Skip to content

Commit 8be8d04

Browse files
author
@qwikifiers
committed
chore(qwik-nx): release version 1.1.1
1 parent 887ca75 commit 8be8d04

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+
## [1.1.1](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-1.1.0...qwik-nx-1.1.1) (2023-11-05)
6+
7+
8+
### Features
9+
10+
* **qwik-nx:** use nx e2e generators directly ([#210](https://github.com/qwikifiers/qwik-nx/issues/210)) ([887ca75](https://github.com/qwikifiers/qwik-nx/commit/887ca75e291e138eb6d5a31c7b1d28c1b4241463))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* **qwik-nx:** `qwik-nx/e2e-project` has been removed in favour of direct usage of nx generators
16+
17+
18+
519
# [1.1.0](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-1.0.11...qwik-nx-1.1.0) (2023-10-29)
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": "1.1.0",
3+
"version": "1.1.1",
44
"main": "./index.js",
55
"typings": "./index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)