Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Aug 29, 2024
1 parent 1b6d04a commit ebf1dd2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Publish Dummy Libraries
run: bun --filter='./storage/framework' run publish:dummy-libs
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

# temporary workaround until npm publish is replaced with bun publish
- name: Update npm and install vsce
run: |
npm install -g npm@latest
npm install -g @vscode/vsce@latest
- name: Publish Dummy Libraries
run: bun --filter='./storage/framework' run publish:dummy-libs
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Publish VS Code Extension
run: |
cd storage/framework/ide/vscode
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Stacks Changelog

## v0.64.4...v0.64.5

[compare changes](https://github.com/stacksjs/stacks/compare/v0.64.4...v0.64.5)

### 🏡 Chore

- Wip ([cea883b74](https://github.com/stacksjs/stacks/commit/cea883b74))
- Wip ([bfb433817](https://github.com/stacksjs/stacks/commit/bfb433817))
- Wip ([3a07df4bb](https://github.com/stacksjs/stacks/commit/3a07df4bb))
- Wip ([45c355856](https://github.com/stacksjs/stacks/commit/45c355856))
- Wip ([ad4666db2](https://github.com/stacksjs/stacks/commit/ad4666db2))
- Wip ([cb2d6dcff](https://github.com/stacksjs/stacks/commit/cb2d6dcff))
- Wip ([b45462df3](https://github.com/stacksjs/stacks/commit/b45462df3))
- Wip ([3d8200eda](https://github.com/stacksjs/stacks/commit/3d8200eda))
- Wip ([e1f8d10e5](https://github.com/stacksjs/stacks/commit/e1f8d10e5))
- Release v0.64.5 ([1b6d04a01](https://github.com/stacksjs/stacks/commit/1b6d04a01))

### ❤️ Contributors

- Chris <chrisbreuer93@gmail.com>
- Glennmichael123 <gtorregosa@gmail.com>

## v0.64.3...v0.64.4

[compare changes](https://github.com/stacksjs/stacks/compare/v0.64.3...v0.64.4)
Expand Down

0 comments on commit ebf1dd2

Please sign in to comment.