Skip to content

Commit 3aa9bd4

Browse files
committed
Merge branch 'main' of github.com:qwikifiers/cypress-qwik into main
2 parents 262c6fc + e7d9e04 commit 3aa9bd4

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

packages/cypress-ct-qwik/CHANGELOG.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,34 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
44

55
## [0.0.8](https://github.com/qwikifiers/cypress-qwik/compare/cypress-ct-qwik-0.0.7...cypress-ct-qwik-0.0.8) (2023-03-29)
66

7-
8-
97
## [0.0.7](https://github.com/qwikifiers/cypress-qwik/compare/cypress-ct-qwik-0.0.6...cypress-ct-qwik-0.0.7) (2023-03-28)
108

11-
129
### Bug Fixes
1310

14-
* **cypress-ct-qwik:** add definition icon ([b991af1](https://github.com/qwikifiers/cypress-qwik/commit/b991af1a52118c39fa6b37506ada8d7002e44f23))
15-
* **cypress-ct-qwik:** build command ([a34add1](https://github.com/qwikifiers/cypress-qwik/commit/a34add1d3db1c1dad00be43377fe9a3d0eb8c5ae))
16-
11+
- **cypress-ct-qwik:** add definition icon ([b991af1](https://github.com/qwikifiers/cypress-qwik/commit/b991af1a52118c39fa6b37506ada8d7002e44f23))
12+
- **cypress-ct-qwik:** build command ([a34add1](https://github.com/qwikifiers/cypress-qwik/commit/a34add1d3db1c1dad00be43377fe9a3d0eb8c5ae))
1713

1814
### Features
1915

20-
* added cypress framework api ([8c70392](https://github.com/qwikifiers/cypress-qwik/commit/8c7039258576c2567d5b41eb76a6c75384166c96))
21-
* **cypress-ct-qwik:** add 3rd party support ([f4e6cbc](https://github.com/qwikifiers/cypress-qwik/commit/f4e6cbc45c28fb03e3e093c5640c906ff3194872))
22-
23-
16+
- added cypress framework api ([8c70392](https://github.com/qwikifiers/cypress-qwik/commit/8c7039258576c2567d5b41eb76a6c75384166c96))
17+
- **cypress-ct-qwik:** add 3rd party support ([f4e6cbc](https://github.com/qwikifiers/cypress-qwik/commit/f4e6cbc45c28fb03e3e093c5640c906ff3194872))
2418

2519
## [0.0.6](https://github.com/qwikifiers/cypress-qwik/compare/cypress-ct-qwik-0.0.5...cypress-ct-qwik-0.0.6) (2023-03-27)
2620

27-
2821
### Features
2922

30-
* added qwik loader for events ([990726b](https://github.com/qwikifiers/cypress-qwik/commit/990726ba213660c1f09a85c548f4996377d1a717))
31-
32-
23+
- added qwik loader for events ([990726b](https://github.com/qwikifiers/cypress-qwik/commit/990726ba213660c1f09a85c548f4996377d1a717))
3324

3425
## [0.0.5](https://github.com/qwikifiers/cypress-qwik/compare/cypress-ct-qwik-0.0.4...cypress-ct-qwik-0.0.5) (2023-02-19)
3526

36-
37-
3827
## [0.0.4](https://github.com/qwikifiers/cypress-qwik/compare/cypress-ct-qwik-0.0.3...cypress-ct-qwik-0.0.4) (2023-02-19)
3928

40-
41-
4229
## [0.0.3](https://github.com/qwikifiers/cypress-qwik/compare/cypress-ct-qwik-0.0.2...cypress-ct-qwik-0.0.3) (2023-02-18)
4330

44-
45-
4631
## [0.0.2](https://github.com/qwikifiers/cypress-qwik/compare/cypress-ct-qwik-0.0.1...cypress-ct-qwik-0.0.2) (2023-02-18)
4732

48-
49-
5033
## 0.0.1 (2023-02-17)
5134

52-
5335
### Bug Fixes
5436

55-
* :rocket: renamed to cypress-ct-qwik ([c5c3070](https://github.com/qwikifiers/cypress-qwik/commit/c5c307067317a373bda5546f080e683402f55829))
37+
- :rocket: renamed to cypress-ct-qwik ([c5c3070](https://github.com/qwikifiers/cypress-qwik/commit/c5c307067317a373bda5546f080e683402f55829))

packages/cypress-ct-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-ct-qwik",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"exports": {
55
"node": "./definition.js",
66
"default": "./src/index.js"

0 commit comments

Comments
 (0)