Skip to content

Commit e4275b2

Browse files
Version Packages (#3137)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77397ca commit e4275b2

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/nice-beds-smoke.md

-5
This file was deleted.

packages/cache-tags/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/cache-tags
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 77397ca: Fix version of @gitbook/api referenced in package.json
8+
39
## 0.3.0
410

511
### Minor Changes

packages/cache-tags/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"default": "./dist/index.js"
99
}
1010
},
11-
"version": "0.3.0",
11+
"version": "0.3.1",
1212
"dependencies": {
1313
"@gitbook/api": "^0.109.0",
1414
"assert-never": "^1.2.1"

packages/gitbook-v2/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# gitbook-v2
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [77397ca]
8+
- @gitbook/cache-tags@0.3.1
9+
310
## 0.2.4
411

512
### Patch Changes

packages/gitbook-v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook-v2",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"dependencies": {
66
"next": "canary",

packages/gitbook/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# gitbook
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [77397ca]
8+
- @gitbook/cache-tags@0.3.1
9+
310
## 0.10.0
411

512
### Minor Changes

packages/gitbook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"private": true,
55
"scripts": {
66
"dev": "env-cmd --silent -f ../../.env.local next dev",

0 commit comments

Comments
 (0)