-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from hcodes/fix_doc
Fix for server rendering
- Loading branch information
Showing
9 changed files
with
162 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## v6.2.1 | ||
+ Fix for server rendering. | ||
|
||
## v6.2.0 | ||
+ Improved randomization of snowflake positions. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "magic-snowflakes", | ||
"description": "Falling snowflakes", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"author": { | ||
"name": "Denis Seleznev", | ||
"email": "[email protected]", | ||
|
@@ -36,21 +36,21 @@ | |
], | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"autoprefixer": "^10.4.16", | ||
"cssnano": "^6.0.1", | ||
"del-cli": "5.1.0", | ||
"eslint": "8.53.0", | ||
"eslint": "8.55.0", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.31", | ||
"postcss": "^8.4.32", | ||
"postcss-cli": "^10.1.0", | ||
"postcss-inline-svg": "^6.0.0", | ||
"postcss-nested": "^6.0.1", | ||
"rollup": "^4.3.0", | ||
"rollup": "^4.6.1", | ||
"terser": "^5.24.0", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
"scripts": { | ||
"test": "eslint . & npm run typecheck", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters