Skip to content

Commit

Permalink
chore: release @jsamr/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Apr 14, 2021
1 parent c122627 commit e1346cd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions packages/counter-style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [2.0.0](https://github.com/jsamr/react-native-li/compare/@jsamr/[email protected]...@jsamr/[email protected]) (2021-04-14)


### Code Refactoring

* **counter-style:** remove second "maxLenComputer" arg of raw ([335d523](https://github.com/jsamr/react-native-li/commit/335d52311384c325302fc0008840a4f59cd921ca))


### Features

* **counter-style:** pass default computer to withMaxLenComputer callback ([dd9f032](https://github.com/jsamr/react-native-li/commit/dd9f0321e344603db59363da782ef55cd3617a4d))


### Performance Improvements

* **counter-style:** optimize fixed maxCounterLen computer ([318cb6d](https://github.com/jsamr/react-native-li/commit/318cb6d716a32988932b7d500f7f9be6e37ea697))
* **counter-style:** optimize symbolic maxLenComputer ([2b2b980](https://github.com/jsamr/react-native-li/commit/2b2b9800779266aa8caaf0f7b8d0be0783e7ab7f))
* **counter-style:** optimized cyclic maxLenComputer ([4e2c7ae](https://github.com/jsamr/react-native-li/commit/4e2c7aeb15f5b2f43f602a23c144223283e2d4b4))


### BREAKING CHANGES

* **counter-style:** CounterStyle.raw does not accept a second argument
anymore. Replace with a chained "withMaxLengthComputer".

## [1.1.1](https://github.com/jsamr/react-native-li/compare/@jsamr/[email protected]...@jsamr/[email protected]) (2021-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/counter-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsamr/counter-style",
"version": "1.1.1",
"version": "2.0.0",
"description": "CSS Counter Styles Level 3 and presets",
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
Expand Down

0 comments on commit e1346cd

Please sign in to comment.