Skip to content

Commit cdb3684

Browse files
committed
publish
1 parent 481e29d commit cdb3684

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/publish.yml .github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
permissions:
99
contents: read
1010
packages: write
11+
id-token: write
1112

1213
jobs:
1314
release:
1415
uses: rubriclab/package/.github/workflows/release-package.yml@main
16+
secrets: inherit

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2024-10-01] [publish](https://github.com/RubricLab/config/commit/f55215965bfd2328590d64127d55d7548a9fdbd0)
12
- [2024-10-01] [release](https://github.com/RubricLab/config/commit/88b03ec8b92580fd55c9873c2ec3092f03fea02e)
23
# Changelog
34

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rubriclab/config",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"exports": {
55
"./biome": "./biome.json",
66
"./tsconfig": "./tsconfig.json",
@@ -11,12 +11,14 @@
1111
"@biomejs/biome": "1.9.2"
1212
},
1313
"dependencies": {
14-
"@rubriclab/package": "latest"
14+
"@rubriclab/package": "workspace:*"
1515
},
1616
"simple-git-hooks": {
1717
"post-commit": "bun run rubriclab-postcommit"
1818
},
1919
"scripts": {
20-
"prepare": "bunx simple-git-hooks"
20+
"prepare": "bunx simple-git-hooks",
21+
"bleed": "bunx npm-check-updates -u && bun i",
22+
"clean": "rm -rf .next && rm -rf node_modules"
2123
}
2224
}

0 commit comments

Comments
 (0)