Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 6 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
7 changes: 7 additions & 0 deletions packages/thesvg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# thesvg

## 3.0.11

### Patch Changes

- Updated dependencies []:
- @thesvg/icons@3.0.11

## 3.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/thesvg/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Loading