Skip to content

Commit c9b134d

Browse files
author
@qwikifiers
committed
chore(qwik-nx): release version 2.0.0
1 parent 1cbf329 commit c9b134d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/qwik-nx/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
# [2.0.0](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-1.1.0...qwik-nx-2.0.0) (2023-11-05)
6+
7+
8+
### Features
9+
10+
* **qwik-nx:** nx 17 support ([#213](https://github.com/qwikifiers/qwik-nx/issues/213)) ([1cbf329](https://github.com/qwikifiers/qwik-nx/commit/1cbf329cd9419d944021bcf10b286146e47e64fe))
11+
* **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))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **qwik-nx:** `qwik-nx/e2e-project` has been removed in favour of direct usage of nx generators
17+
18+
19+
520
# [1.1.0](https://github.com/qwikifiers/qwik-nx/compare/qwik-nx-1.0.11...qwik-nx-1.1.0) (2023-10-29)
621

722

packages/qwik-nx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-nx",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"main": "./index.js",
55
"typings": "./index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)