Skip to content

Commit 8d6da74

Browse files
Version Packages (#23)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 78e0088 commit 8d6da74

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

.changeset/yellow-years-suffer.md

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

packages/eslint-config-typescript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ESLint config for typescript changelog
22

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- 2bd97c6: Add support for Node 22
8+
39
## 2.6.0
410

511
### Minor Changes

packages/eslint-config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@putstack/eslint-config-typescript",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"license": "MIT",
55
"author": "Putro",
66
"description": "ESLint config for TypeScript",

packages/utils/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 2bd97c6: Add support for Node 22
8+
39
## 0.1.0
410

511
### Minor Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@putstack/utils",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"author": "Putro",
66
"description": "Various utility functions I find myself recreating over and over again.",

0 commit comments

Comments
 (0)