Skip to content

Commit

Permalink
- publish new official version
Browse files Browse the repository at this point in the history
  • Loading branch information
denihs committed Jul 18, 2024
1 parent b5488ec commit 34cb0f1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.0.3

- Official publish for support Meteor 3

## 3.0.0

- Meteor 3.0 compatibility; drop Fibers
Expand Down
38 changes: 19 additions & 19 deletions package/.versions
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[email protected]-alpha300.11
[email protected].1
[email protected]-alpha300.11
[email protected].3
[email protected].8-alpha300.11
[email protected]-alpha300.11
[email protected].1
[email protected].0
[email protected].3
[email protected]
[email protected].2
[email protected]
[email protected].4
[email protected].9
[email protected]
[email protected].2
[email protected].1
[email protected].5
[email protected]
[email protected].1
[email protected]-alpha300.11
meteortesting:browser-tests@1.5.3-alpha300.11
meteortesting:[email protected]-alpha300.11
[email protected].2
[email protected]
meteortesting:browser-tests@1.7.0
meteortesting:[email protected]
meteortesting:[email protected]
[email protected].9
modules@0.19.1-alpha300.11
[email protected].1
[email protected]-alpha300.11
[email protected].7
underscore@1.0.14-alpha300.11
[email protected].11
modules@0.20.1
[email protected].2
[email protected]
[email protected].9
underscore@1.6.4
8 changes: 4 additions & 4 deletions package/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ Package.describe({
summary: 'Run Meteor package or app tests with Mocha',
git: 'https://github.com/meteortesting/meteor-mocha.git',
documentation: '../README.md',
version: '3.0.3-beta300.0',
version: '3.0.3',
testOnly: true,
});

Package.onUse(function onUse(api) {
api.use([
'meteortesting:[email protected].2-beta300.0',
'[email protected].8-alpha300.11',
'meteortesting:[email protected]',
'[email protected].9',
]);

api.use(['meteortesting:browser-tests@1.5.3-alpha300.11', '[email protected] || 2.0.0'], 'server');
api.use(['meteortesting:browser-tests@1.7.0', '[email protected] || 2.0.0'], 'server');
api.use('[email protected]', 'server', { weak: true });
api.use('lmieulet:[email protected] || 2.0.1 || 3.0.0 || 4.1.0', 'client', { weak: true });

Expand Down

0 comments on commit 34cb0f1

Please sign in to comment.