Merge branch 'devel' into feature/docs

This commit is contained in:
Jan Dvorak
2021-10-14 16:55:31 +02:00
committed by GitHub
4 changed files with 58 additions and 13 deletions

View File

@@ -2,10 +2,10 @@ name: NPM eslint-plugin-meteor
on:
push:
paths:
- 'npm-packages/eslint-plugin-meteor/**'
- "npm-packages/eslint-plugin-meteor/**"
pull_request:
paths:
- 'npm-packages/eslint-plugin-meteor/**'
- "npm-packages/eslint-plugin-meteor/**"
jobs:
test:
runs-on: ubuntu-latest
@@ -14,13 +14,13 @@ jobs:
working-directory: npm-packages/eslint-plugin-meteor
strategy:
matrix:
node-version: [ 12.x, 14.x ]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm test

View File

@@ -2,10 +2,10 @@ name: NPM meteor-babel
on:
push:
paths:
- 'npm-packages/meteor-babel/**'
- "npm-packages/meteor-babel/**"
pull_request:
paths:
- 'npm-packages/meteor-babel/**'
- "npm-packages/meteor-babel/**"
jobs:
test:
runs-on: ubuntu-latest
@@ -14,12 +14,13 @@ jobs:
working-directory: npm-packages/meteor-babel
strategy:
matrix:
node-version: [ 12.x, 14.x ]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run test

View File

@@ -2,10 +2,10 @@ name: NPM meteor-promise
on:
push:
paths:
- 'npm-packages/meteor-promise/**'
- "npm-packages/meteor-promise/**"
pull_request:
paths:
- 'npm-packages/meteor-promise/**'
- "npm-packages/meteor-promise/**"
jobs:
test:
runs-on: ubuntu-latest
@@ -14,12 +14,13 @@ jobs:
working-directory: npm-packages/meteor-promise
strategy:
matrix:
node-version: [ 12.x, 14.x ]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run test

View File

@@ -27,6 +27,13 @@
* `modern-browsers@0.1.7`
- Added `firefoxMobile` as an alias for `firefox`
## v2.4.1, 2021-10-12
#### Meteor Version Release
* `meteor-tool@2.4.1`
- Patch to make 2.4.1 compatible with Push to Deploy feature in Galaxy (Meteor Cloud)
## v2.4, 2021-09-15
#### Highlights
@@ -139,6 +146,13 @@
* `callback-hook@1.4.0`
- Added `forEach` iterator to be more in-line with the ES use for iterations. `each` is now deprecated, but will remain supported.
## v2.3.7, 2021-10-12
#### Meteor Version Release
* `meteor-tool@2.3.7`
- Patch to make 2.3.7 compatible with Push to Deploy feature in Galaxy (Meteor Cloud)
## v2.3.6, 2021-09-02
@@ -493,6 +507,13 @@
* `react-fast-refresh@0.1.1`
- Fixed the package to work in IE11
## v2.2.4, 2021-10-12
#### Meteor Version Release
* `meteor-tool@2.2.4`
- Patch to make 2.2.4 compatible with Push to Deploy feature in Galaxy (Meteor Cloud)
## v2.2.3, 2021-08-12
@@ -595,6 +616,14 @@
* `webapp@1.10.1`
- Fix for UNIX sockets with node cluster. [#11369](https://github.com/meteor/meteor/pull/11369)
## v2.1.2, 2021-10-12
#### Meteor Version Release
* `meteor-tool@2.1.2`
- Patch to make 2.1.2 compatible with Push to Deploy feature in Galaxy (Meteor Cloud)
## v2.1.1, 2021-04-06
### Changes
@@ -639,6 +668,13 @@
* N/A
## v2.0.1, 2021-10-12
#### Meteor Version Release
* `meteor-tool@2.0.1`
- Patch to make 2.0.1 compatible with Push to Deploy feature in Galaxy (Meteor Cloud)
## v2.0, 2021-01-20
### Changes
@@ -705,6 +741,13 @@ Simple run `meteor update` in your app.
Great new features and no breaking changes (except one package deprecation). You can always check our [Roadmap](./Roadmap.md) to understand what is next.
## v1.12.2, 2021-10-12
#### Meteor Version Release
* `meteor-tool@1.12.2`
- Patch to make 1.12.2 compatible with Push to Deploy feature in Galaxy (Meteor Cloud)
## v1.12.1, 2021-01-06
### Breaking changes