8 Commits

Author SHA1 Message Date
Hammy
b0d472df3b
fix(palette): incorrect rgb channel ordering (#32)
* fix(palette): incorrect rgb channel ordering

* tests(palette): remove "built-in" tests

* ci(deploy): switch to token based auth
2025-02-22 23:19:12 +00:00
renovate[bot]
fff3d8dd76
fix(deps): update dependency com.google.code.gson:gson to v2.12.1 (#30)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-22 22:57:28 +00:00
renovate[bot]
5c735c4092
fix(deps): update dependency com.google.code.gson:gson to v2.11.0 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 16:49:39 +01:00
Hammy
2d296b90ea
chore: bump all modules (#8) 2024-05-18 16:38:11 +01:00
Hammy
01352e1919
fix: remove dynamic ${revision} (#7) 2024-05-18 16:02:57 +01:00
Hammy
d1bf059ea0
build: specify url & description (#6) 2024-05-18 03:51:42 +01:00
Hammy
e6c9c1d049
ci: only deploy palette & processing (#4) 2024-05-18 03:30:54 +01:00
nullishamy
36240ecb18
feat!: auto-generate from palette.json (#3)
This commit rewrites the library to be generated from
the palette.json which acts as a source of truth.

The project is now a multi-module maven project, with
the "processing" module responsible for generating the
code used in the "palette" module. Both modules will be
published to Maven Central and available as separate
JARs.

Co-authored-by: sgoudham <sgoudham@gmail.com>
2024-05-18 03:17:27 +01:00