Skip to content

Commit d68b766

Browse files
Version Packages (#999)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd72649 commit d68b766

File tree

6 files changed

+19
-16
lines changed

6 files changed

+19
-16
lines changed

.changeset/bumpy-jeans-sin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-eyes-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

integrations/front/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @gitbook/integration-front
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- fd72649: Initial publish

integrations/front/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-front",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
# @gitbook/integration-runllm-widget
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 0d999d3: Add native ai experience API for RunLLM integration
8+
39
## 0.3.0
410

511
### Minor Changes
612

7-
- ee488d1: Bump integrations' target
13+
- ee488d1: Bump integrations' target
814

915
## 0.2.0
1016

1117
### Minor Changes
1218

13-
- bce5dce: Bump version of integrations with inject script scope to work with latest API changes
19+
- bce5dce: Bump version of integrations with inject script scope to work with latest API changes
1420

1521
## 0.1.2
1622

1723
### Patch Changes
1824

19-
- 2a9d743: Update integration target
25+
- 2a9d743: Update integration target
2026

2127
## 0.1.1
2228

2329
### Patch Changes
2430

25-
- acdb30e: Update manifest files for integrations so they don't include unused scopes
31+
- acdb30e: Update manifest files for integrations so they don't include unused scopes

integrations/runllm-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gitbook/integration-runllm-widget",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"scripts": {
66
"typecheck": "tsc --noEmit",
77
"publish": "gitbook publish ."

0 commit comments

Comments
 (0)