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 13, 2021
1 parent 4f9607f commit bccc57a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/counter-style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0 (2021-04-13)


### Features

* **counter-style:** be strict with UTF-16 support ([91a4e18](https://github.com/jsamr/react-native-li/commit/91a4e1804d78b14b35dfef8a8ee46b69f6fb8700))
* **counter-style:** export all presets in barrel module ([fe43005](https://github.com/jsamr/react-native-li/commit/fe43005020349caf4e80dc422464cae4b6c161a3))
* **counter-style:** separation between marker string and counter repr. ([e294944](https://github.com/jsamr/react-native-li/commit/e294944e6539213d027c1c71dfdf414795d0472d))
* **counter-style:** support RTL rendering ([31151ce](https://github.com/jsamr/react-native-li/commit/31151ce961bbbf3de7a4fa609ca075b2b832cbd9))
* **react-native-li:** render marked lists ([bcc1689](https://github.com/jsamr/react-native-li/commit/bcc1689821d1be6f7c516b561ceafeed88006031))
* add counter-style package ([f9171e3](https://github.com/jsamr/react-native-li/commit/f9171e376020abcea07c82d651a3376a58ea64bf))

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": "0.0.0",
"version": "1.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 bccc57a

Please sign in to comment.