We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7c999 commit d9b627fCopy full SHA for d9b627f
2 files changed
.github/workflows/main.yml
@@ -1,9 +1,10 @@
1
-name: Compressed Size
+name: Tests
2
3
on: [pull_request]
4
5
jobs:
6
build:
7
+ name: "Units Test & Verify Bundle Size"
8
9
runs-on: ubuntu-latest
10
@@ -22,7 +23,7 @@ jobs:
22
23
shell: bash
24
run: npm install
25
- - name: "Run Project unit tests"
26
+ - name: "Unit tests"
27
28
run: |
29
Xvfb -ac :99 -screen 0 1280x1024x16 &
projects/mobx-angular/package.json
@@ -1,10 +1,10 @@
{
"name": "mobx-angular",
- "version": "4.7.1",
+ "version": "4.7.2",
"description": "Angular connector to MobX (2 and above)",
"peerDependencies": {
- "@angular/common": ">=11.1.1 <16.0.0",
- "@angular/core": ">=11.1.1 <16.0.0",
+ "@angular/common": ">=11.1.1",
+ "@angular/core": ">=11.1.1",
"mobx": ">=2",
"tslib": "^2.0.0"
},
0 commit comments