Skip to content

Commit c409898

Browse files
committed
released v1.0.0
1 parent 0e41109 commit c409898

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66

77
jobs:
88
build-deploy:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-hr",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A React divider component built on the native hr element.",
55
"type": "module",
66
"main": "./dist/react-hr.cjs",

0 commit comments

Comments
 (0)