Skip to content

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Apr 22, 2024
1 parent ee4b57d commit 5c3d12a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/tidy-hotels-search.md

This file was deleted.

21 changes: 10 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
# 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.
## 1.1.1

## [1.1.0](https://github.com/ambar/postcss-theme-colors/compare/v1.0.0...v1.1.0) (2024-04-21)
### Patch Changes

- 22c4b26: fix: use DeclarationExit

## [1.1.0](https://github.com/ambar/postcss-theme-colors/compare/v1.0.0...v1.1.0) (2024-04-21)

### Features

* add flags option ([d4e63cc](https://github.com/ambar/postcss-theme-colors/commit/d4e63cc0e225f31de0d0783cea52179f2f9235ee))
* add shouldInjectFlags option ([174559e](https://github.com/ambar/postcss-theme-colors/commit/174559e643f999f35f66c43e45ddf8a4ba101255))
- add flags option ([d4e63cc](https://github.com/ambar/postcss-theme-colors/commit/d4e63cc0e225f31de0d0783cea52179f2f9235ee))
- add shouldInjectFlags option ([174559e](https://github.com/ambar/postcss-theme-colors/commit/174559e643f999f35f66c43e45ddf8a4ba101255))

## [1.0.0](https://github.com/ambar/postcss-theme-colors/compare/v0.2.0...v1.0.0) (2024-04-20)


### ⚠ BREAKING CHANGES

* update to PostCSS v8
- update to PostCSS v8

### Features

* update to PostCSS v8 ([ae40370](https://github.com/ambar/postcss-theme-colors/commit/ae40370dbdc7fafeb140dc10a5fcbd0815f7fbfa))


- update to PostCSS v8 ([ae40370](https://github.com/ambar/postcss-theme-colors/commit/ae40370dbdc7fafeb140dc10a5fcbd0815f7fbfa))

## [0.2.1](https://github.com/ambar/postcss-theme-colors/compare/v0.2.0...v0.2.1) (2019-08-06)


### Bug Fixes

* correct order of rules ([b009910](https://github.com/ambar/postcss-theme-colors/commit/b009910))
- correct order of rules ([b009910](https://github.com/ambar/postcss-theme-colors/commit/b009910))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-theme-colors",
"version": "1.1.0",
"version": "1.1.1",
"description": "Expand theme color groups to allow non-static handling of relative color syntax or `color-mix()` function.",
"files": [
"flags.css",
Expand All @@ -20,7 +20,7 @@
"build": "rm -rf dist && pkgroll",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"release": "standard-version"
"release": "npx changeset version || echo 'npm install -g @changesets/cli'"
},
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit 5c3d12a

Please sign in to comment.