Skip to content

Commit 88f87c2

Browse files
committed
Guide to publish packages
1 parent d4e52bf commit 88f87c2

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ It also hosts the default integrations provided by the GitBook team:
1010
- [`slack`](./integrations/slack/)
1111
- [`segment`](./integrations/segment/)
1212
- [`webhook`](./integrations/webhook/)
13+
14+
15+
### How to contribute
16+
17+
After making a change, run `npm run changeset` to describe your changes.
18+
To publish the packages, you can run:
19+
- `npm run version-packages` to create new local versions from the changes
20+
- `npm run release` to publish the to NPM

packages/runtime-v8-isolated/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gitbook/runtime-v8-isolated
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Prepare for publishing by configuring the packages.
8+
- Updated dependencies
9+
- @gitbook/runtime-v8-stdlib@0.0.2
10+
311
## 0.0.1
412

513
### Patch Changes

packages/runtime-v8-isolated/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@gitbook/runtime-v8-isolated",
3-
"version": "0.0.1",
4-
"private": true,
3+
"version": "0.0.2",
54
"main": "dist/index.js",
65
"types": "dist/index.d.ts",
76
"dependencies": {

packages/runtime-v8-stdlib/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/runtime-v8-stdlib
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Prepare for publishing by configuring the packages.
8+
39
## 0.0.1
410

511
### Patch Changes

packages/runtime-v8-stdlib/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@gitbook/runtime-v8-stdlib",
3-
"version": "0.0.1",
4-
"private": true,
3+
"version": "0.0.2",
54
"main": "index.ts",
65
"dependencies": {},
76
"devDependencies": {

0 commit comments

Comments
 (0)