Skip to content

Commit

Permalink
🔖 release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Sep 30, 2021
1 parent 6834205 commit b962efe
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# wc-github-corners

[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/YunYouJun/wc-github-corners)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/wc-github-corners)
[![npm](https://img.shields.io/npm/v/wc-github-corners)](https://www.npmjs.com/package/wc-github-corners)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/wc-github-corners)

Expand All @@ -18,7 +18,7 @@ The final product is an ES module, and it can be used alone.
<template>
<script
module
src="https://cdn.jsdelivr.net/npm/wc-github-corners@0.1.1"
src="https://cdn.jsdelivr.net/npm/wc-github-corners@0.1.2"
></script>
<link rel="import" href="github-corners.html" />
<github-corners></github-corners>
Expand Down
11 changes: 8 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@
<!-- cdn -->
<script
type="module"
src="https://cdn.jsdelivr.net/npm/wc-github-corners"
src="https://cdn.jsdelivr.net/npm/wc-github-corners@0.1.2"
></script>
</head>
<body>
<github-corners></github-corners>
<github-corners blank fill="#0078e7" position="left"></github-corners>
<github-corners repo="YunYouJun/wc-github-corners"></github-corners>
<github-corners
blank
fill="#0078e7"
position="left"
url="https://github.com/YunYouJun"
></github-corners>
</body>
</html>
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
<script type="module" src="/src/index.ts"></script>
</head>
<body>
<github-corners blank></github-corners>
<github-corners fill="#70B7FD" position="left"></github-corners>
<github-corners blank repo="YunYouJun/wc-github-corners"></github-corners>
<github-corners
fill="#70B7FD"
position="left"
url="https://github.com/YunYouJun"
></github-corners>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wc-github-corners",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/index.es.js",
"exports": {
".": "./dist/index.es.js"
Expand Down

0 comments on commit b962efe

Please sign in to comment.