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
17 changes: 0 additions & 17 deletions .changeset/nice-rocks-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-crabs-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-jokes-vanish.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.1",
"version": "0.1.2",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:",
Expand All @@ -24,7 +24,7 @@
},
"packages/cache-tags": {
"name": "@gitbook/cache-tags",
"version": "0.3.2",
"version": "0.3.3",
"dependencies": {
"@gitbook/api": "catalog:",
"assert-never": "catalog:",
Expand All @@ -36,15 +36,15 @@
},
"packages/colors": {
"name": "@gitbook/colors",
"version": "0.4.1",
"version": "0.4.2",
"devDependencies": {
"tsdown": "catalog:",
"typescript": "catalog:",
},
},
"packages/embed": {
"name": "@gitbook/embed",
"version": "0.1.3",
"version": "0.1.4",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:",
Expand All @@ -61,14 +61,14 @@
},
"packages/emoji-codepoints": {
"name": "@gitbook/emoji-codepoints",
"version": "0.2.1",
"version": "0.2.2",
"devDependencies": {
"emoji-assets": "^9.0.0",
},
},
"packages/expr": {
"name": "@gitbook/expr",
"version": "1.2.2",
"version": "1.2.3",
"dependencies": {
"acorn": "^8.14.0",
"acorn-loose": "8.4.0",
Expand All @@ -87,7 +87,7 @@
},
"packages/fonts": {
"name": "@gitbook/fonts",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@gitbook/api": "catalog:",
},
Expand All @@ -99,7 +99,7 @@
},
"packages/gitbook": {
"name": "gitbook",
"version": "0.19.1",
"version": "0.19.2",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/browser-types": "workspace:*",
Expand Down Expand Up @@ -202,7 +202,7 @@
},
"packages/icons": {
"name": "@gitbook/icons",
"version": "0.3.2",
"version": "0.3.3",
"bin": {
"gitbook-icons": "./bin/gitbook-icons.js",
},
Expand All @@ -224,7 +224,7 @@
},
"packages/openapi-parser": {
"name": "@gitbook/openapi-parser",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {
"@scalar/json-magic": "^0.3.1",
"@scalar/openapi-parser": "^0.20.1",
Expand All @@ -241,7 +241,7 @@
},
"packages/react-contentkit": {
"name": "@gitbook/react-contentkit",
"version": "0.7.6",
"version": "0.7.7",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:*",
Expand All @@ -258,7 +258,7 @@
},
"packages/react-math": {
"name": "@gitbook/react-math",
"version": "0.6.2",
"version": "0.6.3",
"bin": {
"gitbook-math": "./bin/gitbook-math.js",
},
Expand All @@ -276,7 +276,7 @@
},
"packages/react-openapi": {
"name": "@gitbook/react-openapi",
"version": "1.5.1",
"version": "1.5.2",
"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.2

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles
- Updated dependencies [6142d6b]
- @gitbook/icons@0.3.3

## 0.1.1

### Patch 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 @@ -9,7 +9,7 @@
}
},
"sideEffects": false,
"version": "0.1.1",
"version": "0.1.2",
"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.3

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles

## 0.3.2

### 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 @@
}
},
"sideEffects": false,
"version": "0.3.2",
"version": "0.3.3",
"dependencies": {
"@gitbook/api": "catalog:",
"assert-never": "catalog:"
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.2

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles

## 0.4.1

### Patch 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 @@
}
},
"sideEffects": false,
"version": "0.4.1",
"version": "0.4.2",
"devDependencies": {
"tsdown": "catalog:",
"typescript": "catalog:"
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.4

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles
- Updated dependencies [6142d6b]
- @gitbook/icons@0.3.3

## 0.1.3

### 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 @@ -13,7 +13,7 @@
}
},
"sideEffects": false,
"version": "0.1.3",
"version": "0.1.4",
"dependencies": {
"@gitbook/api": "catalog:",
"@gitbook/icons": "workspace:",
Expand Down
6 changes: 6 additions & 0 deletions packages/emoji-codepoints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/emoji-codepoints

## 0.2.2

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles

## 0.2.1

### Patch Changes
Expand Down
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.1",
"version": "0.2.2",
"private": true,
"exports": "./dist/index.ts",
"sideEffects": false,
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.3

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles

## 1.2.2

### 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.2",
"version": "1.2.3",
"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.2

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles

## 0.1.1

### Patch 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 @@
}
},
"sideEffects": false,
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@gitbook/api": "catalog:"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/gitbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# gitbook

## 0.19.2

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles
- 75543b1: Update minimum Node version in .npmrc
- 511f1cf: Add scroll margin to Expandable
- Updated dependencies [6142d6b]
- @gitbook/emoji-codepoints@0.2.2
- @gitbook/react-contentkit@0.7.7
- @gitbook/openapi-parser@3.0.4
- @gitbook/browser-types@0.1.2
- @gitbook/react-openapi@1.5.2
- @gitbook/cache-tags@0.3.3
- @gitbook/react-math@0.6.3
- @gitbook/colors@0.4.2
- @gitbook/fonts@0.1.2
- @gitbook/icons@0.3.3
- @gitbook/expr@1.2.3

## 0.19.1

### Patch 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.1",
"version": "0.19.2",
"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.3

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles

## 0.3.2

### 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 @@ -15,7 +15,7 @@
"./style.css": "./src/style.css"
},
"sideEffects": false,
"version": "0.3.2",
"version": "0.3.3",
"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.4

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles

## 3.0.3

### 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 @@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "3.0.3",
"version": "3.0.4",
"sideEffects": false,
"dependencies": {
"@scalar/json-magic": "^0.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-contentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gitbook/react-contentkit

## 0.7.7

### Patch Changes

- 6142d6b: Mark as sideEffects, fix all package bundles
- Updated dependencies [6142d6b]
- @gitbook/icons@0.3.3

## 0.7.6

### 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.6",
"version": "0.7.7",
"type": "module",
"exports": {
".": {
Expand Down
Loading
Loading