Skip to content

Commit

Permalink
Version Packages (#253)
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 Oct 3, 2023
1 parent 5f9c5c9 commit 51a6c95
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/five-planets-shop.md

This file was deleted.

2 changes: 1 addition & 1 deletion integrations/github-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@gitbook/api": "*",
"@gitbook/cli": "^0.12.0",
"@gitbook/cli": "^0.13.0",
"@gitbook/eslint-config": "*",
"@gitbook/runtime": "*",
"@gitbook/tsconfig": "*"
Expand Down
2 changes: 1 addition & 1 deletion integrations/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jose": "^4.14.4"
},
"devDependencies": {
"@gitbook/cli": "^0.12.0",
"@gitbook/cli": "^0.13.0",
"@gitbook/eslint-config": "*",
"@gitbook/tsconfig": "*",
"@octokit/webhooks-types": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion integrations/gitlab-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dotenv": "^16.1.1"
},
"devDependencies": {
"@gitbook/cli": "^0.12.0",
"@gitbook/cli": "^0.13.0",
"@gitbook/runtime": "*",
"@gitbook/eslint-config": "*",
"@gitbook/tsconfig": "*"
Expand Down
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gitbook/api

## 0.11.0

### Minor Changes

- 5f9c5c9: - Bump API client to use the latest spec
- Update CLI to use the latest manifest with target support

## 0.10.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.10.0",
"version": "0.11.0",
"sideEffects": false,
"files": [
"spec/**",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @gitbook/cli

## 0.13.0

### Minor Changes

- 5f9c5c9: - Bump API client to use the latest spec
- Update CLI to use the latest manifest with target support

### Patch Changes

- Updated dependencies [5f9c5c9]
- @gitbook/api@0.11.0

## 0.12.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.12.0",
"version": "0.13.0",
"dependencies": {
"@gitbook/api": "*",
"@openapi-contrib/openapi-schema-to-json-schema": "^3.1.2",
Expand Down

0 comments on commit 51a6c95

Please sign in to comment.