Skip to content

Commit 91932e2

Browse files
author
🤖 JSCutlery Bot
committedFeb 28, 2025
chore(release): publish
- project: cypress-harness 0.7.22 - project: microwave 0.4.22 - project: operators 3.1.22 - project: playwright-ct-angular 0.9.11 - project: rx-computed 0.6.8 - release-group: swc-angular 0.19.4
1 parent 5550d71 commit 91932e2

File tree

14 files changed

+49
-7
lines changed

14 files changed

+49
-7
lines changed
 

‎packages/cypress-harness/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.7.22 (2025-02-28)
2+
3+
### 🩹 Fixes
4+
5+
- 📦 update dependency rxjs to v7.8.2 ([#788](https://github.com/jscutlery/devkit/pull/788))
6+
17
## 0.7.21 (2025-02-17)
28

39
### 🩹 Fixes

‎packages/cypress-harness/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscutlery/cypress-harness",
3-
"version": "0.7.21",
3+
"version": "0.7.22",
44
"repository": {
55
"url": "https://github.com/jscutlery/devkit"
66
},

‎packages/microwave/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.22 (2025-02-28)
2+
3+
### 🩹 Fixes
4+
5+
- 📦 update dependency rxjs to v7.8.2 ([#788](https://github.com/jscutlery/devkit/pull/788))
6+
17
## 0.4.21 (2025-02-17)
28

39
### 🩹 Fixes

‎packages/microwave/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscutlery/microwave",
3-
"version": "0.4.21",
3+
"version": "0.4.22",
44
"peerDependencies": {
55
"@angular/common": "^14.0.2",
66
"@angular/core": "^14.0.2",

‎packages/operators/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.1.22 (2025-02-28)
2+
3+
### 🩹 Fixes
4+
5+
- 📦 update dependency rxjs to v7.8.2 ([#788](https://github.com/jscutlery/devkit/pull/788))
6+
17
## 3.1.21 (2025-02-17)
28

39
### 🩹 Fixes

‎packages/operators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscutlery/operators",
3-
"version": "3.1.21",
3+
"version": "3.1.22",
44
"repository": {
55
"url": "https://github.com/jscutlery/devkit"
66
},

‎packages/playwright-ct-angular/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.9.11 (2025-02-28)
2+
3+
### 🩹 Fixes
4+
5+
- 📦 update dependency rxjs to v7.8.2 ([#788](https://github.com/jscutlery/devkit/pull/788))
6+
17
## 0.9.10 (2025-02-17)
28

39
### 🩹 Fixes

‎packages/playwright-ct-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscutlery/playwright-ct-angular",
3-
"version": "0.9.10",
3+
"version": "0.9.11",
44
"dependencies": {
55
"@babel/core": "7.23.9",
66
"@playwright/experimental-ct-core": "1.47.1",

‎packages/rx-computed/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.8 (2025-02-28)
2+
3+
### 🩹 Fixes
4+
5+
- 📦 update dependency rxjs to v7.8.2 ([#788](https://github.com/jscutlery/devkit/pull/788))
6+
17
## 0.6.7 (2025-02-17)
28

39
### 🩹 Fixes

‎packages/rx-computed/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscutlery/rx-computed",
3-
"version": "0.6.7",
3+
"version": "0.6.8",
44
"peerDependencies": {
55
"@angular/core": ">=16.0.0 <20.0.0",
66
"@jscutlery/operators": "^2.0.0"

‎packages/swc-angular-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.19.4 (2025-02-28)
2+
3+
### 🩹 Fixes
4+
5+
- 📦 update dependency rxjs to v7.8.2 ([#788](https://github.com/jscutlery/devkit/pull/788))
6+
17
## 0.19.3 (2025-02-17)
28

39
### 🩹 Fixes

‎packages/swc-angular-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscutlery/swc-angular-plugin",
3-
"version": "0.19.3",
3+
"version": "0.19.4",
44
"repository": {
55
"url": "https://github.com/jscutlery/devkit"
66
},

‎packages/swc-angular/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.19.4 (2025-02-28)
2+
3+
### 🩹 Fixes
4+
5+
- 📦 update dependency rxjs to v7.8.2 ([#788](https://github.com/jscutlery/devkit/pull/788))
6+
17
## 0.19.3 (2025-02-17)
28

39
### 🩹 Fixes

‎packages/swc-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscutlery/swc-angular",
3-
"version": "0.19.3",
3+
"version": "0.19.4",
44
"repository": {
55
"url": "https://github.com/jscutlery/devkit"
66
},

0 commit comments

Comments
 (0)