Skip to content

Commit

Permalink
Merge pull request #48 from Reloadly/release/1.0.1
Browse files Browse the repository at this point in the history
Release/1.0.1
  • Loading branch information
iSeremet-Reloadly authored Dec 15, 2023
2 parents b4b4894 + 5f412d2 commit 3817152
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/reloadly-ui/reloadly-ui/compare/9f8f37b...1.0.0-alpha.0) (2023-09-26)
# [1.0.0](https://github.com/Reloadly/reloadly-ui/compare/main...release/1.0.0) (2023-12-11)

### Features

Expand Down Expand Up @@ -29,3 +29,11 @@ Initial release with the following directives:
* selection-grid
* table
* tooltip


<a name="1.0.1"></a>
# [1.0.1](https://github.com/Reloadly/reloadly-ui/compare/main...release/1.0.1) (2023-12-15)

### Features

Small fix for success badge icon.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The supported versions are:

| reloadly-ui | Angular |
| ------------ | ------- |
| 1.0.0 | 16.1.8 |
| 1.0.1 | 16.1.8 |

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reloadly-ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular UI library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,4 +74,4 @@
"url": "https://github.com/Reloadly/reloadly-ui/issues"
},
"homepage": "https://ui.reloadly.com/"
}
}
5 changes: 5 additions & 0 deletions src/lib/components/svg/svg.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,10 @@
<path
d="M 40,3.90486 V 31.2162 C 40,33.3059 38.3418,35 36.2963,35 H -10 C -10,15.67 5.33839,0 24.2593,0 29.9342,0 35.2868,1.40963 40,3.90486 Z" />
</symbol>

<symbol id="check-badge" viewBox="0 0 24 24">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M21.6746 5.31542C22.1085 5.73599 22.1085 6.41786 21.6746 6.83842L9.45234 18.6846C9.01843 19.1051 8.31491 19.1051 7.88099 18.6846L2.32544 13.3C1.89152 12.8794 1.89152 12.1975 2.32544 11.777C2.75935 11.3564 3.46287 11.3564 3.89679 11.777L8.66667 16.4001L20.1032 5.31542C20.5371 4.89486 21.2406 4.89486 21.6746 5.31542Z" />
</symbol>
</defs>
</svg>

0 comments on commit 3817152

Please sign in to comment.