From 161eb6ad3cd0f99fc2f25fbd59d9b3e6cc677db2 Mon Sep 17 00:00:00 2001 From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com> Date: Thu, 15 May 2025 04:05:39 +0700 Subject: [PATCH 1/3] fix(docs): change module links (#1454) --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index b61d41c67..dc1a1c2a1 100644 --- a/readme.md +++ b/readme.md @@ -26,15 +26,15 @@ Also note that only visible icons are loaded, and icons that are "below the fold If you're using [Ionic Framework](https://ionicframework.com/), Ionicons is packaged by default, so no installation is necessary. Want to use Ionicons without Ionic Framework? Place the following ` - + + ``` you can replace `latest` to pick any version of Ionicon, e.g.: ```html - - + + ``` ### Basic usage From 505a7caeaa94558fbfc6f249963cba4584a60c73 Mon Sep 17 00:00:00 2001 From: Masahiko Sakakibara Date: Tue, 3 Jun 2025 01:15:12 +0900 Subject: [PATCH 2/3] fix(): export ionicons.json in package exports (#1456) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a151297ab..d375222e9 100755 --- a/package.json +++ b/package.json @@ -31,6 +31,9 @@ "types": "./icons/index.d.ts", "import": "./icons/index.mjs", "require": "./icons/index.js" + }, + "./dist/ionicons.json": { + "default": "./dist/ionicons.json" } }, "scripts": { From a9556e4901e7004ce4c11a3754569a3942d1ef54 Mon Sep 17 00:00:00 2001 From: ionitron Date: Mon, 2 Jun 2025 16:15:52 +0000 Subject: [PATCH 3/3] 8.0.9 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 898477b82..ea4045346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ionicons", - "version": "8.0.8", + "version": "8.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ionicons", - "version": "8.0.8", + "version": "8.0.9", "license": "MIT", "dependencies": { "@stencil/core": "^4.30.0" diff --git a/package.json b/package.json index d375222e9..fae01dc58 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionicons", - "version": "8.0.8", + "version": "8.0.9", "description": "Premium icons for Ionic.", "files": [ "components/",