Skip to content

Commit

Permalink
Version Packages (#202)
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 4f00cea commit 0051b9d
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-dryers-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-hats-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-dryers-drum.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Updated dependencies [2b19969]
- @gitbook/runtime@0.4.0
6 changes: 3 additions & 3 deletions integrations/github/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@gitbook/integration-github",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"@gitbook/api": "^0.3.0",
"@gitbook/runtime": "^0.3.0",
"@gitbook/runtime": "^0.4.0",
"dotenv": "^16.0.3",
"itty-router": "^3.0.12"
},
"devDependencies": {
"@gitbook/cli": "^0.9.0",
"@gitbook/cli": "^0.9.1",
"@gitbook/eslint-config": "*",
"@gitbook/tsconfig": "*"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gitbook/cli

## 0.9.1

### Patch Changes

- e2972b9: Fix `gitbook new` script to generate correct (dev) deps
- 4f00cea: Destroy request during postinstall if there is a redirect

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/cli",
"description": "CLI to build and publish integrations on GitBook.com",
"version": "0.9.0",
"version": "0.9.1",
"dependencies": {
"@gitbook/api": "*",
"@openapi-contrib/openapi-schema-to-json-schema": "^3.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/runtime

## 0.4.0

### Minor Changes

- 2b19969: Use a JSON encoded state for OAuth state

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/runtime",
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"sideEffects": false,
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 0051b9d

Please sign in to comment.