Skip to content

Commit 2add273

Browse files
committed
Docs: Bump version and update JS deps
1 parent 0d6012b commit 2add273

File tree

8 files changed

+223
-140
lines changed

8 files changed

+223
-140
lines changed

coloraide/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,5 @@ def parse_version(ver: str) -> Version:
204204
return Version(major, minor, micro, release, pre, post, dev)
205205

206206

207-
__version_info__ = Version(8, 1, 0, "final")
207+
__version_info__ = Version(8, 2, 0, "final")
208208
__version__ = __version_info__._get_canonical()

docs/src/markdown/examples/3d_models.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ <h1>ColorAide Color Space Models</h1>
10751075
let colorSpaces = null
10761076
let colorGamuts = null
10771077
let lastModel = null
1078-
let package = 'coloraide-8.1-py3-none-any.whl'
1078+
let package = 'coloraide-8.2-py3-none-any.whl'
10791079
const defaultSpace = 'lab'
10801080
const defaultGamut = 'srgb'
10811081
const exceptions = new Set(['hwb', 'ryb', 'ryb-biased'])

docs/src/markdown/examples/colorpicker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h1>ColorAide Color Picker</h1>
421421
let pyodide = null
422422
let webspace = ''
423423
let initial = 'oklab(0.69 0.13 -0.1 / 0.85)'
424-
let package = 'coloraide-8.1-py3-none-any.whl'
424+
let package = 'coloraide-8.2-py3-none-any.whl'
425425

426426
const base = `${window.location.origin}/${window.location.pathname.split('/')[1]}/playground/`
427427
package = base + package

docs/src/zensical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ extra_javascript:
355355
- assets/pymdownx-extras/extra-loader-Ccztcqfq.js
356356
- https://cdn.jsdelivr.net/npm/ace-builds@1.43.0/src-min-noconflict/ace.js
357357
- https://cdn.jsdelivr.net/npm/mermaid@11.12.1/dist/mermaid.min.js
358-
- playground-config-e60adc70.js
358+
- playground-config-c438b45e.js
359359
- https://cdn.jsdelivr.net/pyodide/v0.29.0/full/pyodide.js
360360
- assets/coloraide-extras/extra-notebook.js
361361
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var colorNotebook = {
2-
"playgroundWheels": ['micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-8.1-py3-none-any.whl'],
3-
"notebookWheels": ['pyyaml', 'markdown-3.10.1-py3-none-any.whl', 'pymdown_extensions-10.20-py3-none-any.whl', 'micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-8.1-py3-none-any.whl'],
2+
"playgroundWheels": ['micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-8.2-py3-none-any.whl'],
3+
"notebookWheels": ['pyyaml', 'markdown-3.10.1-py3-none-any.whl', 'pymdown_extensions-10.20-py3-none-any.whl', 'micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-8.2-py3-none-any.whl'],
44
"defaultPlayground": "import coloraide\ncoloraide.__version__\nColor('red')"
55
}

0 commit comments

Comments
 (0)