mirror of
https://gitea.catppuccin.com/catppuccin/palette
synced 2025-02-19 21:06:50 +00:00
chore(main): release 1.7.0 (#111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b669cdf78c
commit
eb5586561e
@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "1.6.0"
|
||||
".": "1.7.0"
|
||||
}
|
||||
|
@ -2,6 +2,13 @@
|
||||
|
||||
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.
|
||||
|
||||
## [1.7.0](https://github.com/catppuccin/palette/compare/v1.6.0...v1.7.0) (2024-11-02)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **ansi:** add `hsl` and `rgb` values ([#110](https://github.com/catppuccin/palette/issues/110)) ([b669cdf](https://github.com/catppuccin/palette/commit/b669cdf78cfba997ba6bf06918d83daa250caf1c))
|
||||
|
||||
## [1.6.0](https://github.com/catppuccin/palette/compare/v1.5.0...v1.6.0) (2024-11-01)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@catppuccin/palette",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"exports": "./mod.ts",
|
||||
"importMap": "./import_map.json",
|
||||
"exclude": [
|
||||
|
@ -73,5 +73,5 @@ Deno.test("ansiEntries", () => {
|
||||
});
|
||||
|
||||
Deno.test("version", () => {
|
||||
assertEquals(version, "1.6.0"); // x-release-please-version
|
||||
assertEquals(version, "1.7.0"); // x-release-please-version
|
||||
});
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"latte": {
|
||||
"name": "Latte",
|
||||
"emoji": "🌻",
|
||||
|
Loading…
Reference in New Issue
Block a user