Version Packages (#3137)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Samy Pessé
2025-04-10 13:31:27 +02:00
committed by GitHub
parent 77397cac82
commit c281659cdc
7 changed files with 23 additions and 8 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@gitbook/cache-tags": patch
---
Fix version of @gitbook/api referenced in package.json
+6
View File
@@ -1,5 +1,11 @@
# @gitbook/cache-tags
## 0.3.1
### Patch Changes
- 77397ca: Fix version of @gitbook/api referenced in package.json
## 0.3.0
### Minor Changes
+1 -1
View File
@@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.3.0",
"version": "0.3.1",
"dependencies": {
"@gitbook/api": "^0.109.0",
"assert-never": "^1.2.1"
+7
View File
@@ -1,5 +1,12 @@
# gitbook-v2
## 0.2.5
### Patch Changes
- Updated dependencies [77397ca]
- @gitbook/cache-tags@0.3.1
## 0.2.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook-v2",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"dependencies": {
"next": "canary",
+7
View File
@@ -1,5 +1,12 @@
# gitbook
## 0.10.1
### Patch Changes
- Updated dependencies [77397ca]
- @gitbook/cache-tags@0.3.1
## 0.10.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.10.0",
"version": "0.10.1",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",