Skip to content

Commit

Permalink
Bump release version and package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Sep 22, 2015
1 parent 4c40abb commit 5949f2a
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
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"
version: "1.0.6"
});

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"
version: "1.0.6"
});

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"
version: "1.0.6"
});

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"
version: "1.0.6"
});

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"
version: "1.0.6"
});

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"
version: "1.1.7"
});

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"
version: "1.1.3"
});

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"
version: "1.0.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"
version: "1.0.6"
});

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"
version: "1.0.6"
});

Package.onUse(function (api) {
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'
version: '5.8.24_1'
});

Npm.depends({
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"
version: "1.0.6"
});

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"
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"
version: "1.0.5"
});

// XXX this code dumps symbols into the global namespace (directly
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"
version: "1.0.9"
});

Package.registerBuildPlugin({
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'
version: '1.2.2'
});

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'
version: '1.0.9'
});

Package.onUse(function (api) {
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',
version: '0.1.4',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md'
});
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.5"
version: "1.0.6"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/launch-screen/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
// between such packages and the build tool.
name: 'launch-screen',
summary: 'Default and customizable launch screen on mobile.',
version: '1.0.3'
version: '1.0.4'
});

Cordova.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/less/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'less',
version: '2.5.0_1',
version: '2.5.0_2',
summary: 'Leaner CSS language',
documentation: 'README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion packages/livedata/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Moved to the 'ddp' package",
version: '1.0.14'
version: '1.0.15'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/localstorage/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Simulates local storage on IE 6,7 using userData",
version: "1.0.4"
version: "1.0.5"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/meteor-tool/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.1.7'
version: '1.1.8'
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/minifiers/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "JavaScript and CSS minifiers",
version: "1.1.6"
version: "1.1.7"
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth2/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for OAuth2-based login services",
version: "1.1.4"
version: "1.1.5"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/preserve-inputs/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Deprecated package (now empty)",
version: "1.0.4"
version: "1.0.5"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/reload-safetybelt/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Reload safety belt for multi-server deployments",
version: '1.0.4'
version: '1.0.5'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/static-html/package.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package.describe({
version: '1.0.0',
version: '1.0.1',
// Brief, one-line summary of the package.
summary: 'Define static page content in .html files',
git: 'https://github.com/meteor/meteor',
Expand Down
2 changes: 1 addition & 1 deletion packages/stylus/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Expressive, dynamic, robust CSS',
version: "2.511.0"
version: "2.511.0_1"
});

Package.registerBuildPlugin({
Expand Down
2 changes: 1 addition & 1 deletion packages/templating/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Allows templates to be defined in .html files",
version: '1.1.2'
version: '1.1.3'
});

// Today, this package is closely intertwined with Handlebars, meaning
Expand Down
2 changes: 1 addition & 1 deletion packages/test-in-console/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Run tests noninteractively, with results going to the console.",
version: '1.0.6'
version: '1.0.7'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-server-tests-in-console-once/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Run server tests noninteractively, with results going to the console.",
version: '1.0.4'
version: '1.0.5'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Deprecated: Use the 'blaze' package",
version: '1.0.7'
version: '1.0.8'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-hashing/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Used internally by WebApp. Knows how to hash programs from manifests.",
version: "1.0.4"
version: "1.0.5"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion scripts/admin/meteor-release-official.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.2",
"version": "1.2.0.1",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"
Expand Down

0 comments on commit 5949f2a

Please sign in to comment.