Skip to content

Commit

Permalink
Version Packages (#2395)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SamyPesse and github-actions[bot] authored Jul 22, 2024
1 parent 24cd72e commit d1bd02a
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/fifty-dots-travel.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- Updated dependencies [24cd72e]
- @gitbook/react-contentkit@0.4.0
- @gitbook/react-math@0.4.0
- @gitbook/react-openapi@0.4.0

## 0.2.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.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
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.4.0

### Minor Changes

- 24cd72e: Fix changeset CI workflow

## 0.3.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.3.0",
"version": "0.4.0",
"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.4.0

### Minor Changes

- 24cd72e: Fix changeset CI workflow

## 0.3.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 @@ -7,7 +7,7 @@
"default": "./dist/index.js"
}
},
"version": "0.3.0",
"version": "0.4.0",
"dependencies": {
"object-hash": "^3.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/react-openapi

## 0.4.0

### Minor Changes

- 24cd72e: Fix changeset CI workflow

## 0.3.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 @@ -7,7 +7,7 @@
"default": "./dist/index.js"
}
},
"version": "0.3.0",
"version": "0.4.0",
"dependencies": {
"@scalar/api-client-react": "^0.3.7",
"@scalar/oas-utils": "0.1.6",
Expand Down

0 comments on commit d1bd02a

Please sign in to comment.