Skip to content

Commit

Permalink
Version Packages (#205)
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
github-actions[bot] and github-actions[bot] authored Aug 4, 2023
1 parent 51eca27 commit 1dc91ae
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-parents-fry.md

This file was deleted.

7 changes: 7 additions & 0 deletions integrations/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gitbook/integration-github

## 0.1.2

### Patch Changes

- Updated dependencies [51eca27]
- @gitbook/api@0.4.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions integrations/github/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@gitbook/integration-github",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"dependencies": {
"@gitbook/api": "^0.3.0",
"@gitbook/api": "^0.4.0",
"@gitbook/runtime": "^0.4.0",
"dotenv": "^16.0.3",
"itty-router": "^3.0.12"
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/api

## 0.4.0

### Minor Changes

- 51eca27: Bump client to use the latest gitbook API spec

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "0.3.0",
"version": "0.4.0",
"sideEffects": false,
"files": [
"spec/**",
Expand Down

0 comments on commit 1dc91ae

Please sign in to comment.