Skip to content

Commit

Permalink
Version Packages (#212)
Browse files Browse the repository at this point in the history
* Version Packages

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Taran Vohra <[email protected]>
  • Loading branch information
3 people authored Aug 11, 2023
1 parent 7087f1c commit d9e6781
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .changeset/clean-seas-applaud.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-buckets-sing.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tall-cameras-end.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.9.1",
"@gitbook/cli": "^0.10.0",
"@gitbook/eslint-config": "*",
"@gitbook/runtime": "*",
"@gitbook/tsconfig": "*"
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.9.0",
"@gitbook/cli": "^0.10.0",
"@gitbook/runtime": "*",
"@gitbook/eslint-config": "*",
"@gitbook/tsconfig": "*"
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.5.0

### Minor Changes

- a2d3bc3: - Bump @gitbook/api client to use the latest Gitbook API spec

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

## 0.10.0

### Minor Changes

- Update CLI to include new scopes during the `init` command

## 0.9.1

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

0 comments on commit d9e6781

Please sign in to comment.