Skip to content

Commit

Permalink
Version Packages (#475)
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
taranvohra and github-actions[bot] authored May 8, 2024
1 parent 6646aac commit c9e1773
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-ads-trade.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/weak-pumpkins-run.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- 15a814a: Add site:metadata:read scope to VA integrations

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/cognito/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-cognito",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"dependencies": {
"@gitbook/api": "*",
Expand Down
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.15.1",
"@gitbook/cli": "^0.16.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.15.1",
"@gitbook/cli": "^0.16.0",
"@gitbook/runtime": "*",
"@gitbook/eslint-config": "*",
"@gitbook/tsconfig": "*"
Expand Down
6 changes: 6 additions & 0 deletions integrations/va-auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/integration-va-auth0

## 0.0.7

### Patch Changes

- 15a814a: Add site:metadata:read scope to VA integrations

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/va-auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-va-auth0",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"dependencies": {
"@gitbook/api": "*",
Expand Down
6 changes: 6 additions & 0 deletions integrations/va-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/integration-va-azure

## 0.0.7

### Patch Changes

- 15a814a: Add site:metadata:read scope to VA integrations

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/va-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-va-azure",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"dependencies": {
"@gitbook/api": "*",
Expand Down
6 changes: 6 additions & 0 deletions integrations/va-okta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/integration-va-okta

## 0.0.8

### Patch Changes

- 15a814a: Add site:metadata:read scope to VA integrations

## 0.0.7

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

### Minor Changes

- 6646aac: Update the CLI to accommodate new category

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

0 comments on commit c9e1773

Please sign in to comment.