Skip to content

Commit 07d02aa

Browse files
chore(main): release 1.8.0 (#136)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c7fc93 commit 07d02aa

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.1"
2+
".": "1.8.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.8.0](https://github.com/catppuccin/palette/compare/v1.7.1...v1.8.0) (2026-03-21)
6+
7+
8+
### Features
9+
10+
* generate `oklch` values ([#134](https://github.com/catppuccin/palette/issues/134)) ([c0a2b5c](https://github.com/catppuccin/palette/commit/c0a2b5c4429d381abb14dbd5fe9be44525a7cfa0))
11+
12+
13+
### Documentation
14+
15+
* **css:** document `jsdelivr` as an option ([#123](https://github.com/catppuccin/palette/issues/123)) ([0df7db6](https://github.com/catppuccin/palette/commit/0df7db6fe201b437d91e7288fa22807bb0e44701))
16+
* **README:** add `catppuccin/ruby` ([#114](https://github.com/catppuccin/palette/issues/114)) ([b85d36a](https://github.com/catppuccin/palette/commit/b85d36adec22631684ae64ced0a5cdd15462de3b))
17+
* **sass:** update formatting of map command ([#124](https://github.com/catppuccin/palette/issues/124)) ([1d70805](https://github.com/catppuccin/palette/commit/1d708055fe195bc55f81007c7db741efe1f210f1))
18+
* **sass:** update maps syntax to latest sass version ([1d13846](https://github.com/catppuccin/palette/commit/1d13846d736bdd96ca84e8406209c834ed9f8fc6))
19+
520
## [1.7.1](https://github.com/catppuccin/palette/compare/v1.7.0...v1.7.1) (2024-11-02)
621

722

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catppuccin/palette",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"exports": "./mod.ts",
55
"importMap": "./import_map.json",
66
"exclude": [

mod.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ Deno.test("ansiEntries", () => {
8181
});
8282

8383
Deno.test("version", () => {
84-
assertEquals(version, "1.7.1"); // x-release-please-version
84+
assertEquals(version, "1.8.0"); // x-release-please-version
8585
});

palette.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.1",
2+
"version": "1.8.0",
33
"latte": {
44
"name": "Latte",
55
"emoji": "🌻",

0 commit comments

Comments
 (0)