diff --git a/.changeset/giant-jobs-greet.md b/.changeset/giant-jobs-greet.md deleted file mode 100644 index 1dab66d93..000000000 --- a/.changeset/giant-jobs-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gitbook/react-contentkit": patch ---- - -Fix web frame height calculation diff --git a/.changeset/olive-swans-jam.md b/.changeset/olive-swans-jam.md deleted file mode 100644 index 7926314f6..000000000 --- a/.changeset/olive-swans-jam.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@gitbook/browser-types": patch -"@gitbook/cache-tags": patch -"@gitbook/colors": patch -"@gitbook/embed": patch -"@gitbook/emoji-codepoints": patch -"@gitbook/expr": patch -"@gitbook/fonts": patch -"gitbook": patch -"@gitbook/icons": patch -"@gitbook/openapi-parser": patch -"@gitbook/react-contentkit": patch -"@gitbook/react-math": patch -"@gitbook/react-openapi": patch ---- - -Republish packages diff --git a/bun.lock b/bun.lock index 996a3bde4..e788a3bab 100644 --- a/bun.lock +++ b/bun.lock @@ -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:", @@ -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", @@ -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:", @@ -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", @@ -85,7 +85,7 @@ }, "packages/fonts": { "name": "@gitbook/fonts", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@gitbook/api": "catalog:", }, @@ -96,7 +96,7 @@ }, "packages/gitbook": { "name": "gitbook", - "version": "0.19.0", + "version": "0.19.1", "dependencies": { "@gitbook/api": "catalog:", "@gitbook/browser-types": "workspace:*", @@ -200,7 +200,7 @@ }, "packages/icons": { "name": "@gitbook/icons", - "version": "0.3.1", + "version": "0.3.2", "bin": { "gitbook-icons": "./bin/gitbook-icons.js", }, @@ -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", @@ -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:*", @@ -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", }, @@ -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:*", diff --git a/packages/browser-types/CHANGELOG.md b/packages/browser-types/CHANGELOG.md index a0d17bb28..76a77a534 100644 --- a/packages/browser-types/CHANGELOG.md +++ b/packages/browser-types/CHANGELOG.md @@ -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 diff --git a/packages/browser-types/package.json b/packages/browser-types/package.json index f429ee198..d73d70ed3 100644 --- a/packages/browser-types/package.json +++ b/packages/browser-types/package.json @@ -8,7 +8,7 @@ "default": "./dist/index.js" } }, - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@gitbook/api": "catalog:", "@gitbook/icons": "workspace:" diff --git a/packages/cache-tags/CHANGELOG.md b/packages/cache-tags/CHANGELOG.md index a5589ab56..047ebcafa 100644 --- a/packages/cache-tags/CHANGELOG.md +++ b/packages/cache-tags/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/cache-tags +## 0.3.2 + +### Patch Changes + +- 295f03d: Republish packages + ## 0.3.1 ### Patch Changes diff --git a/packages/cache-tags/package.json b/packages/cache-tags/package.json index 20b3f4dd6..c53dd80cc 100644 --- a/packages/cache-tags/package.json +++ b/packages/cache-tags/package.json @@ -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" diff --git a/packages/colors/CHANGELOG.md b/packages/colors/CHANGELOG.md index 968b1c948..b86e7f627 100644 --- a/packages/colors/CHANGELOG.md +++ b/packages/colors/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/colors +## 0.4.1 + +### Patch Changes + +- 295f03d: Republish packages + ## 0.4.0 ### Minor Changes diff --git a/packages/colors/package.json b/packages/colors/package.json index a5ab67ee0..456c062f6 100644 --- a/packages/colors/package.json +++ b/packages/colors/package.json @@ -8,7 +8,7 @@ "default": "./dist/index.js" } }, - "version": "0.4.0", + "version": "0.4.1", "devDependencies": { "typescript": "^5.5.3" }, diff --git a/packages/embed/CHANGELOG.md b/packages/embed/CHANGELOG.md index 8dc6227df..5fef56929 100644 --- a/packages/embed/CHANGELOG.md +++ b/packages/embed/CHANGELOG.md @@ -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 diff --git a/packages/embed/package.json b/packages/embed/package.json index dc7f55a59..99fb252b0 100644 --- a/packages/embed/package.json +++ b/packages/embed/package.json @@ -12,7 +12,7 @@ "default": "./dist/react/index.js" } }, - "version": "0.1.2", + "version": "0.1.3", "dependencies": { "@gitbook/api": "catalog:", "@gitbook/icons": "workspace:", diff --git a/packages/emoji-codepoints/CHANGELOG.md b/packages/emoji-codepoints/CHANGELOG.md index 8e236dad9..068df27ed 100644 --- a/packages/emoji-codepoints/CHANGELOG.md +++ b/packages/emoji-codepoints/CHANGELOG.md @@ -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 diff --git a/packages/emoji-codepoints/package.json b/packages/emoji-codepoints/package.json index 6aec39ec0..81f1c4497 100644 --- a/packages/emoji-codepoints/package.json +++ b/packages/emoji-codepoints/package.json @@ -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": {}, diff --git a/packages/expr/CHANGELOG.md b/packages/expr/CHANGELOG.md index 2fbb2fa2c..aa6a0ddd7 100644 --- a/packages/expr/CHANGELOG.md +++ b/packages/expr/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/expr +## 1.2.2 + +### Patch Changes + +- 295f03d: Republish packages + ## 1.2.1 ### Patch Changes diff --git a/packages/expr/package.json b/packages/expr/package.json index a33e01c5c..101b7b72d 100644 --- a/packages/expr/package.json +++ b/packages/expr/package.json @@ -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": { ".": { diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index bdd70a966..a7fe005d1 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/fonts +## 0.1.1 + +### Patch Changes + +- 295f03d: Republish packages + ## 0.1.0 ### Minor Changes diff --git a/packages/fonts/package.json b/packages/fonts/package.json index db4a4139f..2c921bef1 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -8,7 +8,7 @@ "default": "./dist/index.js" } }, - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@gitbook/api": "catalog:" }, diff --git a/packages/gitbook/CHANGELOG.md b/packages/gitbook/CHANGELOG.md index 055e95e00..f03ff985b 100644 --- a/packages/gitbook/CHANGELOG.md +++ b/packages/gitbook/CHANGELOG.md @@ -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 diff --git a/packages/gitbook/package.json b/packages/gitbook/package.json index e5d488292..abc85696f 100644 --- a/packages/gitbook/package.json +++ b/packages/gitbook/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "0.19.0", + "version": "0.19.1", "private": true, "dependencies": { "@gitbook/api": "catalog:", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 35771c7e7..51d623d7b 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/icons +## 0.3.2 + +### Patch Changes + +- 295f03d: Republish packages + ## 0.3.1 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 78179d4fe..faee4239f 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -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" diff --git a/packages/openapi-parser/CHANGELOG.md b/packages/openapi-parser/CHANGELOG.md index e581c0967..f6289467f 100644 --- a/packages/openapi-parser/CHANGELOG.md +++ b/packages/openapi-parser/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/openapi-parser +## 3.0.3 + +### Patch Changes + +- 295f03d: Republish packages + ## 3.0.2 ### Patch Changes diff --git a/packages/openapi-parser/package.json b/packages/openapi-parser/package.json index 32ae25fa4..4b3a3fb63 100644 --- a/packages/openapi-parser/package.json +++ b/packages/openapi-parser/package.json @@ -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", diff --git a/packages/react-contentkit/CHANGELOG.md b/packages/react-contentkit/CHANGELOG.md index 58c3aac6c..c690b8a8e 100644 --- a/packages/react-contentkit/CHANGELOG.md +++ b/packages/react-contentkit/CHANGELOG.md @@ -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 diff --git a/packages/react-contentkit/package.json b/packages/react-contentkit/package.json index 28c6546bb..74782dcbe 100644 --- a/packages/react-contentkit/package.json +++ b/packages/react-contentkit/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/react-contentkit", - "version": "0.7.5", + "version": "0.7.6", "exports": { ".": { "types": "./dist/index.d.ts", diff --git a/packages/react-math/CHANGELOG.md b/packages/react-math/CHANGELOG.md index 3edba932a..af7c37b3b 100644 --- a/packages/react-math/CHANGELOG.md +++ b/packages/react-math/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/react-math +## 0.6.2 + +### Patch Changes + +- 295f03d: Republish packages + ## 0.6.1 ### Patch Changes diff --git a/packages/react-math/package.json b/packages/react-math/package.json index aa253b853..a77f6273c 100644 --- a/packages/react-math/package.json +++ b/packages/react-math/package.json @@ -8,7 +8,7 @@ "default": "./dist/index.js" } }, - "version": "0.6.1", + "version": "0.6.2", "dependencies": { "object-hash": "^3.0.0" }, diff --git a/packages/react-openapi/CHANGELOG.md b/packages/react-openapi/CHANGELOG.md index 27ce9590e..0ebfc26bf 100644 --- a/packages/react-openapi/CHANGELOG.md +++ b/packages/react-openapi/CHANGELOG.md @@ -1,5 +1,14 @@ # @gitbook/react-openapi +## 1.5.1 + +### Patch Changes + +- 295f03d: Republish packages +- Updated dependencies [295f03d] + - @gitbook/expr@1.2.2 + - @gitbook/openapi-parser@3.0.3 + ## 1.5.0 ### Minor Changes diff --git a/packages/react-openapi/package.json b/packages/react-openapi/package.json index 5353660e6..824a48794 100644 --- a/packages/react-openapi/package.json +++ b/packages/react-openapi/package.json @@ -8,7 +8,7 @@ "default": "./dist/index.js" } }, - "version": "1.5.0", + "version": "1.5.1", "sideEffects": false, "dependencies": { "@gitbook/expr": "workspace:*",