svelte-remix 0.1.9 → 0.1.11

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,18 @@
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.11](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.10...v0.1.11) (2023-01-31)
6
+
7
+ ### Bug Fixes
8
+
9
+ - image width ([12085a3](https://github.com/shinokada/svelte-remix-icons/commit/12085a3043fe012c7f058d3991c2ca63b09edc73))
10
+
11
+ ### [0.1.10](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.9...v0.1.10) (2023-01-31)
12
+
13
+ ### Features
14
+
15
+ - add icon images page ([d36e812](https://github.com/shinokada/svelte-remix-icons/commit/d36e812185dd945d75bc7a3f3b06efdca07d0e15))
16
+
5
17
  ### [0.1.9](https://github.com/shinokada/svelte-remix-icons/compare/v0.1.8...v0.1.9) (2023-01-31)
6
18
 
7
19
  ### Features
package/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
  2270+ SVG [RemixIcon](https://github.com/Remix-Design/RemixIcon) components for Svelte. Svelte-Remix support major CSS frameworks using the `class` props.
16
16
 
17
17
  <p align="center">
18
- <img src="/static/images/remix.png" />
18
+ <img src="/static/images/remix-650-1050.png" width="650" />
19
19
  </p>
20
20
 
21
21
  ## Installation
@@ -24,6 +24,10 @@
24
24
  npm i -D svelte-remix
25
25
  ```
26
26
 
27
+ ## Icon images
28
+
29
+ [Icon images](/icon-images.md)
30
+
27
31
  ## Icon name list
28
32
 
29
33
  [Icon list](/icon-list.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-remix",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "Svelte Remix Icon components",
5
5
  "author": {
6
6
  "name": "Shinichi Okada",