From 7ee3fd99bd033b36ba2cd61b3fe1dae9c541c0cc Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Tue, 13 Apr 2021 19:02:49 -0300 Subject: [PATCH] chore: release @jsamr/counter-style@1.0.4 --- packages/counter-style/CHANGELOG.md | 7 +++++++ packages/counter-style/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/counter-style/CHANGELOG.md b/packages/counter-style/CHANGELOG.md index 0ec13b0..d671bcc 100644 --- a/packages/counter-style/CHANGELOG.md +++ b/packages/counter-style/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/jsamr/react-native-li/compare/@jsamr/counter-style@1.0.3...@jsamr/counter-style@1.0.4) (2021-04-13) + + +### Bug Fixes + +* **counter-style:** handle decreasing ranges properly ([2315975](https://github.com/jsamr/react-native-li/commit/2315975034ab369e80f449907b983c1a4ac3e86b)) + ## [1.0.3](https://github.com/jsamr/react-native-li/compare/@jsamr/counter-style@1.0.2...@jsamr/counter-style@1.0.3) (2021-04-13) ## [1.0.2](https://github.com/jsamr/react-native-li/compare/@jsamr/counter-style@1.0.1...@jsamr/counter-style@1.0.2) (2021-04-13) diff --git a/packages/counter-style/package.json b/packages/counter-style/package.json index 1a73f71..6ce8e86 100644 --- a/packages/counter-style/package.json +++ b/packages/counter-style/package.json @@ -1,6 +1,6 @@ { "name": "@jsamr/counter-style", - "version": "1.0.3", + "version": "1.0.4", "description": "CSS Counter Styles Level 3 and presets", "main": "lib/cjs/index.js", "module": "lib/es/index.js",