Skip to content

Commit e49f798

Browse files
chore(release): version package (beta) (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61eeb3b commit e49f798

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"initialVersions": {
55
"std": "5.3.0"
66
},
7-
"changesets": ["chilly-colts-learn", "shaggy-socks-call"]
7+
"changesets": ["chilly-colts-learn", "shaggy-socks-call", "silly-doodles-work"]
88
}

CHANGELOG.md

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

3+
## 5.3.1-beta.2
4+
### Patch Changes
5+
6+
7+
- bump jsrepo ([#110](https://github.com/ieedan/std/pull/110))
8+
39
## 5.3.1-beta.1
410
### Patch Changes
511

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "std",
3-
"version": "5.3.1-beta.1",
3+
"version": "5.3.1-beta.2",
44
"packageManager": "[email protected]",
55
"type": "module",
66
"scripts": {
@@ -30,9 +30,6 @@
3030
"typedoc-material-theme": "^1.4.1"
3131
},
3232
"pnpm": {
33-
"onlyBuiltDependencies": [
34-
"@biomejs/biome",
35-
"esbuild"
36-
]
33+
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
3734
}
3835
}

0 commit comments

Comments
 (0)