chore(release): 0.1.7
This commit is contained in:
parent
0937412b1c
commit
530db7cbcb
3 changed files with 13 additions and 3 deletions
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
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.
|
||||
|
||||
### [0.1.7](https://github.com/catppuccin/palette/compare/v0.1.6...v0.1.7) (2023-03-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* expose scss files in package.json 'exports' ([#43](https://github.com/catppuccin/palette/issues/43)) ([0bc8247](https://github.com/catppuccin/palette/commit/0bc8247f1a7d62d8804d8aed1294930caedaf73b))
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@catppuccin/palette",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@catppuccin/palette",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@catppuccin/palette",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "Soothing pastel themes for the high-spirited!",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
|
|
Loading…
Reference in a new issue