Skip to content

Commit

Permalink
Version Packages (#719)
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 Feb 21, 2025
1 parent 0d67d6e commit c389de7
Show file tree
Hide file tree
Showing 15 changed files with 114 additions and 89 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-readers-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-cycles-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-cooks-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-scissors-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-lions-flash.md

This file was deleted.

19 changes: 13 additions & 6 deletions integrations/formspree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
# @gitbook/integration-formspree

## 0.2.4

### Patch Changes

- Updated dependencies [ff3ac23]
- @gitbook/runtime@0.19.0

## 0.2.3

### Patch Changes

- Updated dependencies [ebfa12c]
- @gitbook/runtime@0.18.0
- Updated dependencies [ebfa12c]
- @gitbook/runtime@0.18.0

## 0.2.2

### Patch Changes

- 126f152: Update images to 2x exports
- 126f152: Update images to 2x exports

## 0.2.1

### Patch Changes

- 8a8a07d: Update preview images and old logos
- 8a8a07d: Update images
- 8a8a07d: Update preview images and old logos
- 8a8a07d: Update images

## 0.2.0

### Minor Changes

- f0e31d7: Add a changeset for formspree
- f0e31d7: Add a changeset for formspree
2 changes: 1 addition & 1 deletion integrations/formspree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-formspree",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"dependencies": {
"@gitbook/runtime": "workspace:*"
Expand Down
14 changes: 14 additions & 0 deletions integrations/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @gitbook/integration-openapi

## 0.0.1

### Patch Changes

- ff3ac23: Initial code for the OpenAPI integration
- 8f02d70: Update description of the integration to trigger a staging publish.
- Updated dependencies [ff3ac23]
- Updated dependencies [ff3ac23]
- Updated dependencies [0d67d6e]
- @gitbook/document@0.1.0
- @gitbook/runtime@0.19.0
- @gitbook/api@0.95.0
2 changes: 1 addition & 1 deletion integrations/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-openapi",
"version": "0.0.0",
"version": "0.0.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.95.0

### Minor Changes

- 0d67d6e: Bump API version to include latest customization settings

## 0.94.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.94.0",
"version": "0.95.0",
"sideEffects": false,
"files": [
"README.md",
Expand Down
12 changes: 12 additions & 0 deletions packages/document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @gitbook/document

## 0.1.0

### Minor Changes

- ff3ac23: New package to easily create GitBook documents

### Patch Changes

- Updated dependencies [0d67d6e]
- @gitbook/api@0.95.0
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gitbook/document",
"description": "Utility to create GitBook documents",
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit c389de7

Please sign in to comment.