Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 21, 2024
1 parent c079c3c commit 5cf2798
Show file tree
Hide file tree
Showing 28 changed files with 62 additions and 95 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-crabs-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-balloons-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-knives-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-swans-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-spoons-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-students-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-donkeys-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-starfishes-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-beds-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-maps-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-bats-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-buttons-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-moose-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-onions-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-balloons-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-beers-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-hairs-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-worms-roll.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 5c35f36: Replace all icons, previously imported from Geist, by new package `@gitbook/icons`
- 1f24fe4: Add support for page icons
- 1f24fe4: Add support for icons style customization for sites
- 3422ad4: Update rendering of community ads to match new API response, and make it possible to preview ads.

### Patch Changes

- aa32198: Avoid multiple <h1> in the page by using a <div> for the title in the header
- 5fe7adb: RND-3532: drop down menu for hidden links at small screen size
- 6295881: Change dark mode shadow for multi-space search toolbar
- 17f71ba: Use url hash to open Expandable and scroll to anchor
- 3c07e65: Fix margin for paragraphs in quote blocks
- 3996110: Optimize images rendered in community ads
- 0f1565c: Add optional env `GITBOOK_INTEGRATIONS_HOST` to configure the host serving the integrations
- cb782a7: Fix "ip" being passed to BSA for community ads
- Updated dependencies [094e9cd]
- Updated dependencies [5c35f36]
- Updated dependencies [0f1565c]
- Updated dependencies [c079c3c]
- Updated dependencies [5c35f36]
- Updated dependencies [776bc31]
- @gitbook/react-openapi@0.6.1
- @gitbook/icons@0.1.0
- @gitbook/react-contentkit@0.5.1
- @gitbook/react-math@0.6.0

## 0.3.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.3.0",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @gitbook/icons

## 0.1.0

### Minor Changes

- 5c35f36: Initial release for `@gitbook/icons`, a package of content icons to be used for pages, documents, etc.
- 776bc31: Fix bin gitbook-icons when installed without the Pro token
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.0.3",
"version": "0.1.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/fontawesome-free": "^6.6.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-contentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/react-contentkit

## 0.5.1

### Patch Changes

- 0f1565c: Fix rendering of webframe with SSR causing wrong communication between frame and renderer

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/react-math

## 0.6.0

### Minor Changes

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

## 0.5.0

### Minor Changes
Expand Down
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.5.0",
"version": "0.6.0",
"dependencies": {
"object-hash": "^3.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/react-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gitbook/react-openapi

## 0.6.1

### Patch Changes

- 094e9cd: bump: scalar from 1.0.5 to 1.0.7
- c079c3c: Update Scalar client to latest version

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-openapi/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": {
"@scalar/api-client-react": "1.0.20",
"classnames": "^2.5.1",
Expand Down

0 comments on commit 5cf2798

Please sign in to comment.