Skip to content

Commit 278689e

Browse files
Version Packages (#2984)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 886e204 commit 278689e

File tree

8 files changed

+26
-15
lines changed

8 files changed

+26
-15
lines changed

.changeset/healthy-houses-judge.md

-6
This file was deleted.

.changeset/large-toys-travel.md

-5
This file was deleted.

packages/colors/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# @gitbook/colors
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 4f0a772: Override tint lightness if supplied color is out of bounds
8+
39
## 0.2.0
410

511
### Minor Changes
612

7-
- 445baaa: Initial release
13+
- 445baaa: Initial release

packages/colors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"default": "./dist/index.js"
99
}
1010
},
11-
"version": "0.2.0",
11+
"version": "0.3.0",
1212
"devDependencies": {
1313
"typescript": "^5.5.3"
1414
},

packages/gitbook/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gitbook
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- 886e204: Update OpenAPI operation path design
8+
- Updated dependencies [886e204]
9+
- Updated dependencies [4f0a772]
10+
- @gitbook/react-openapi@1.1.5
11+
- @gitbook/colors@0.3.0
12+
313
## 0.8.0
414

515
### Minor Changes

packages/gitbook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"private": true,
55
"scripts": {
66
"dev": "env-cmd --silent -f ../../.env.local next dev",

packages/react-openapi/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/react-openapi
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- 886e204: Update OpenAPI operation path design
8+
39
## 1.1.4
410

511
### Patch Changes

packages/react-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"default": "./dist/index.js"
99
}
1010
},
11-
"version": "1.1.4",
11+
"version": "1.1.5",
1212
"sideEffects": false,
1313
"dependencies": {
1414
"@gitbook/openapi-parser": "workspace:*",

0 commit comments

Comments
 (0)