Skip to content

Commit 47f7558

Browse files
Version Packages (#2393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent de747b7 commit 47f7558

File tree

10 files changed

+37
-16
lines changed

10 files changed

+37
-16
lines changed

.changeset/five-maps-tickle.md

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

.changeset/proud-shrimps-lie.md

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

packages/gitbook/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# gitbook
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- de747b7: Refactor the repository to be a proper monorepo and publish JS files on NPM instead of TypeScript files.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [de747b7]
12+
- Updated dependencies [de747b7]
13+
- @gitbook/react-contentkit@0.3.0
14+
- @gitbook/react-openapi@0.3.0
15+
- @gitbook/react-math@0.3.0

packages/gitbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/react-contentkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/react-contentkit
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- de747b7: Publish to NPM with JS files and TypeScript declaration files
8+
39
## 0.2.0
410

511
### Minor Changes

packages/react-contentkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/react-contentkit",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"exports": {
55
".": {
66
"types": "./dist/index.d.ts",

packages/react-math/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/react-math
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- de747b7: Refactor the repository to be a proper monorepo and publish JS files on NPM instead of TypeScript files.
8+
39
## 0.2.0
410

511
### Minor Changes

packages/react-math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"default": "./dist/index.js"
88
}
99
},
10-
"version": "0.2.0",
10+
"version": "0.3.0",
1111
"dependencies": {
1212
"object-hash": "^3.0.0"
1313
},

packages/react-openapi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Minor Changes
66

7+
- de747b7: Refactor the repository to be a proper monorepo and publish JS files on NPM instead of TypeScript files.
8+
9+
## 0.3.0
10+
11+
### Minor Changes
12+
713
- bd0ca5b: Fix missing react imports
814

915
## 0.2.0

packages/react-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"default": "./dist/index.js"
88
}
99
},
10-
"version": "0.2.0",
10+
"version": "0.3.0",
1111
"dependencies": {
1212
"@scalar/api-client-react": "^0.3.7",
1313
"@scalar/oas-utils": "0.1.6",

0 commit comments

Comments
 (0)