Skip to content

Commit

Permalink
v1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaG committed Sep 12, 2018
1 parent 43515b3 commit 0c99b9a
Show file tree
Hide file tree
Showing 30 changed files with 120 additions and 118 deletions.
90 changes: 46 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "Vulcan",
"version": "1.12.4",
"version": "1.12.5",
"engines": {
"npm": "^3.0"
},
Expand Down Expand Up @@ -96,15 +96,15 @@
"chromedriver": "^2.40.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^3.10.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-meteor": "0.0.9",
"eslint-import-resolver-meteor": "^0.3.3",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-mocha": "^5.1.0",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^6.7.1",
"expect": "^23.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vulcan-accounts/package.js
@@ -1,6 +1,6 @@
Package.describe({
name: 'vulcan:accounts',
version: '1.12.4',
version: '1.12.5',
summary: 'Accounts UI for React in Meteor 1.3+',
git: 'https://github.com/studiointeract/accounts-ui',
documentation: 'README.md'
Expand All @@ -9,7 +9,7 @@ Package.describe({
Package.onUse(function(api) {
api.versionsFrom('1.6.1');

api.use('vulcan:core@1.12.4');
api.use('vulcan:core@1.12.5');

api.use('ecmascript');
api.use('tracker');
Expand Down
4 changes: 2 additions & 2 deletions packages/vulcan-admin/package.js
@@ -1,7 +1,7 @@
Package.describe({
name: 'vulcan:admin',
summary: 'Vulcan components package',
version: '1.12.4',
version: '1.12.5',
git: 'https://github.com/VulcanJS/Vulcan.git'
});

Expand All @@ -14,7 +14,7 @@ Package.onUse(function (api) {
'fourseven:scss@4.5.0',
'dynamic-import@0.1.1',
// Vulcan packages
'vulcan:core@1.12.4',
'vulcan:core@1.12.5',

]);

Expand Down
4 changes: 2 additions & 2 deletions packages/vulcan-cloudinary/package.js
@@ -1,7 +1,7 @@
Package.describe({
name: 'vulcan:cloudinary',
summary: 'Vulcan file upload package.',
version: '1.12.4',
version: '1.12.5',
git: 'https://github.com/VulcanJS/Vulcan.git'
});

Expand All @@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom('1.6.1');

api.use([
'vulcan:core@1.12.4'
'vulcan:core@1.12.5'
]);

api.mainModule('lib/client/main.js', 'client');
Expand Down
14 changes: 7 additions & 7 deletions packages/vulcan-core/package.js
@@ -1,22 +1,22 @@
Package.describe({
name: 'vulcan:core',
summary: 'Vulcan core package',
version: '1.12.4',
version: '1.12.5',
git: 'https://github.com/VulcanJS/Vulcan.git'
});

Package.onUse(function (api) {
api.versionsFrom('1.6.1');

api.use([
'vulcan:lib@1.12.4',
'vulcan:i18n@1.12.4',
'vulcan:users@1.12.4',
'vulcan:routing@1.12.4',
'vulcan:debug@1.12.4'
'vulcan:lib@1.12.5',
'vulcan:i18n@1.12.5',
'vulcan:users@1.12.5',
'vulcan:routing@1.12.5',
'vulcan:debug@1.12.5'
]);

api.imply(['vulcan:lib@1.12.4']);
api.imply(['vulcan:lib@1.12.5']);

api.mainModule('lib/server/main.js', 'server');
api.mainModule('lib/client/main.js', 'client');
Expand Down
6 changes: 3 additions & 3 deletions packages/vulcan-debug/package.js
@@ -1,7 +1,7 @@
Package.describe({
name: 'vulcan:debug',
summary: 'Vulcan debug package',
version: '1.12.4',
version: '1.12.5',
git: 'https://github.com/VulcanJS/Vulcan.git',
debugOnly: true
});
Expand All @@ -17,8 +17,8 @@ Package.onUse(function (api) {

// Vulcan packages

'vulcan:lib@1.12.4',
'vulcan:email@1.12.4',
'vulcan:lib@1.12.5',
'vulcan:email@1.12.5',

]);

Expand Down
4 changes: 2 additions & 2 deletions packages/vulcan-email/package.js
@@ -1,7 +1,7 @@
Package.describe({
name: 'vulcan:email',
summary: 'Vulcan email package',
version: '1.12.4',
version: '1.12.5',
git: 'https://github.com/VulcanJS/Vulcan.git'
});

Expand All @@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom('1.6.1');

api.use([
'vulcan:lib@1.12.4'
'vulcan:lib@1.12.5'
]);

api.mainModule('lib/server.js', 'server');
Expand Down
4 changes: 2 additions & 2 deletions packages/vulcan-embed/package.js
@@ -1,7 +1,7 @@
Package.describe({
name: 'vulcan:embed',
summary: 'Vulcan Embed package',
version: '1.12.4',
version: '1.12.5',
git: 'https://github.com/VulcanJS/Vulcan.git'
});

Expand All @@ -11,7 +11,7 @@ Package.onUse( function(api) {

api.use([
'http',
'vulcan:core@1.12.4',
'vulcan:core@1.12.5',
'fourseven:scss@4.5.0'
]);

Expand Down
6 changes: 3 additions & 3 deletions packages/vulcan-events-ga/package.js
@@ -1,7 +1,7 @@
Package.describe({
name: 'vulcan:events-ga',
summary: 'Vulcan Google Analytics event tracking package',
version: '1.12.4',
version: '1.12.5',
git: 'https://github.com/VulcanJS/Vulcan.git'
});

Expand All @@ -10,8 +10,8 @@ Package.onUse(function(api) {
api.versionsFrom('1.6.1');

api.use([
'vulcan:core@1.12.4',
'vulcan:events@1.12.4',
'vulcan:core@1.12.5',
'vulcan:events@1.12.5',
]);

api.mainModule('lib/server/main.js', 'server');
Expand Down
6 changes: 3 additions & 3 deletions packages/vulcan-events-intercom/package.js
@@ -1,7 +1,7 @@
Package.describe({
name: 'vulcan:events-intercom',
summary: 'Vulcan Intercom integration package.',
version: '1.12.4',
version: '1.12.5',
git: 'https://github.com/VulcanJS/Vulcan.git'
});

Expand All @@ -10,8 +10,8 @@ Package.onUse(function (api) {
api.versionsFrom('1.6.1');

api.use([
'vulcan:core@1.12.4',
'vulcan:events@1.12.4'
'vulcan:core@1.12.5',
'vulcan:events@1.12.5'
]);

api.mainModule('lib/client/main.js', 'client');
Expand Down

0 comments on commit 0c99b9a

Please sign in to comment.