diff --git a/.changeset/hot-stingrays-laugh.md b/.changeset/hot-stingrays-laugh.md deleted file mode 100644 index cedb5531a..000000000 --- a/.changeset/hot-stingrays-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ogma/styler': minor ---- - -Allow for child stylers to compose styles on sub-strings diff --git a/packages/styler/CHANGELOG.md b/packages/styler/CHANGELOG.md index 2f51412a9..9f5678bee 100644 --- a/packages/styler/CHANGELOG.md +++ b/packages/styler/CHANGELOG.md @@ -1,5 +1,11 @@ # @ogma/styler +## 1.1.0 + +### Minor Changes + +- de1a56c: Allow for child stylers to compose styles on sub-strings + ## 1.0.1 ### Patch Changes diff --git a/packages/styler/package.json b/packages/styler/package.json index 939fe834d..b3e359afd 100644 --- a/packages/styler/package.json +++ b/packages/styler/package.json @@ -1,6 +1,6 @@ { "name": "@ogma/styler", - "version": "1.0.1", + "version": "1.1.0", "description": "A package for the @ogma packages to deal with adding color and string styling to terminal logs", "publishConfig": { "access": "public"