Skip to content

Commit

Permalink
First changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Jul 18, 2024
1 parent 8ce88a6 commit 3938268
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/yellow-balloons-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@gitbook/emoji-codepoints': minor
'@gitbook/react-contentkit': minor
'@gitbook/react-openapi': minor
'@gitbook/react-math': minor
---

Initial release
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"typecheck": "tsc --noEmit",
"unit": "bun test {src,packages}",
"e2e": "playwright test",
"changeset": "changeset",
"postinstall": "rm -rf ./public/~gitbook/static/mathjax@3.2.2 && mkdir -p ./public/~gitbook/static/ && cp -R node_modules/mathjax/es5 ./public/~gitbook/static/mathjax@3.2.2"
},
"workspaces": [
Expand Down
1 change: 1 addition & 0 deletions packages/emoji-codepoints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@gitbook/emoji-codepoints",
"description": "Optimized mapping of codepoints to the fully qualified emoji codepoints",
"version": "0.0.0",
"private": true,
"exports": "./index.ts",
"dependencies": {},
Expand Down
1 change: 1 addition & 0 deletions packages/react-contentkit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@gitbook/react-contentkit",
"version": "0.0.0",
"exports": "./src/index.ts",
"dependencies": {
"classnames": "^2.5.1",
Expand Down
1 change: 1 addition & 0 deletions packages/react-math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@gitbook/react-math",
"exports": "./src/index.ts",
"version": "0.0.0",
"dependencies": {
"object-hash": "^3.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/react-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@gitbook/react-openapi",
"exports": "./src/index.ts",
"version": "0.0.0",
"dependencies": {
"@scalar/api-client-react": "^0.3.7",
"@scalar/oas-utils": "0.1.6",
Expand Down

0 comments on commit 3938268

Please sign in to comment.