Skip to content

Commit

Permalink
Remove RC qualifier from all version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Sep 21, 2015
1 parent 8af7ebb commit cf6d7f1
Show file tree
Hide file tree
Showing 139 changed files with 139 additions and 139 deletions.
2 changes: 1 addition & 1 deletion packages/accounts-base/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "A user account system",
version: "1.2.1-rc.3"
version: "1.2.1"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-facebook/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Facebook accounts",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-github/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Github accounts",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-google/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Google accounts",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-meetup/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Meetup accounts",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-meteor-developer/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Meteor developer accounts",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-oauth/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for OAuth-based login services",
version: "1.1.6-rc.0"
version: "1.1.6"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-password/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Password support for accounts",
version: "1.1.2-rc.1"
version: "1.1.2"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-twitter/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Twitter accounts",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-ui-unstyled/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Unstyled version of login widgets",
version: "1.1.8-rc.1"
version: "1.1.8"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-ui/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Simple templates to add login widgets to an app",
version: "1.1.6-rc.0"
version: "1.1.6"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-weibo/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Sina Weibo accounts",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/appcache/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Enable the application cache in the browser",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/audit-argument-checks/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Try to detect inadequate input sanitization",
version: '1.0.4-rc.0'
version: '1.0.4'
});

// This package is empty; its presence is detected by livedata.
2 changes: 1 addition & 1 deletion packages/autopublish/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "(For prototyping only) Publish the entire database to all clients",
version: '1.0.4-rc.0'
version: '1.0.4'
});

// This package is empty; its presence is detected by several other packages
Expand Down
2 changes: 1 addition & 1 deletion packages/autoupdate/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Update the client when new client code is available",
version: '1.2.3-rc.1'
version: '1.2.3'
});

Cordova.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compiler/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Package.describe({
summary: "Parser/transpiler for ECMAScript 2015+ syntax",
// Tracks the npm version below. Use wrap numbers to increment
// without incrementing the npm version.
version: '5.8.24-rc.1'
version: '5.8.24'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "babel-runtime",
summary: "Runtime support for output of Babel transpiler",
version: '0.1.4-rc.1',
version: '0.1.4',
documentation: 'README.md'
});

Expand Down
2 changes: 1 addition & 1 deletion packages/base64/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Base64 encoding and decoding",
version: '1.0.4-rc.0'
version: '1.0.4'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/binary-heap/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Binary Heap datastructure implementation",
version: '1.0.4-rc.0'
version: '1.0.4'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-html-templates/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'blaze-html-templates',
version: '1.0.1-rc.0',
version: '1.0.1',
// Brief, one-line summary of the package.
summary: 'Compile HTML templates into reactive UI with Meteor Blaze',
// By default, Meteor will default to using README.md for documentation.
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-tools/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Compile-time tools for Blaze",
version: '1.0.4-rc.0'
version: '1.0.4'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor Reactive Templating library",
version: '2.1.3-rc.1'
version: '2.1.3'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/boilerplate-generator/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Generates the boilerplate html from program's manifest",
version: '1.0.4-rc.1'
version: '1.0.4'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-policy-common/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for browser-policy packages",
version: "1.0.4-rc.0"
version: "1.0.4"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-policy-content/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Configure content security policies",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-policy-framing/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Restrict which websites can frame your app",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-policy/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Configure security policies enforced by the browser",
version: "1.0.5-rc.0"
version: "1.0.5"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/caching-compiler/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'caching-compiler',
version: '1.0.0-rc.1',
version: '1.0.0',
summary: 'An easy way to make compiler plugins cache',
documentation: 'README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion packages/caching-html-compiler/package.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package.describe({
version: '1.0.1-rc.1',
version: '1.0.1',
// Brief, one-line summary of the package.
summary: 'Pluggable class for compiling HTML into templates',
// By default, Meteor will default to using README.md for documentation.
Expand Down
2 changes: 1 addition & 1 deletion packages/callback-hook/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Register callbacks on a hook",
version: '1.0.4-rc.0'
version: '1.0.4'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/check/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Check whether a value matches a pattern",
version: '1.0.6-rc.0'
version: '1.0.6'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/code-prettify/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var path = Npm.require('path');

Package.describe({
summary: "Syntax highlighting of code, from Google",
version: "1.0.4-rc.0"
version: "1.0.4"
});

// XXX this code dumps symbols into the global namespace (directly
Expand Down
2 changes: 1 addition & 1 deletion packages/coffeescript-test-helper/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Used by the coffeescript package's tests",
version: "1.0.4-rc.0"
version: "1.0.4"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/coffeescript/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Javascript dialect with fewer braces and semicolons",
version: "1.0.8-rc.6"
version: "1.0.8"
});

Package.registerBuildPlugin({
Expand Down
2 changes: 1 addition & 1 deletion packages/constraint-solver/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Given the set of the constraints, picks a satisfying configuration",
version: "1.0.20-rc.0"
version: "1.0.20"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/crosswalk/package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
summary: "Makes your Cordova application use the Crosswalk WebView \
instead of the System WebView on Android",
version: '1.2.0-rc.0',
version: '1.2.0',
documentation: null
});

Expand Down
2 changes: 1 addition & 1 deletion packages/ddp-client/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data client",
version: '1.2.1-rc.3',
version: '1.2.1',
documentation: null
});

Expand Down
2 changes: 1 addition & 1 deletion packages/ddp-common/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Code shared beween ddp-client and ddp-server",
version: '1.2.1-rc.0',
version: '1.2.1',
documentation: null
});

Expand Down
2 changes: 1 addition & 1 deletion packages/ddp-rate-limiter/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ddp-rate-limiter',
version: '1.0.0-rc.1',
version: '1.0.0',
// Brief, one-line summary of the package.
summary: 'The DDPRateLimiter allows users to add rate limits to DDP' +
' methods and subscriptions.',
Expand Down
2 changes: 1 addition & 1 deletion packages/ddp-server/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data server",
version: '1.2.1-rc.3',
version: '1.2.1',
documentation: null
});

Expand Down
2 changes: 1 addition & 1 deletion packages/ddp/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data framework",
version: '1.2.1-rc.0'
version: '1.2.1'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/deps/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package.describe({
summary: "Deprecated: Use the 'tracker' package instead.",
version: '1.0.8-rc.0'
version: '1.0.8'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/diff-sequence/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "An implementation of a diff algorithm on arrays and objects.",
version: '1.0.1-rc.0',
version: '1.0.1',
documentation: null
});

Expand Down
2 changes: 1 addition & 1 deletion packages/disable-oplog/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Disables oplog tailing",
version: '1.0.4-rc.0'
version: '1.0.4'
});

// This package is empty; its presence is detected by mongo-livedata.
2 changes: 1 addition & 1 deletion packages/ecmascript-collections/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "ecmascript-collections",
version: "0.1.6-rc.1",
version: "0.1.6",
summary: "Polyfills for ECMAScript 2015 Map and Set",
git: "https://github.com/meteor/ecmascript-collections",
documentation: "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/ecmascript/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.1.3-rc.4',
version: '0.1.3',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion packages/ejson/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Extended and Extensible JSON library",
version: '1.0.7-rc.0'
version: '1.0.7'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Send email messages",
version: "1.0.7-rc.1"
version: "1.0.7"
});

Npm.depends({
Expand Down
Loading

0 comments on commit cf6d7f1

Please sign in to comment.