Commit Graph

159 Commits

Author SHA1 Message Date
Hammy
f36dfe2d92
docs(README): add catppuccin/gleam (#84) 2024-06-02 21:57:53 +01:00
Hammy
d89c0b31e7
ci(release-please): use action from googleapis (#83)
I confirmed that it shouldn't break anything
from looking at the documentation, but who
knows with release-please /shrug
2024-05-29 08:38:52 +01:00
github-actions[bot]
d751858fff
chore(main): release 1.2.0 (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-18 02:36:58 +01:00
uncenter
0abf33dc57
feat: add emoji for each flavor (#81) 2024-05-17 21:56:11 +01:00
github-actions[bot]
408f081b64
chore(main): release 1.1.1 (#76) 2024-03-25 23:00:38 +00:00
Hammy
16726028c5
ci: use different token to deploy (#79) 2024-03-25 22:56:48 +00:00
Hammy
7e613fee08
build: publish to JSR (#78)
* build(deno.json): add jsr info

* refactor(mod.ts): add explicit types

* ci: add publish step to JSR
2024-03-25 22:17:04 +00:00
Hammy
563cdbccc8
docs(README.md): add catppuccin/flutter (#77) 2024-03-23 15:03:51 +00:00
rare1k
10eb998cd6
docs(css): fix incorrect var (#75) 2024-03-15 08:57:30 +00:00
github-actions[bot]
e44233ceae
chore(main): release 1.1.0 (#70) 2024-02-12 22:04:47 +01:00
winston
caefe283b1
feat: add color names and spec order (#72) 2024-02-12 22:03:48 +01:00
pascall de creator
823bd0179d
docs: fix Sass link/filename case (#69) 2024-01-06 20:33:39 +01:00
github-actions[bot]
7f103c3e11
chore(main): release 1.0.3 (#68) 2024-01-02 23:37:38 +01:00
winston
7c73188ac7
fix(types): use singular for color name types (#67) 2024-01-02 23:36:55 +01:00
github-actions[bot]
6ce9a87b9b
chore(main): release 1.0.2 (#66) 2024-01-02 21:32:29 +01:00
winston
3d415e7c8d
fix(types): add accent/monochromatic color name types (#65) 2024-01-02 21:31:41 +01:00
winston
71ca10d24b
ci: add Deno dnt check (#64) 2024-01-02 21:22:05 +01:00
winston
7a22664ee6
ci: fix tarball step (#63) 2024-01-02 20:50:07 +01:00
github-actions[bot]
af11bc6d13
chore(main): release 1.0.1 (#62) 2023-12-29 04:46:13 +01:00
winston
59ed5dd906
fix: deno types (#59) 2023-12-29 04:45:10 +01:00
winston
1ce383c2c5
build: distribute palette as zip file as well (#60) 2023-12-29 04:42:50 +01:00
winston
e7525b79de
ci: add lint workflow (#61) 2023-12-29 04:42:18 +01:00
winston
6a8e91cfe6
ci: add GH_TOKEN 2023-12-28 12:03:28 +01:00
winston
a08b25f6a3
ci: add force release version 2023-12-28 11:59:12 +01:00
winston
0e04caf665
ci: add force release & fix node cache 2023-12-28 11:57:16 +01:00
github-actions[bot]
829b3edea7
chore(main): release 1.0.0 (#58) 2023-12-28 11:53:56 +01:00
winston
50056b49f1
ci: bump setup-node 2023-12-28 11:51:50 +01:00
winston
7750312691
ci: fix permissions 2023-12-28 11:47:40 +01:00
winston
8c506c7526
ci: fix extra-files path 2023-12-28 11:44:35 +01:00
winston
5aa876f162
feat!: complete rewrite (#49) 2023-12-28 11:43:11 +01:00
Raziman T V
403e0effd3
fix(gimp): palette syntax (#56) 2023-11-25 10:01:30 +01:00
Hamothy
59c8e66235
docs(README): add catppuccin/v (#54) 2023-10-27 23:09:19 +01:00
github-actions[bot]
205dd54c61
chore(main): release 0.2.0 (#53)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-10 04:38:19 +02:00
winston
7523376080
ci: add release-please 2023-07-10 04:28:41 +02:00
winston
35bfbf6ced
test: fix 2023-07-10 04:18:04 +02:00
winston
817fb5cbab
chore: update devDeps 2023-07-10 04:17:49 +02:00
tuhana
162abfceb5
fix(npm): export types for ESM (#52) 2023-07-10 04:05:11 +02:00
Afiq
b6fe8a258a docs(readme): add lua 2023-06-20 13:59:04 +01:00
Hamothy
26fe0a4789
feat: add nim library
ref: https://github.com/catppuccin/catppuccin/issues/2027
2023-04-28 18:05:55 +01:00
winston
52e96fe6d9
chore(release): 0.1.8 2023-04-02 06:08:25 +02:00
Andreas
743233cfd6
chore(less): cleanup (#48)
* chore(less): strip userstyles specific things

* chore(less): move lookups to catppuccin.less

Rename catppuccin-lookups to just catppuccin as it is the main file for colours definitions.
2023-04-02 05:54:56 +02:00
Sam Nystrom
df35c12c2f
feat: add machine-readable palette (#45)
* feat: add jq script for machine-readable palette

* feat: add machine-readable palette

* refactor: replace regex with jq filters

* build: add porcelain step to `package.json`

---------

Co-authored-by: winston <hey@winston.sh>
2023-04-02 03:03:16 +02:00
Isabel
baa0469b86
feat(less): add accents mixins (#47)
* mixins and accents and flavors
Co-authored-by: Andreas Grafen <andreas@grafen.info>
2023-03-31 23:34:40 +02:00
Andreas Grafen
e78e016e01
feat(npm): incluse LESS in package
This includes the LESS palette in our NPM Package.
2023-03-31 20:20:46 +02:00
Andreas Grafen
5d4b90fbb8
refactor(less): also offer colours for lookups 2023-03-31 20:15:38 +02:00
Andreas Grafen
094ebb62a5
feat: add LESS palette 2023-03-31 20:02:19 +02:00
winston
530db7cbcb
chore(release): 0.1.7 2023-03-03 04:41:30 +01:00
winston
0937412b1c
build: add standard-version & enable package-lock 2023-03-03 03:56:43 +01:00
Rhys-T
0bc8247f1a
fix: expose scss files in package.json 'exports' (#43) 2023-03-03 03:40:16 +01:00
rubyowo
159e88259b
docs: update unpkg url to latest version (#41) 2023-02-08 23:15:18 +01:00