Skip to content

Commit 197e50a

Browse files
committed
Release 1.0.0-beta.1
1 parent 06d1ff1 commit 197e50a

File tree

3 files changed

+30
-18
lines changed

3 files changed

+30
-18
lines changed

CHANGELOG.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
1-
- use cy2 3.4.1 for cypress 12 (a46f56f)
1+
# [1.0.0-beta.1](https://github.com/currents-dev/currents-nx/compare/0.2.1...1.0.0-beta.1) (2023-01-10)
22

3-
* feat: cypress 12+ (1a9ca2b)
3+
### Features
44

5-
- fix cy2 version (925f490)
6-
- Merge pull request #8 from currents-dev/next (0ccb1da)
5+
- standalone implementation ([06d1ff1](https://github.com/currents-dev/currents-nx/commit/06d1ff1df3bb85fc4fd58c130aa4110529564a58))
76

8-
* feat: use [email protected], support cypress 11 (f1950ab)
7+
### BREAKING CHANGES
98

10-
- Merge pull request #5 from codelab-app:main (bd4af5e)
11-
- fix: forward configuration context to executor (b6b5e42)
9+
- - `@nrwl/cypress` no longer required, versions - the plugin is a standalone implementation that is not dependent on `@nrwl/cypress`
1210

13-
* Merge pull request #2 from currents-dev/dependabot/npm_and_yarn/node-fetch-2.6.7 (88dda59)
14-
* chore(deps): bump node-fetch from 2.6.6 to 2.6.7 (1c0a59c)
15-
* Merge pull request #1 from currents-dev/dependabot/npm_and_yarn/minimist-1.2.6 (6aeb342)
16-
* fix: remove conflicting options to avoid overrides (aa6ad79)
17-
* chore(deps): bump minimist from 1.2.5 to 1.2.6 (726f96d)
11+
* use the available options to configure the execution of your cypress runs
1812

19-
- chore: update README (1d07be2)
13+
* use cy2 3.4.1 for cypress 12 (a46f56f)
2014

21-
* fix: set correct executors path (e6a706d)
22-
* fix: remove cy2 from dependencies (a6eade1)
15+
- feat: cypress 12+ (1a9ca2b)
16+
17+
* fix cy2 version (925f490)
18+
* Merge pull request #8 from currents-dev/next (0ccb1da)
19+
20+
- feat: use [email protected], support cypress 11 (f1950ab)
21+
22+
* Merge pull request #5 from codelab-app:main (bd4af5e)
23+
* fix: forward configuration context to executor (b6b5e42)
24+
25+
- Merge pull request #2 from currents-dev/dependabot/npm_and_yarn/node-fetch-2.6.7 (88dda59)
26+
- chore(deps): bump node-fetch from 2.6.6 to 2.6.7 (1c0a59c)
27+
- Merge pull request #1 from currents-dev/dependabot/npm_and_yarn/minimist-1.2.6 (6aeb342)
28+
- fix: remove conflicting options to avoid overrides (aa6ad79)
29+
- chore(deps): bump minimist from 1.2.5 to 1.2.6 (726f96d)
30+
31+
* chore: update README (1d07be2)
32+
33+
- fix: set correct executors path (e6a706d)
34+
- fix: remove cy2 from dependencies (a6eade1)
2335

2436
## 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.

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": "0.2.1",
3+
"version": "1.0.0-beta.1",
44
"description": "Currents plugin for Nx",
55
"author": "Andrew Goldis",
66
"homepage": "https://currents.dev",

0 commit comments

Comments
 (0)