Skip to content

Commit

Permalink
Version Packages (#305)
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 Nov 26, 2023
1 parent 1c45194 commit ec25d2e
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-parents-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-beds-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-ants-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-tigers-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-seahorses-complain.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.13.0",
"@gitbook/cli": "^0.14.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.13.0",
"@gitbook/cli": "^0.14.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.13.0",
"@gitbook/cli": "^0.14.0",
"@gitbook/runtime": "*",
"@gitbook/eslint-config": "*",
"@gitbook/tsconfig": "*"
Expand Down
8 changes: 8 additions & 0 deletions integrations/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gitbook/integration-slack

## 1.1.0

### Minor Changes

- 3c8320c: Reformats the notifications into a list
- 9046bfb: Notify of space updates with a more detailed notification
- 58eee59: Adds support for snippets to be displayed in answers from GitBook AI

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-slack",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"dependencies": {
"@gitbook/runtime": "*",
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.16.0

### Minor Changes

- 1c45194: Update API client with latest OpenAPI spec

## 0.15.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.15.0",
"version": "0.16.0",
"sideEffects": false,
"files": [
"README.md",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gitbook/cli

## 0.14.0

### Minor Changes

- a5e0e14: Updates the CLI to check for Windows machines in order to install dependencies correctly

### Patch Changes

- Updated dependencies [1c45194]
- @gitbook/api@0.16.0

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

0 comments on commit ec25d2e

Please sign in to comment.