Skip to content

Commit

Permalink
chore(main): release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 23, 2024
1 parent 563cdbc commit 9b8f74c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1.1](https://github.com/catppuccin/palette/compare/v1.1.0...v1.1.1) (2024-03-23)


### Documentation

* **css:** fix incorrect var ([#75](https://github.com/catppuccin/palette/issues/75)) ([10eb998](https://github.com/catppuccin/palette/commit/10eb998cd69dad4e2d5c0f3b0bdc81e294de8cb9))
* **README.md:** add `catppuccin/flutter` ([#77](https://github.com/catppuccin/palette/issues/77)) ([563cdbc](https://github.com/catppuccin/palette/commit/563cdbccc813ae6716ef8242391e6f9dca8d7596))

## [1.1.0](https://github.com/catppuccin/palette/compare/v1.0.3...v1.1.0) (2024-02-12)


Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"build": "deno task build:npm & deno task build:palettes",
"generate": "deno run -A ./scripts/gen_palette.ts"
},
"version": "1.1.0"
"version": "1.1.1"
}

0 comments on commit 9b8f74c

Please sign in to comment.