Skip to content

Commit 6b99b13

Browse files
Version Packages
1 parent 159eb5a commit 6b99b13

File tree

7 files changed

+22
-11
lines changed

7 files changed

+22
-11
lines changed

.changeset/npm-trusted-publishing.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/eslint-plugin-immutable-class/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-immutable-class
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#38](https://github.com/implydata/immutable-class/pull/38) [`719dd3c`](https://github.com/implydata/immutable-class/commit/719dd3cc9da0fd304f567d1b23536770c71e1eb9) Thanks [@jgoz](https://github.com/jgoz)! - Add npm trusted publishing support for automated releases via OIDC
8+
39
## 2.0.1
410

511
### Patch Changes

packages/eslint-plugin-immutable-class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-immutable-class",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "ESLint plugin for immutable-class",
55
"keywords": [
66
"immutable",

packages/immutable-class-tester/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# immutable-class-tester
22

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- [#38](https://github.com/implydata/immutable-class/pull/38) [`719dd3c`](https://github.com/implydata/immutable-class/commit/719dd3cc9da0fd304f567d1b23536770c71e1eb9) Thanks [@jgoz](https://github.com/jgoz)! - Add npm trusted publishing support for automated releases via OIDC
8+
39
## 0.7.4
410

511
### Patch Changes

packages/immutable-class-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable-class-tester",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "A helper for testing immutable classes",
55
"keywords": [
66
"immutable",

packages/immutable-class/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# immutable-class
22

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- [#38](https://github.com/implydata/immutable-class/pull/38) [`719dd3c`](https://github.com/implydata/immutable-class/commit/719dd3cc9da0fd304f567d1b23536770c71e1eb9) Thanks [@jgoz](https://github.com/jgoz)! - Add npm trusted publishing support for automated releases via OIDC
8+
39
## 0.11.2
410

511
### Patch Changes

packages/immutable-class/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable-class",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "A template for creating immutable classes",
55
"keywords": [
66
"immutable",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@types/jest": "^29.5.13",
40-
"immutable-class-tester": "^0.7.4",
40+
"immutable-class-tester": "^0.7.5",
4141
"jest": "^29.7.0",
4242
"ts-jest": "^29.2.5",
4343
"typescript": "^5.6.3"

0 commit comments

Comments
 (0)