Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/giant-jobs-greet.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/olive-swans-jam.md

This file was deleted.

26 changes: 13 additions & 13 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"packages/browser-types": {
"name": "@gitbook/browser-types",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:",
Expand All @@ -23,7 +23,7 @@
},
"packages/cache-tags": {
"name": "@gitbook/cache-tags",
"version": "0.3.1",
"version": "0.3.2",
"dependencies": {
"@gitbook/api": "catalog:",
"assert-never": "^1.2.1",
Expand All @@ -34,14 +34,14 @@
},
"packages/colors": {
"name": "@gitbook/colors",
"version": "0.4.0",
"version": "0.4.1",
"devDependencies": {
"typescript": "^5.5.3",
},
},
"packages/embed": {
"name": "@gitbook/embed",
"version": "0.1.2",
"version": "0.1.3",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:",
Expand All @@ -58,14 +58,14 @@
},
"packages/emoji-codepoints": {
"name": "@gitbook/emoji-codepoints",
"version": "0.2.0",
"version": "0.2.1",
"devDependencies": {
"emoji-assets": "^8.0.0",
},
},
"packages/expr": {
"name": "@gitbook/expr",
"version": "1.2.1",
"version": "1.2.2",
"dependencies": {
"acorn": "^8.14.0",
"acorn-loose": "8.4.0",
Expand All @@ -85,7 +85,7 @@
},
"packages/fonts": {
"name": "@gitbook/fonts",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@gitbook/api": "catalog:",
},
Expand All @@ -96,7 +96,7 @@
},
"packages/gitbook": {
"name": "gitbook",
"version": "0.19.0",
"version": "0.19.1",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/browser-types": "workspace:*",
Expand Down Expand Up @@ -200,7 +200,7 @@
},
"packages/icons": {
"name": "@gitbook/icons",
"version": "0.3.1",
"version": "0.3.2",
"bin": {
"gitbook-icons": "./bin/gitbook-icons.js",
},
Expand All @@ -220,7 +220,7 @@
},
"packages/openapi-parser": {
"name": "@gitbook/openapi-parser",
"version": "3.0.2",
"version": "3.0.3",
"dependencies": {
"@scalar/json-magic": "^0.3.1",
"@scalar/openapi-parser": "^0.20.1",
Expand All @@ -236,7 +236,7 @@
},
"packages/react-contentkit": {
"name": "@gitbook/react-contentkit",
"version": "0.7.5",
"version": "0.7.6",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:*",
Expand All @@ -252,7 +252,7 @@
},
"packages/react-math": {
"name": "@gitbook/react-math",
"version": "0.6.1",
"version": "0.6.2",
"bin": {
"gitbook-math": "./bin/gitbook-math.js",
},
Expand All @@ -269,7 +269,7 @@
},
"packages/react-openapi": {
"name": "@gitbook/react-openapi",
"version": "1.5.0",
"version": "1.5.1",
"dependencies": {
"@gitbook/expr": "workspace:*",
"@gitbook/openapi-parser": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions packages/browser-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gitbook/browser-types

## 0.1.1

### Patch Changes

- 295f03d: Republish packages
- Updated dependencies [295f03d]
- @gitbook/icons@0.3.2

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:"
Expand Down
6 changes: 6 additions & 0 deletions packages/cache-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/cache-tags

## 0.3.2

### Patch Changes

- 295f03d: Republish packages

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-tags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.3.1",
"version": "0.3.2",
"dependencies": {
"@gitbook/api": "catalog:",
"assert-never": "^1.2.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/colors

## 0.4.1

### Patch Changes

- 295f03d: Republish packages

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.4.0",
"version": "0.4.1",
"devDependencies": {
"typescript": "^5.5.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gitbook/embed

## 0.1.3

### Patch Changes

- 295f03d: Republish packages
- Updated dependencies [295f03d]
- @gitbook/icons@0.3.2

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"default": "./dist/react/index.js"
}
},
"version": "0.1.2",
"version": "0.1.3",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:",
Expand Down
10 changes: 8 additions & 2 deletions packages/emoji-codepoints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# @gitbook/emoji-codepoints

## 0.2.1

### Patch Changes

- 295f03d: Republish packages

## 0.2.0

### Minor Changes

- 57adb3e: Second release to fix publishing with changeset
- 57adb3e: Second release to fix publishing with changeset

## 0.1.0

### Minor Changes

- 5f8a8fe: Initial release
- 5f8a8fe: Initial release
2 changes: 1 addition & 1 deletion packages/emoji-codepoints/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/emoji-codepoints",
"description": "Optimized mapping of codepoints to the fully qualified emoji codepoints",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"exports": "./dist/index.ts",
"dependencies": {},
Expand Down
6 changes: 6 additions & 0 deletions packages/expr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/expr

## 1.2.2

### Patch Changes

- 295f03d: Republish packages

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/expr",
"description": "Safely evaluate & parse user-defined GitBook expressions.",
"version": "1.2.1",
"version": "1.2.2",
"type": "module",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/fonts

## 0.1.1

### Patch Changes

- 295f03d: Republish packages

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@gitbook/api": "catalog:"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/gitbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# gitbook

## 0.19.1

### Patch Changes

- 295f03d: Republish packages
- Updated dependencies [bdde392]
- Updated dependencies [295f03d]
- @gitbook/react-contentkit@0.7.6
- @gitbook/browser-types@0.1.1
- @gitbook/cache-tags@0.3.2
- @gitbook/colors@0.4.1
- @gitbook/emoji-codepoints@0.2.1
- @gitbook/expr@1.2.2
- @gitbook/fonts@0.1.1
- @gitbook/icons@0.3.2
- @gitbook/openapi-parser@3.0.3
- @gitbook/react-math@0.6.2
- @gitbook/react-openapi@1.5.1

## 0.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gitbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.19.0",
"version": "0.19.1",
"private": true,
"dependencies": {
"@gitbook/api": "catalog:",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/icons

## 0.3.2

### Patch Changes

- 295f03d: Republish packages

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"default": "./src/style.css"
}
},
"version": "0.3.1",
"version": "0.3.2",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/fontawesome-free": "^6.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/openapi-parser

## 3.0.3

### Patch Changes

- 295f03d: Republish packages

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "3.0.2",
"version": "3.0.3",
"sideEffects": false,
"dependencies": {
"@scalar/json-magic": "^0.3.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-contentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gitbook/react-contentkit

## 0.7.6

### Patch Changes

- bdde392: Fix web frame height calculation
- 295f03d: Republish packages
- Updated dependencies [295f03d]
- @gitbook/icons@0.3.2

## 0.7.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-contentkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/react-contentkit",
"version": "0.7.5",
"version": "0.7.6",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
Loading