Skip to content

Commit 509eef3

Browse files
Version Packages (next)
1 parent 160f4f9 commit 509eef3

5 files changed

Lines changed: 19 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
"@putstack/utils": "0.1.1"
88
},
99
"changesets": [
10+
"big-experts-give",
1011
"friendly-icons-hide",
12+
"large-dolls-brake",
1113
"loud-geckos-fix",
1214
"slow-peaches-move",
1315
"twelve-turtles-clap",
14-
"warm-dolls-draw"
16+
"warm-dolls-draw",
17+
"wise-dolphins-breathe"
1518
]
1619
}

packages/eslint-config-typescript/CHANGELOG.md

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

3+
## 3.0.0-next.3
4+
5+
### Minor Changes
6+
7+
- 1e81358: Bump eslint to 9.6, eslint-plugin-depend to 0.8.0, typescript-eslint to 8.0.0-alpha.34
8+
- 83091ea: Add eslint-plugin-progress and eslint-plugin-depend to the base config
9+
310
## 3.0.0-next.2
411

512
### Patch 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": "3.0.0-next.2",
3+
"version": "3.0.0-next.3",
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.2.0-next.1
4+
5+
### Minor Changes
6+
7+
- 86b13be: Improve dual publishing behaviour of esm / cjs
8+
39
## 0.1.2-next.0
410

511
### Patch 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.2-next.0",
3+
"version": "0.2.0-next.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)