Version Packages (#3878)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-12-18 14:47:36 +01:00
committed by GitHub
parent e7fb77116e
commit 77bc339fca
8 changed files with 27 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/icons": patch
---
Fix icon rendering with explicit currentColor on icon element
+3 -3
View File
@@ -108,7 +108,7 @@
},
"packages/gitbook": {
"name": "gitbook",
"version": "0.21.0",
"version": "0.21.1",
"dependencies": {
"@cloudflare/workers-types": "^4.20251011.0",
"@gitbook/api": "catalog:",
@@ -218,7 +218,7 @@
},
"packages/icons": {
"name": "@gitbook/icons",
"version": "0.4.0",
"version": "0.4.1",
"bin": {
"gitbook-icons": "./bin/gitbook-icons.js",
},
@@ -259,7 +259,7 @@
},
"packages/react-contentkit": {
"name": "@gitbook/react-contentkit",
"version": "0.7.9",
"version": "0.7.10",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:*",
+8
View File
@@ -1,5 +1,13 @@
# gitbook
## 0.21.1
### Patch Changes
- Updated dependencies [e7fb771]
- @gitbook/icons@0.4.1
- @gitbook/react-contentkit@0.7.10
## 0.21.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.21.0",
"version": "0.21.1",
"private": true,
"dependencies": {
"@cloudflare/workers-types": "^4.20251011.0",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/icons
## 0.4.1
### Patch Changes
- e7fb771: Fix icon rendering with explicit currentColor on icon element
## 0.4.0
### Minor Changes
+1 -1
View File
@@ -14,7 +14,7 @@
}
},
"sideEffects": false,
"version": "0.4.0",
"version": "0.4.1",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/fontawesome-free": "^7.1.0"
+7
View File
@@ -1,5 +1,12 @@
# @gitbook/react-contentkit
## 0.7.10
### Patch Changes
- Updated dependencies [e7fb771]
- @gitbook/icons@0.4.1
## 0.7.9
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@gitbook/react-contentkit",
"version": "0.7.9",
"version": "0.7.10",
"type": "module",
"exports": {
".": {