Skip to content

Commit

Permalink
Version Packages (#294)
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 15, 2023
1 parent 619e1e9 commit 2caa685
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-dragons-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-dancers-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-brooms-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-chefs-judge.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- 6faa977: Update term used in Save
- 0634853: Restrict usage from external connected slack channels
- Updated dependencies [619e1e9]
- @gitbook/runtime@0.10.0

## 1.0.1

### 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.1",
"version": "1.0.2",
"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.14.0

### Minor Changes

- 619e1e9: Update api client with latest OpenAPI spec

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

## 0.10.0

### Minor Changes

- 619e1e9: Add support for using functions as components in JSX

### Patch Changes

- Updated dependencies [619e1e9]
- @gitbook/api@0.14.0

## 0.9.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.9.0",
"version": "0.10.0",
"sideEffects": false,
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 2caa685

Please sign in to comment.