diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 6d20fbc1..e3e49cac 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @thesvg/icons +## 3.0.11 + +### Patch Changes + +- chore: round-3 cleanup - icons.json indentation, wolt svg, icon counts ([#525](https://github.com/glincker/thesvg/issues/525)) + ## 3.0.10 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index e98f3afd..ae4d60ff 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@thesvg/icons", - "version": "3.0.10", + "version": "3.0.11", "description": "Tree-shakeable SVG icon components and raw SVG strings from thesvg.org - 4,400+ brand icons", "type": "module", "sideEffects": false, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2db1254a..01b47fd6 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @thesvg/react +## 3.0.11 + +### Patch Changes + +- chore: round-3 cleanup - icons.json indentation, wolt svg, icon counts ([#525](https://github.com/glincker/thesvg/issues/525)) + ## 3.0.10 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index b5b1e3c0..2cfdca4b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@thesvg/react", - "version": "3.0.10", + "version": "3.0.11", "description": "Typed React SVG components for all 3,800+ brand icons from thesvg.org", "type": "module", "sideEffects": false, diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 246b0979..453ef946 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @thesvg/svelte +## 3.0.11 + +### Patch Changes + +- chore: round-3 cleanup - icons.json indentation, wolt svg, icon counts ([#525](https://github.com/glincker/thesvg/issues/525)) + ## 3.0.10 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 962bca0a..8218fa4d 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@thesvg/svelte", - "version": "3.0.10", + "version": "3.0.11", "description": "Typed Svelte SVG components for all 4000+ brand icons from thesvg.org", "type": "module", "sideEffects": false, diff --git a/packages/thesvg/CHANGELOG.md b/packages/thesvg/CHANGELOG.md index 020a0564..10043e15 100644 --- a/packages/thesvg/CHANGELOG.md +++ b/packages/thesvg/CHANGELOG.md @@ -1,5 +1,12 @@ # thesvg +## 3.0.11 + +### Patch Changes + +- Updated dependencies []: + - @thesvg/icons@3.0.11 + ## 3.0.10 ### Patch Changes diff --git a/packages/thesvg/package.json b/packages/thesvg/package.json index 6344ccef..9cc767cd 100644 --- a/packages/thesvg/package.json +++ b/packages/thesvg/package.json @@ -1,6 +1,6 @@ { "name": "thesvg", - "version": "3.0.10", + "version": "3.0.11", "description": "3,800+ brand SVG icons - tree-shakeable, typed, dual ESM/CJS. The one-stop brand icon library.", "type": "module", "sideEffects": false, diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 0ebc99c9..abd84b88 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @thesvg/vue +## 3.0.11 + +### Patch Changes + +- chore: round-3 cleanup - icons.json indentation, wolt svg, icon counts ([#525](https://github.com/glincker/thesvg/issues/525)) + ## 3.0.10 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 4fbbb867..f7509b71 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@thesvg/vue", - "version": "3.0.10", + "version": "3.0.11", "description": "Typed Vue 3 SVG components for all 4000+ brand icons from thesvg.org", "type": "module", "sideEffects": false,