Skip to content

Commit 191e82f

Browse files
committed
Releasing 0.14.7
1 parent a01ab0b commit 191e82f

File tree

3 files changed

+32
-19
lines changed

3 files changed

+32
-19
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.14.7 (2021-03-07)
5+
-------------------
6+
7+
* Fix the icon for the `edit-form` link.
8+
9+
410
0.14.6 (2021-03-02)
511
-------------------
612

package-lock.json

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
"@types/markdown-it": "^12.0.1",
4242
"@types/mocha": "^8.2.1",
4343
"@types/node": "^12.20.4",
44-
"@types/react": "^17.0.2",
44+
"@types/react": "^17.0.3",
4545
"@types/react-dom": "^17.0.1",
4646
"@typescript-eslint/eslint-plugin": "^4.16.1",
4747
"@typescript-eslint/parser": "^4.16.1",
48-
"chai": "^4.3.1",
48+
"chai": "^4.3.3",
4949
"eslint": "^7.21.0",
5050
"html-form-enhancer": "^0.1.9",
51-
"mocha": "^8.3.0",
51+
"mocha": "^8.3.1",
5252
"nyc": "^15.1.0",
5353
"ts-node": "^9.1.1",
54-
"typescript": "^4.2.2"
54+
"typescript": "^4.2.3"
5555
},
5656
"types": "dist/",
5757
"nyc": {

0 commit comments

Comments
 (0)