Skip to content

Commit 229f2ba

Browse files
Version Packages (#3646)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6da3655 commit 229f2ba

File tree

13 files changed

+44
-20
lines changed

13 files changed

+44
-20
lines changed

.changeset/fifty-news-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-cars-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-camels-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/expr/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/expr
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 6da3655: Fix exports in gitbook/expr package.json
8+
39
## 1.1.1
410

511
### Patch Changes

packages/expr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gitbook/expr",
33
"description": "Safely evaluate & parse user-defined GitBook expressions.",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"type": "module",
66
"exports": {
77
".": {

packages/gitbook/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# gitbook
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- 262afa3: Expose a MCP server for the docs site under /~gitbook/mcp
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [262afa3]
12+
- @gitbook/icons@0.3.1
13+
- @gitbook/react-openapi@1.4.3
14+
- @gitbook/react-contentkit@0.7.5
15+
316
## 0.17.2
417

518
### Patch Changes

packages/gitbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "0.17.2",
3+
"version": "0.18.0",
44
"private": true,
55
"dependencies": {
66
"@gitbook/api": "catalog:",

packages/icons/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/icons
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- 262afa3: Fix types for custom icons and update list of icons
8+
39
## 0.3.0
410

511
### Minor Changes

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"default": "./src/style.css"
1717
}
1818
},
19-
"version": "0.3.0",
19+
"version": "0.3.1",
2020
"dependencies": {
2121
"@fortawesome/fontawesome-svg-core": "^6.6.0",
2222
"@fortawesome/fontawesome-free": "^6.6.0"

packages/react-contentkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gitbook/react-contentkit
22

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [262afa3]
8+
- @gitbook/icons@0.3.1
9+
310
## 0.7.4
411

512
### Patch Changes

0 commit comments

Comments
 (0)