svelte-remix 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.12](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.11...v0.1.12) (2023-02-01)
6
+
7
+ ### Bug Fixes
8
+
9
+ - add optimized image ([9fb40a7](https://github.com/shinokada/svelte-remix-icons/commit/9fb40a70a551fd35d0594c50abdf090fc182b62c))
10
+ - badges target, height, and add links to crossOriginLinks ([7987a86](https://github.com/shinokada/svelte-remix-icons/commit/7987a862dafd777c0b7d39f6e7b3375977d52fe5))
11
+ - favicon link ([6b0ebeb](https://github.com/shinokada/svelte-remix-icons/commit/6b0ebeb4e77c2fb807c017d34efbb9663e60486f))
12
+
5
13
  ### [0.1.11](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.10...v0.1.11) (2023-01-31)
6
14
 
7
15
  ### Bug Fixes
package/README.md CHANGED
@@ -5,17 +5,19 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- <a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps"><img src="https://img.shields.io/badge/PWA-enabled-brightgreen" alt="PWA Shield"></a>
9
- <a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow"><img src="https://img.shields.io/npm/v/svelte-remix" alt="npm"></a>
10
- <a href="https://twitter.com/shinokada" rel="nofollow"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada"></a>
11
- <a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/shinokada/svelte-remix" alt="License"></a>
12
- <a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow"><img src="https://img.shields.io/npm/dw/svelte-remix.svg" alt="npm"></a>
8
+ <a href="https://github.com/sponsors/shinokada" target="_blank"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" height="25"></a>
9
+ <a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps" target="_blank"><img src="https://img.shields.io/badge/PWA-enabled-brightgreen" alt="PWA Shield" height="25">
10
+ </a>
11
+ <a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/v/svelte-remix" alt="npm" height="25"></a>
12
+ <a href="https://twitter.com/shinokada" rel="nofollow" target="_blank"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada" height="25"></a>
13
+ <a href="https://opensource.org/licenses/MIT" rel="nofollow" target="_blank"><img src="https://img.shields.io/github/license/shinokada/svelte-remix" alt="License" height="25"></a>
14
+ <a href="https://www.npmjs.com/package/svelte-remix" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/dw/svelte-remix.svg" alt="npm" height="25"></a>
13
15
  </p>
14
16
 
15
17
  2270+ SVG [RemixIcon](https://github.com/Remix-Design/RemixIcon) components for Svelte. Svelte-Remix support major CSS frameworks using the `class` props.
16
18
 
17
19
  <p align="center">
18
- <img src="/static/images/remix-650-1050.png" width="650" />
20
+ <img src="/static/images/remix-650-1050-optimized.png" width="650" />
19
21
  </p>
20
22
 
21
23
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-remix",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Svelte Remix Icon components",
5
5
  "author": {
6
6
  "name": "Shinichi Okada",