-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Vulcan", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"engines": { | ||
"npm": "^3.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package.describe({ | ||
name: 'vulcan:accounts', | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
summary: 'Accounts UI for React in Meteor 1.3+', | ||
git: 'https://github.com/studiointeract/accounts-ui', | ||
documentation: 'README.md' | ||
|
@@ -9,7 +9,7 @@ Package.describe({ | |
Package.onUse(function(api) { | ||
api.versionsFrom('1.6.1'); | ||
|
||
api.use('vulcan:[email protected].0'); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
SachaG
Author
Contributor
|
||
api.use('vulcan:[email protected].1'); | ||
|
||
api.use('ecmascript'); | ||
api.use('tracker'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:admin", | ||
summary: "Vulcan components package", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -14,7 +14,7 @@ Package.onUse(function (api) { | |
'fourseven:[email protected]', | ||
'[email protected]', | ||
// Vulcan packages | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
|
||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: 'vulcan:cloudinary', | ||
summary: 'Vulcan file upload package.', | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.mainModule("lib/client/main.js", "client"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:core", | ||
summary: "Vulcan core package", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,15 +10,15 @@ Package.onUse(function(api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.imply([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.mainModule('lib/server/main.js', 'server'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:debug", | ||
summary: "Vulcan debug package", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git", | ||
debugOnly: true | ||
}); | ||
|
@@ -17,8 +17,8 @@ Package.onUse(function (api) { | |
|
||
// Vulcan packages | ||
|
||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
|
||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:email", | ||
summary: "Vulcan email package", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:embed", | ||
summary: "Vulcan Embed package", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: 'https://github.com/VulcanJS/Vulcan.git' | ||
}); | ||
|
||
|
@@ -11,7 +11,7 @@ Package.onUse( function(api) { | |
|
||
api.use([ | ||
'http', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'fourseven:[email protected]' | ||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:events-ga", | ||
summary: "Vulcan Google Analytics event tracking package", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function(api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule("lib/server/main.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: 'vulcan:events-intercom', | ||
summary: 'Vulcan Intercom integration package.', | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function (api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.mainModule("lib/client/main.js", "client"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:events-internal", | ||
summary: "Vulcan internal event tracking package", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function(api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule("lib/server/main.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:events-segment", | ||
summary: "Vulcan Segment", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function (api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule('lib/server/main.js', 'server'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:events", | ||
summary: "Vulcan event tracking package", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function(api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule("lib/server/main.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:forms-tags", | ||
summary: "Vulcan tag input package", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: 'https://github.com/VulcanJS/Vulcan.git' | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse( function(api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.mainModule("lib/export.js", ["client", "server"]); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:forms-upload", | ||
summary: "Vulcan package extending vulcan:forms to upload images to Cloudinary from a drop zone.", | ||
version: "1.11.0", | ||
version: "1.11.1", | ||
git: 'https://github.com/xavcz/nova-forms-upload.git' | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse( function(api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
'fourseven:[email protected]' | ||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:forms", | ||
summary: "Form containers for React", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/meteor-utilities/react-form-containers.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function(api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
|
||
'fourseven:[email protected]' | ||
]); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:i18n-en-us", | ||
summary: "Vulcan i18n package (en_US)", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.addFiles([ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:i18n-es-es", | ||
summary: "Vulcan i18n package (es_ES)", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.addFiles([ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "vulcan:i18n-fr-fr", | ||
summary: "Vulcan i18n package (fr_FR)", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.addFiles([ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: 'vulcan:i18n', | ||
summary: "i18n client polyfill", | ||
version: '1.11.0', | ||
version: '1.11.1', | ||
git: "https://github.com/VulcanJS/Vulcan" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom('1.6.1'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule('lib/server/main.js', 'server'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
@SachaG
I wanted to ask you how to speed up the update of the version number of each package, and 'an operation that you do either manually or with a script? or with your development idea?
I am the matenitor of a very large meteor project and I have this problem of keeping synchronized versions of the meteor packages at each publish, it is a lot of pkg and now I do this manually: it is very boring