Skip to content

Commit

Permalink
Bump all of the version numbers to rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Oct 8, 2014
1 parent a36b63b commit 698fbed
Show file tree
Hide file tree
Showing 124 changed files with 124 additions and 124 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.1.2-pre.2"
version: "1.1.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.1.2-rc.0"
});

Package.on_use(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.0.3-pre.2"
version: "1.0.3-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(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.3-pre.2"
version: "1.1.3-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.1.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/application-configuration/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Interaction with the configuration sources for your apps",
version: '1.0.3-pre.2'
version: '1.0.3-rc.0'
});

Package.on_use(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.1-pre.2'
version: '1.0.1-rc.0'
});

// 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: "Publish the entire database to all clients",
version: '1.0.1-pre.2'
version: '1.0.1-rc.0'
});

// This package is empty; its presence is detected by livedata and
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.1.2-pre.4'
version: '1.1.2-rc.0'
});

Cordova.depends({
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.1-pre.2'
version: '1.0.1-rc.0'
});

Package.on_use(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.1-pre.2'
version: '1.0.1-rc.0'
});

Package.on_use(function (api) {
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.1-pre.2'
version: '1.0.1-rc.0'
});

Package.on_use(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.0.2-pre.2'
version: '2.0.2-rc.0'
});

Package.on_use(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.1-pre.4'
version: '1.0.1-rc.0'
});

Package.on_use(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.1-pre.2"
version: "1.0.1-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(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.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(function (api) {
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.1-pre.2'
version: '1.0.1-rc.0'
});

Package.on_use(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.2-pre.2'
version: '1.0.2-rc.0'
});

Package.on_use(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.1-pre.2"
version: "1.0.1-rc.0"
});

// 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.1-pre.2"
version: "1.0.1-rc.0"
});

Package.on_use(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.4-pre.3"
version: "1.0.4-rc.0"
});

Package._transitional_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.15-pre.2"
version: "1.0.15-rc.0"
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/ctl-helper/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Helpers for control programs",
version: "1.0.4-pre.2"
version: "1.0.4-rc.0"
});

Npm.depends({optimist: '0.6.0'});
Expand Down
2 changes: 1 addition & 1 deletion packages/ctl/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Default control program for an application",
version: "1.0.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(function (api) {
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.0.10-pre.2'
version: '1.0.10-rc.0'
});

// We use 'faye-websocket' for connections in server-to-server DDP, mostly
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.5-pre.2'
version: '1.0.5-rc.0'
});

Package.on_use(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-bundle-fetcher/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "A shell script for downloading the Meteor dev bundle",
version: "1.0.1-pre.2"
version: "1.0.1-rc.0"
});

Package.on_use(function (api) {
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.1-pre.2'
version: '1.0.1-rc.0'
});

// This package is empty; its presence is detected by mongo-livedata.
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.4-pre.2'
version: '1.0.4-rc.0'
});

Package.on_use(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.4-pre.2"
version: "1.0.4-rc.0"
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Facebook OAuth flow",
version: "1.1.1-pre.2"
version: "1.1.1-rc.0"
});

Package.on_use(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/facts/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Publish internal app statistics",
version: '1.0.2-pre.2'
version: '1.0.2-rc.0'
});

Package.on_use(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/fastclick/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Faster touch events on mobile",
version: '1.0.1-pre.3'
version: '1.0.1-rc.0'
});

Package.on_use(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/follower-livedata/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Maintain a connection to the leader of an election set",
version: '1.0.2-pre.2'
version: '1.0.2-rc.0'
});

Package.on_use(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/force-ssl/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Require this application to use HTTPS",
version: "1.0.2-pre.2"
version: "1.0.2-rc.0"
});

Package.on_use(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/geojson-utils/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'GeoJSON utility functions (from https://github.com/maxogden/geojson-js-utils)',
version: '1.0.1-pre.2'
version: '1.0.1-rc.0'
});

Package.on_use(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Github OAuth flow",
version: "1.1.1-pre.2"
version: "1.1.1-rc.0"
});

Package.on_use(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/google/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Google OAuth flow",
version: "1.1.1-pre.2"
version: "1.1.1-rc.0"
});

Package.on_use(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/handlebars/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Deprecated",
version: '1.0.1-pre.2'
version: '1.0.1-rc.0'
});

Package.on_use(function (api) {
Expand Down
Loading

0 comments on commit 698fbed

Please sign in to comment.