Skip to content

Commit

Permalink
Merge pull request #19 from JorgenVatle/changeset-release/release
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JorgenVatle authored Jul 15, 2023
2 parents 94a7793 + e87efd9 commit 04a1377
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-queens-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-taxis-divide.md

This file was deleted.

33 changes: 26 additions & 7 deletions changeset-status.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,44 @@
{
"changesets": [
{
"releases": [
{
"name": "meteor-vite",
"type": "minor"
}
],
"summary": "- Update MeteorStubs plugin error handler to emit errors when a Meteor client entrypoint isn't specified\n- Wrap MeteorStubs plugin around plugin setup helper function to catch and format exceptions whenever possible",
"id": "lemon-queens-buy"
},
{
"releases": [
{
"name": "vite-bundler",
"type": "patch"
"type": "minor"
}
],
"summary": "Fix issue where production builds would fail for projects without a tsconfig.json file",
"id": "fifty-impalas-rhyme"
"summary": "Transmit Meteor's IPC messages through to Vite worker process, enabling Meteor-Vite to gracefully import lazy-loaded packages for the client without throwing errors.",
"id": "olive-taxis-divide"
}
],
"releases": [
{
"name": "meteor-vite",
"type": "minor",
"oldVersion": "1.2.2",
"changesets": [
"lemon-queens-buy"
],
"newVersion": "1.3.0"
},
{
"name": "vite-bundler",
"type": "patch",
"oldVersion": "1.1.2",
"type": "minor",
"oldVersion": "1.1.3",
"changesets": [
"fifty-impalas-rhyme"
"olive-taxis-divide"
],
"newVersion": "1.1.3"
"newVersion": "1.2.0"
}
]
}
7 changes: 7 additions & 0 deletions npm-packages/meteor-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# meteor-vite

## 1.3.0

### Minor Changes

- 9bcd19f: - Update MeteorStubs plugin error handler to emit errors when a Meteor client entrypoint isn't specified
- Wrap MeteorStubs plugin around plugin setup helper function to catch and format exceptions whenever possible

## 1.2.2

### Patch 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": "1.2.2",
"version": "1.3.0",
"description": "",
"files": [
"dist"
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vite-bundler

## 1.2.0

### Minor Changes

- c5467ef: Transmit Meteor's IPC messages through to Vite worker process, enabling Meteor-Vite to gracefully import lazy-loaded packages for the client without throwing errors.

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-bundler/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'jorgenvatle:vite-bundler',
version: '1.1.3',
version: '1.3.0',
summary: 'Integrate the Vite.js bundler with Meteor',
git: 'https://github.com/JorgenVatle/meteor-vite',
documentation: 'README.md',
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": "1.1.3",
"version": "1.2.0",
"scripts": {
"publish": "VITE_METEOR_DISABLED=true meteor publish"
}
Expand Down

0 comments on commit 04a1377

Please sign in to comment.