Skip to content

Commit 4531bc7

Browse files
committed
Merge remote-tracking branch 'origin/beta' into beta
2 parents 217ba87 + 2f1fe2c commit 4531bc7

9 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/cold-aliens-smell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"jorgenvatle_vite": minor
2+
"jorgenvatle:vite": minor
33
---
44

55
Attempt to unwrap any symlinks in current project root path

.changeset/crazy-years-hammer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"jorgenvatle_vite": minor
2+
"jorgenvatle:vite": minor
33
---
44

55
Use Node VM to import utility modules from a locally installed `meteor-vite` package instead of bundling parts of `meteor-vite` into the `jorgenvatle:vite` Atmosphere package

.changeset/empty-ghosts-fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"jorgenvatle_vite": patch
2+
"jorgenvatle:vite": patch
33
---
44

55
Fix issue where projects with '.meteor' in its pathname ends up breaking internal project paths

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
"@meteor-vite/react-meteor-data": "1.1.0",
77
"meteor-vite": "3.8.0",
88
"jorgenvatle_vite": "1.5.4",
9-
"@meteor-vite/toolkit": "1.0.0"
9+
"@meteor-vite/toolkit": "1.0.0",
10+
"jorgenvatle:vite": "1.6.0-beta.2"
1011
},
1112
"changesets": [
1213
"chilly-geese-begin",
1314
"cold-aliens-smell",
1415
"crazy-years-hammer",
16+
"empty-ghosts-fetch",
1517
"good-lines-bathe",
1618
"rotten-cups-count",
1719
"sad-moles-wear",

.changeset/solid-onions-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
"meteor-vite": minor
3-
"jorgenvatle_vite": minor
3+
"jorgenvatle:vite": minor
44
---
55

66
Import log formatting and other utility modules directly from local `meteor-vite` package instead of bundling them into both `jorgenvatle:vite` and `meteor-vite`.

.changeset/tough-coats-raise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
"meteor-vite": minor
3-
"jorgenvatle_vite": minor
3+
"jorgenvatle:vite": minor
44
---
55

66
Refactor internal meteor-vite directory structure and package.json exports to provide more clear separation of client, server, plugin and internal module exports.

packages/vite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# jorgenvatle:vite
22

3+
## 1.6.0-beta.3
4+
5+
### Patch Changes
6+
7+
- ec580cc: Fix issue where projects with '.meteor' in its pathname ends up breaking internal project paths
8+
39
## 1.6.0-beta.2
410

511
### Minor Changes

packages/vite/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'jorgenvatle:vite',
3-
version: '1.6.0-beta.2',
3+
version: '1.6.0-beta.3',
44
summary: `⚡ Speeds up Meteor's build and HMR processes using Vite`,
55
documentation: 'README.md'
66
});

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jorgenvatle_vite",
33
"private": true,
4-
"version": "1.6.0-beta.2",
4+
"version": "1.6.0-beta.3",
55
"scripts": {
66
"publish": "VITE_METEOR_DISABLED=true meteor publish",
77
"build": "toolkit build"

0 commit comments

Comments
 (0)