Skip to content

Commit 015d416

Browse files
github-actions[bot]Hebilicious
authored andcommitted
release: bump packages (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16cbaac commit 015d416

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

.changeset/green-masks-float.md

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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
title: 'release: bump packages'
3030
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3131
version: bun run version
32-
publish: bun run publish:ci
32+
publish: bun run publish:all
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"pnpm": "9.14.2"
3939
},
4040
"packageManager": "[email protected]",
41+
"publishConfig": {
42+
"access": "public"
43+
},
4144
"simple-git-hooks": {
4245
"pre-commit": "pnpx lint-staged"
4346
},
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @hebilicious/nuxt-switch-match
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 16cbaac: Pre-Alpha release
8+
- Updated dependencies [16cbaac]
9+
- @hebilicious/vue-switch-match@0.0.1

packages/nuxt-switch-match/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hebilicious/nuxt-switch-match",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"author": {
66
"name": "Hebilicious",
77
"email": "[email protected]",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @hebilicious/vue-switch-match
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 16cbaac: Pre-Alpha release

packages/vue-switch-match/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hebilicious/vue-switch-match",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"author": {
66
"name": "Hebilicious",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)