Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 24, 2022
1 parent 379d9d0 commit 61f9d99
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion coloraide/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,5 @@ def parse_version(ver: str) -> Version:
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(0, 13, 0, "final")
__version_info__ = Version(0, 14, 0, "final")
__version__ = __version_info__._get_canonical()

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ extra_css:
- assets/coloraide-extras/extra-477e18ad12.css
extra_javascript:
- https://cdn.jsdelivr.net/pyodide/v0.19.0/full/pyodide.js
- assets/coloraide-extras/extra-notebook-457f694f.js
- assets/coloraide-extras/extra-notebook-d812c8a2.js

extra:
social:
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.7",
"@babel/core": "^7.17.8",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-external-helpers": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.7",
"@fortawesome/fontawesome-free": "^6.1.0",
"@mdi/svg": "^6.5.95",
"@fortawesome/fontawesome-free": "^6.1.1",
"@mdi/svg": "^6.6.95",
"@primer/octicons": "^17.0.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-replace": "^4.0.0",
Expand Down Expand Up @@ -66,6 +66,6 @@
"stylelint-scss": "^4.2.0",
"terser": "^5.12.1",
"vinyl-paths": "^4.0.0",
"yargs": "^17.3.1"
"yargs": "^17.4.0"
}
}

0 comments on commit 61f9d99

Please sign in to comment.