Skip to content

Version Packages #3506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/curly-eagles-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-ladybugs-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-waves-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-bulldogs-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-candles-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-poems-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-wombats-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-toes-attack.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-teachers-hang.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/gitbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# gitbook

## 0.15.0

### Minor Changes

- d130532: Suggest questions in the current space context

### Patch Changes

- d903273: Strip visitor params from URL
- df7de8f: Fix an issue where links were not rendering properly in Ask AI answers
- d270b4a: All tracking is now disabled for dynamic routes such as the site preview.
- b1f608b: Implement basic URL scheme for assistant with ask
- d024658: Prevent page breaks inside blocks when printing
- 185cdb4: Fix scrolling to anchor positionning
- 5c49235: Remove highlighting in Safari for PowerShell and C++ to avoid page crash until next version with bug fix is released
- 2cdba53: Upgrade to Tailwind v4
- Updated dependencies [2cdba53]
- @gitbook/[email protected]
- @gitbook/[email protected]
- @gitbook/[email protected]

## 0.14.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.14.1",
"version": "0.15.0",
"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.2.2

### Patch Changes

- 2cdba53: Upgrade to Tailwind v4

## 0.2.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.2.1",
"version": "0.2.2",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/fontawesome-free": "^6.6.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-contentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gitbook/react-contentkit

## 0.7.3

### Patch Changes

- Updated dependencies [2cdba53]
- @gitbook/[email protected]

## 0.7.2

### 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.2",
"version": "0.7.3",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
18 changes: 12 additions & 6 deletions packages/react-math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
# @gitbook/react-math

## 0.6.1

### Patch Changes

- 2cdba53: Upgrade to Tailwind v4

## 0.6.0

### Minor Changes

- 5c35f36: Export binary `gitbook-math` to copy assets to a directory
- 5c35f36: Export binary `gitbook-math` to copy assets to a directory

## 0.5.0

### Minor Changes

- 3445db4: Fix files published in the NPM packages by defining "files" in "package.json"
- 3445db4: Fix files published in the NPM packages by defining "files" in "package.json"

## 0.4.0

### Minor Changes

- 24cd72e: Fix changeset CI workflow
- 24cd72e: Fix changeset CI workflow

## 0.3.0

### Minor Changes

- de747b7: Refactor the repository to be a proper monorepo and publish JS files on NPM instead of TypeScript files.
- de747b7: Refactor the repository to be a proper monorepo and publish JS files on NPM instead of TypeScript files.

## 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/react-math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.6.0",
"version": "0.6.1",
"dependencies": {
"object-hash": "^3.0.0"
},
Expand Down