Skip to content

Commit

Permalink
Bumps versions to Meteor 1.12.1 release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Jan 6, 2021
1 parent 2160077 commit fd76d9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion History.md
Expand Up @@ -10,7 +10,7 @@ N/A

### Changes

## v1.12.1, TBD
## v1.12.1, 2022-01-06

This comment has been minimized.

Copy link
@diavrank

diavrank Jan 8, 2021

Contributor

Hello @filipenevola , It should be:

2021-01-06


### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compiler/package.js
Expand Up @@ -6,7 +6,7 @@ Package.describe({
// isn't possible because you can't publish a non-recommended
// release with package versions that don't have a pre-release
// identifier at the end (eg, -dev)
version: '7.5.5-beta1121.2'
version: '7.5.5'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-import/package.js
@@ -1,6 +1,6 @@
Package.describe({
name: "dynamic-import",
version: "0.5.5-beta1121.2",
version: "0.5.5",
summary: "Runtime support for Meteor 1.5 dynamic import(...) syntax",
documentation: "README.md"
});
Expand Down
2 changes: 1 addition & 1 deletion packages/meteor-tool/package.js
@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.12.1-beta.2'
version: '1.12.1'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion scripts/admin/meteor-release-official.json
@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.12",
"version": "1.12.1",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"
Expand Down

0 comments on commit fd76d9e

Please sign in to comment.