bump package versions so the sub deps are updated

This commit is contained in:
Leonardo Venturini
2024-11-08 08:32:39 -04:00
parent 92329e78bb
commit 557f8d3546
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.16.9',
version: '0.16.10-beta310.1',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md',
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "JavaScript minifier",
version: '3.0.0',
version: '3.0.1-beta310.0',
});
Npm.depends({

View File

@@ -3,7 +3,7 @@ Package.describe({
summary: 'Compiler for CoffeeScript code, supporting the coffeescript package',
// This version of NPM `coffeescript` module, with _1, _2 etc.
// If you change this, make sure to also update ../coffeescript/package.js to match.
version: '2.4.1'
version: '2.4.2-beta310.0'
});
Npm.depends({

View File

@@ -6,7 +6,7 @@ Package.describe({
// so bumping the version of this package will be how they get newer versions
// of `coffeescript-compiler`. If you change this, make sure to also update
// ../coffeescript-compiler/package.js to match.
version: '2.7.1-rc300.0'
version: '2.7.2-beta310.0'
});
Package.registerBuildPlugin({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "shell-server",
version: '0.6.0',
version: '0.6.1-beta310.0',
summary: "Server-side component of the `meteor shell` command.",
documentation: "README.md"
});