Skip to content

Commit

Permalink
Version Packages (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 6, 2024
1 parent 5c70b18 commit 51bf848
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-moose-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-dingos-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-donkeys-juggle.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# mpa

## 0.2.0

### Minor Changes

- fdedcab: Add hot reload feature

### Patch Changes

- be749d5: Correctly resolve and load vite virtual modules
- b9c83dd: Set secondary build as production build

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stack54",
"version": "0.1.0",
"version": "0.2.0",
"description": "Build multi-page applications",
"type": "module",
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core/test/apps/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# basic

## 0.0.2

### Patch Changes

- Updated dependencies [be749d5]
- Updated dependencies [b9c83dd]
- Updated dependencies [fdedcab]
- [email protected]
2 changes: 1 addition & 1 deletion packages/core/test/apps/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"type": "module",
"private": true,
Expand Down

0 comments on commit 51bf848

Please sign in to comment.