Version Packages (#2907)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-03-04 13:42:32 +01:00
committed by GitHub
parent 05ffd0e321
commit c252159fa8
16 changed files with 54 additions and 28 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/openapi-parser': patch
---
Fix typing of `shouldIgnoreEntity`
-6
View File
@@ -1,6 +0,0 @@
---
'gitbook-v2': patch
'gitbook': patch
---
Improving data cache management for computed content
-5
View File
@@ -1,5 +0,0 @@
---
'@gitbook/cache-tags': minor
---
Initial version of the package
-6
View File
@@ -1,6 +0,0 @@
---
'@gitbook/react-contentkit': patch
'gitbook': patch
---
Add input elements to ContentKit
+7
View File
@@ -0,0 +1,7 @@
# @gitbook/cache-tags
## 0.1.0
### Minor Changes
- 05ffd0e: Initial version of the package
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.0.0",
"version": "0.1.0",
"dependencies": {
"@gitbook/api": "0.96.1",
"assert-never": "^1.2.1"
+8
View File
@@ -1,5 +1,13 @@
# gitbook-v2
## 0.1.2
### Patch Changes
- 05ffd0e: Improving data cache management for computed content
- Updated dependencies [05ffd0e]
- @gitbook/cache-tags@0.1.0
## 0.1.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook-v2",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"dependencies": {
"next": "^15.2.0",
+14
View File
@@ -1,5 +1,19 @@
# gitbook
## 0.6.5
### Patch Changes
- 05ffd0e: Improving data cache management for computed content
- 8beb5d6: Add input elements to ContentKit
- Updated dependencies [53f5dbe]
- Updated dependencies [05ffd0e]
- Updated dependencies [8beb5d6]
- @gitbook/openapi-parser@2.0.2
- @gitbook/cache-tags@0.1.0
- @gitbook/react-contentkit@0.6.1
- @gitbook/react-openapi@1.0.5
## 0.6.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.6.4",
"version": "0.6.5",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/openapi-parser
## 2.0.2
### Patch Changes
- 53f5dbe: Fix typing of `shouldIgnoreEntity`
## 2.0.1
### Patch Changes
+1 -1
View File
@@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "2.0.1",
"version": "2.0.2",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.10.4",
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/react-contentkit
## 0.6.1
### Patch Changes
- 8beb5d6: Add input elements to ContentKit
## 0.6.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@gitbook/react-contentkit",
"version": "0.6.0",
"version": "0.6.1",
"exports": {
".": {
"types": "./dist/index.d.ts",
+7
View File
@@ -1,5 +1,12 @@
# @gitbook/react-openapi
## 1.0.5
### Patch Changes
- Updated dependencies [53f5dbe]
- @gitbook/openapi-parser@2.0.2
## 1.0.4
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.0.4",
"version": "1.0.5",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",