Skip to content

Commit

Permalink
Version Packages (#2385)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 18, 2024
1 parent 5f8a8fe commit 7377928
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/yellow-balloons-invent.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/emoji-codepoints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gitbook/emoji-codepoints

## 0.1.0

### Minor Changes

- 5f8a8fe: Initial release
2 changes: 1 addition & 1 deletion packages/emoji-codepoints/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/emoji-codepoints",
"description": "Optimized mapping of codepoints to the fully qualified emoji codepoints",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"exports": "./index.ts",
"dependencies": {},
Expand Down
7 changes: 7 additions & 0 deletions packages/react-contentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gitbook/react-contentkit

## 0.1.0

### Minor Changes

- 5f8a8fe: Initial release
2 changes: 1 addition & 1 deletion packages/react-contentkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/react-contentkit",
"version": "0.0.0",
"version": "0.1.0",
"exports": "./src/index.ts",
"dependencies": {
"classnames": "^2.5.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gitbook/react-math

## 0.1.0

### Minor Changes

- 5f8a8fe: Initial release
2 changes: 1 addition & 1 deletion packages/react-math/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/react-math",
"exports": "./src/index.ts",
"version": "0.0.0",
"version": "0.1.0",
"dependencies": {
"object-hash": "^3.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/react-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gitbook/react-openapi

## 0.1.0

### Minor Changes

- 5f8a8fe: Initial release
2 changes: 1 addition & 1 deletion packages/react-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/react-openapi",
"exports": "./src/index.ts",
"version": "0.0.0",
"version": "0.1.0",
"dependencies": {
"@scalar/api-client-react": "^0.3.7",
"@scalar/oas-utils": "0.1.6",
Expand Down

0 comments on commit 7377928

Please sign in to comment.