From ff4b75c7b945d0c2183a372608da0da9ce2cd0d8 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Mon, 30 Oct 2023 12:10:45 -0700 Subject: [PATCH] chore: release v2.1.1 --- CHANGELOG.md | 25 +++++++------------------ package-lock.json | 4 ++-- packages/nx/package.json | 2 +- 3 files changed, 10 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a42b7..8f37f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -120,4 +109,4 @@ * fix: set correct executors path (e6a706d) * fix: remove cy2 from dependencies (a6eade1) -## 0.0.2 (2021-11-19) \ No newline at end of file +## 0.0.2 (2021-11-19) diff --git a/package-lock.json b/package-lock.json index 2424337..a4f1b42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16451,7 +16451,7 @@ }, "packages/nx": { "name": "@currents/nx", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^7.0.2", @@ -19788,7 +19788,7 @@ "requires": { "@release-it/conventional-changelog": "^7.0.2", "cypress": "^12.17.4", - "cypress-cloud": "^1.0.0", + "cypress-cloud": "^1.9.6", "release-it": "^16.2.1" }, "dependencies": { diff --git a/packages/nx/package.json b/packages/nx/package.json index 97d23c0..2d98439 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -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",