Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/gitsync-category-removal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-glasses-hide.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
@@ -1,5 +1,13 @@
# @gitbook/integration-github

## 0.8.1

### Patch Changes

- 6aa7fbb: Remove the deprecated `gitsync` category from the GitHub and GitLab integration manifests.
- Updated dependencies [6aa7fbb]
- @gitbook/api@0.191.0

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-github",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
Expand Down
8 changes: 8 additions & 0 deletions integrations/gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gitbook/integration-gitlab

## 0.8.1

### Patch Changes

- 6aa7fbb: Remove the deprecated `gitsync` category from the GitHub and GitLab integration manifests.
- Updated dependencies [6aa7fbb]
- @gitbook/api@0.191.0

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/gitlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-gitlab",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
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.191.0

### Minor Changes

- 6aa7fbb: Bump API

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

## 0.29.3

### Patch Changes

- 6aa7fbb: Bump API
- Updated dependencies [6aa7fbb]
- @gitbook/api@0.191.0

## 0.29.2

### 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.29.2",
"version": "0.29.3",
"dependencies": {
"@gitbook/api": "*",
"check-node-version": "^4.2.1",
Expand Down
Loading