chore(release): 0.1.7

This commit is contained in:
winston 2023-03-03 04:41:30 +01:00
parent 0937412b1c
commit 530db7cbcb
No known key found for this signature in database
GPG key ID: 3786770EDBC2B481
3 changed files with 13 additions and 3 deletions

10
CHANGELOG.md Normal file
View 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
View file

@ -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",

View file

@ -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",