Skip to content

Commit

Permalink
Merge pull request #145 from mobxjs/feat/137/v12-v13-support
Browse files Browse the repository at this point in the history
Feat/137/v12 v13 support
  • Loading branch information
SimonMcKinsey committed Nov 6, 2021
2 parents aa277ba + 32909dc commit b6b45c8
Show file tree
Hide file tree
Showing 53 changed files with 5,851 additions and 6,687 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.angular/cache
node_modules
dist
coverage
Expand Down
5 changes: 5 additions & 0 deletions .husky/post-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

echo [Husky] pre-commit running Prettier on staged files
npx lint-staged
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="4.4.0"></a>
# 4.3.0 (2021-11-06)
* Added support for Angular 13
* Added an example project in Angular 13
* Updated example project in Angular 11

<a name="4.3.0"></a>
# 4.3.0 (2021-03-05)
* Added support for Angular 11
Expand Down

0 comments on commit b6b45c8

Please sign in to comment.