Meteor version to 2.13 ☄️

This commit is contained in:
Gabriel Grubba
2023-07-26 14:52:02 -03:00
parent 685ea6c66f
commit b6092b3e7f
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
## v2.13.0, 2023-08-XX
## v2.13.0, 2023-07-26
### Highlights

View File

@@ -1,7 +1,7 @@
const path = require('path');
const os = require('os');
const METEOR_LATEST_VERSION = '2.12';
const METEOR_LATEST_VERSION = '2.13';
const sudoUser = process.env.SUDO_USER || '';
function isRoot() {
return process.getuid && process.getuid() === 0;

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data server",
version: '2.6.2-rc2130.3',
version: '2.6.2',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'The Meteor command-line tool',
version: '2.13.0-rc.3',
version: '2.13.0',
});
Package.includeTool();

View File

@@ -2,7 +2,7 @@
Package.describe({
summary: "Core Meteor environment",
version: '1.11.3-rc2130.3',
version: '1.11.3',
});
Package.registerBuildPlugin({

View File

@@ -9,7 +9,7 @@
Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.16.7-rc2130.3',
version: '1.16.7',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Run tests noninteractively, with results going to the console.',
version: '1.2.5-rc2130.3',
version: '1.2.5',
});
Package.onUse(function(api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Twitter OAuth flow",
version: '1.3.3-rc2130.3'
version: '1.3.3'
});
Package.onUse(function(api) {

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "2.12",
"version": "2.13",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"