Skip to content

Commit

Permalink
chore: release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Oct 30, 2023
1 parent 973ee7a commit ff4b75c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
25 changes: 7 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,25 @@


# [2.2.0](https://github.com/currents-dev/currents-nx/compare/v2.0.1...v2.2.0) (2023-10-30)

## [2.1.1](https://github.com/currents-dev/currents-nx/compare/v2.2.0...v2.1.1) (2023-10-30)

### Bug Fixes

* 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))


### Features

* 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))
- update dependencies ([973ee7a](https://github.com/currents-dev/currents-nx/commit/973ee7ad82de1304a03e441af5eeb9f67ab15f8f))

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


### Bug Fixes

* 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))

- 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))

### Features

* 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))
- 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))

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


### Bug Fixes

* remove hardcoded ciBuildId ([c412fc9](https://github.com/currents-dev/currents-nx/commit/c412fc90c5bb6cfd74871bcf905d01816450d0b6))
* 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))
- remove hardcoded ciBuildId ([c412fc9](https://github.com/currents-dev/currents-nx/commit/c412fc90c5bb6cfd74871bcf905d01816450d0b6))
- 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))

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

Expand Down Expand Up @@ -120,4 +109,4 @@
* fix: set correct executors path (e6a706d)
* fix: remove cy2 from dependencies (a6eade1)

## 0.0.2 (2021-11-19)
## 0.0.2 (2021-11-19)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@currents/nx",
"version": "2.1.0",
"version": "2.1.1",
"description": "Currents plugin for Nx",
"author": "Andrew Goldis",
"homepage": "https://currents.dev",
Expand Down

0 comments on commit ff4b75c

Please sign in to comment.