Skip to content

Commit

Permalink
release: v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaemin committed May 14, 2020
1 parent f7d4177 commit 954a1f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v3.7.2

- **[FIX]** Remove event listeners after unmounted
- **[FIX]** Deprecate customizable inline SVG `width`, `height` and remove them from where they're being used
- **[CHORE]** Move all the client-side codes that running inside `_app.tsx` from global section to React mounted hook

## v3.7.1

- **[FIX]** Remove deprecated PAYW's next plugins

## v3.7.0

- **[FEAT]** Use Next.js' built-in Sass module feature instead of `next-sass` plugin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eodiro-next",
"version": "3.7.1",
"version": "3.7.2",
"eodiro-api-version": "1.7.0",
"author": "PAYW",
"license": "MIT",
Expand Down

0 comments on commit 954a1f8

Please sign in to comment.