Skip to content

Commit b6b45c8

Browse files
author
Simon Touitou
authored
Merge pull request #145 from mobxjs/feat/137/v12-v13-support
Feat/137/v12 v13 support
2 parents aa277ba + 32909dc commit b6b45c8

53 files changed

Lines changed: 5851 additions & 6687 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.angular/cache
12
node_modules
23
dist
34
coverage

.husky/post-commit

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
echo [Husky] pre-commit running Prettier on staged files
5+
npx git reset

.husky/pre-commit

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
echo [Husky] pre-commit running Prettier on staged files
5+
npx lint-staged

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="4.4.0"></a>
2+
# 4.3.0 (2021-11-06)
3+
* Added support for Angular 13
4+
* Added an example project in Angular 13
5+
* Updated example project in Angular 11
6+
17
<a name="4.3.0"></a>
28
# 4.3.0 (2021-03-05)
39
* Added support for Angular 11

0 commit comments

Comments
 (0)