Skip to content

Commit d9b627f

Browse files
authored
Don't Limit Upper Angular Version (#182)
* Don't limit upper Angular version * Improve GitHub Action workflow name
1 parent 0b7c999 commit d9b627f

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Compressed Size
1+
name: Tests
22

33
on: [pull_request]
44

55
jobs:
66
build:
7+
name: "Units Test & Verify Bundle Size"
78

89
runs-on: ubuntu-latest
910

@@ -22,7 +23,7 @@ jobs:
2223
shell: bash
2324
run: npm install
2425

25-
- name: "Run Project unit tests"
26+
- name: "Unit tests"
2627
shell: bash
2728
run: |
2829
Xvfb -ac :99 -screen 0 1280x1024x16 &

projects/mobx-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "mobx-angular",
3-
"version": "4.7.1",
3+
"version": "4.7.2",
44
"description": "Angular connector to MobX (2 and above)",
55
"peerDependencies": {
6-
"@angular/common": ">=11.1.1 <16.0.0",
7-
"@angular/core": ">=11.1.1 <16.0.0",
6+
"@angular/common": ">=11.1.1",
7+
"@angular/core": ">=11.1.1",
88
"mobx": ">=2",
99
"tslib": "^2.0.0"
1010
},

0 commit comments

Comments
 (0)