Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v3' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgenVatle committed Oct 17, 2024
2 parents b8f34bb + 88b3350 commit 377b506
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"cool-impalas-argue",
"friendly-years-type",
"great-dodos-smash",
"lemon-foxes-search",
"polite-wombats-decide",
"purple-carrots-drum",
"sixty-birds-carry",
Expand Down
8 changes: 8 additions & 0 deletions npm-packages/meteor-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# meteor-vite

## 2.0.0-next.3

### Minor Changes

- f2e0e9d2: - Add Vite config option for bundling the Meteor server
- Use DDP instead of Node IPC for managing Vite Dev server status
- Prefetch all Vite production assets in the background using the lowest available link priority.

## 1.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion npm-packages/meteor-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteor-vite",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "",
"files": [
"dist"
Expand Down
8 changes: 8 additions & 0 deletions packages/vite-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vite-bundler

## 3.0.0-next.12

### Minor Changes

- f2e0e9d2: - Add Vite config option for bundling the Meteor server
- Use DDP instead of Node IPC for managing Vite Dev server status
- Prefetch all Vite production assets in the background using the lowest available link priority.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-bundler",
"private": true,
"version": "3.0.0-next.11",
"version": "3.0.0-next.12",
"scripts": {
"publish": "VITE_METEOR_DISABLED=true meteor publish"
}
Expand Down

0 comments on commit 377b506

Please sign in to comment.