Skip to content

Commit

Permalink
Version Packages (#134)
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 Mar 31, 2023
1 parent 0a17e3b commit 89453db
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-dancers-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-snakes-explain.md

This file was deleted.

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.2.0

### Minor Changes

- 0a17e3b: new command: gitbook dev

## 0.1.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.1.0",
"version": "0.2.0",
"dependencies": {
"@gitbook/api": "*",
"@openapi-contrib/openapi-schema-to-json-schema": "^3.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/runtime

## 0.2.0

### Minor Changes

- 0a17e3b: Dispatch version checked in production only

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/runtime",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"sideEffects": false,
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 89453db

Please sign in to comment.