Skip to content

Commit ff4b75c

Browse files
committed
chore: release v2.1.1
1 parent 973ee7a commit ff4b75c

File tree

3 files changed

+10
-21
lines changed

3 files changed

+10
-21
lines changed

CHANGELOG.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,25 @@
1-
2-
3-
# [2.2.0](https://github.com/currents-dev/currents-nx/compare/v2.0.1...v2.2.0) (2023-10-30)
4-
1+
## [2.1.1](https://github.com/currents-dev/currents-nx/compare/v2.2.0...v2.1.1) (2023-10-30)
52

63
### Bug Fixes
74

8-
* project.json's property devServerTarget is ignored [#24](https://github.com/currents-dev/currents-nx/issues/24) ([#25](https://github.com/currents-dev/currents-nx/issues/25)) ([f37a65c](https://github.com/currents-dev/currents-nx/commit/f37a65c0b5f9e3a97fcd28742524c8c607d5bc4f))
9-
10-
11-
### Features
12-
13-
* support nx >= 16.0.0. Issue [#26](https://github.com/currents-dev/currents-nx/issues/26) ([#27](https://github.com/currents-dev/currents-nx/issues/27)) ([453c355](https://github.com/currents-dev/currents-nx/commit/453c3556f09b8b81f9ae7df66ed038e694a4aa08))
5+
- update dependencies ([973ee7a](https://github.com/currents-dev/currents-nx/commit/973ee7ad82de1304a03e441af5eeb9f67ab15f8f))
146

157
# [2.1.0](https://github.com/currents-dev/currents-nx/compare/v2.0.1...v2.1.0) (2023-10-29)
168

17-
189
### Bug Fixes
1910

20-
* project.json's property devServerTarget is ignored [#24](https://github.com/currents-dev/currents-nx/issues/24) ([#25](https://github.com/currents-dev/currents-nx/issues/25)) ([f37a65c](https://github.com/currents-dev/currents-nx/commit/f37a65c0b5f9e3a97fcd28742524c8c607d5bc4f))
21-
11+
- project.json's property devServerTarget is ignored [#24](https://github.com/currents-dev/currents-nx/issues/24) ([#25](https://github.com/currents-dev/currents-nx/issues/25)) ([f37a65c](https://github.com/currents-dev/currents-nx/commit/f37a65c0b5f9e3a97fcd28742524c8c607d5bc4f))
2212

2313
### Features
2414

25-
* support nx >= 16.0.0. Issue [#26](https://github.com/currents-dev/currents-nx/issues/26) ([#27](https://github.com/currents-dev/currents-nx/issues/27)) ([453c355](https://github.com/currents-dev/currents-nx/commit/453c3556f09b8b81f9ae7df66ed038e694a4aa08))
15+
- support nx >= 16.0.0. Issue [#26](https://github.com/currents-dev/currents-nx/issues/26) ([#27](https://github.com/currents-dev/currents-nx/issues/27)) ([453c355](https://github.com/currents-dev/currents-nx/commit/453c3556f09b8b81f9ae7df66ed038e694a4aa08))
2616

2717
## [2.0.1](https://github.com/currents-dev/currents-nx/compare/v2.0.0...v2.0.1) (2023-04-12)
2818

29-
3019
### Bug Fixes
3120

32-
* remove hardcoded ciBuildId ([c412fc9](https://github.com/currents-dev/currents-nx/commit/c412fc90c5bb6cfd74871bcf905d01816450d0b6))
33-
* remove unused code, add unit tests and lint ([#20](https://github.com/currents-dev/currents-nx/issues/20)) ([e45fcb0](https://github.com/currents-dev/currents-nx/commit/e45fcb08082d79e355b2f1aebd8ea13f1fddec2b))
21+
- remove hardcoded ciBuildId ([c412fc9](https://github.com/currents-dev/currents-nx/commit/c412fc90c5bb6cfd74871bcf905d01816450d0b6))
22+
- remove unused code, add unit tests and lint ([#20](https://github.com/currents-dev/currents-nx/issues/20)) ([e45fcb0](https://github.com/currents-dev/currents-nx/commit/e45fcb08082d79e355b2f1aebd8ea13f1fddec2b))
3423

3524
# [2.0.0](https://github.com/currents-dev/currents-nx/compare/v2.0.0-beta.0...v2.0.0) (2023-04-05)
3625

@@ -120,4 +109,4 @@
120109
* fix: set correct executors path (e6a706d)
121110
* fix: remove cy2 from dependencies (a6eade1)
122111

123-
## 0.0.2 (2021-11-19)
112+
## 0.0.2 (2021-11-19)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@currents/nx",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Currents plugin for Nx",
55
"author": "Andrew Goldis",
66
"homepage": "https://currents.dev",

0 commit comments

Comments
 (0)