Skip to content

Commit

Permalink
Version Packages (#2387)
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 19, 2024
1 parent 57adb3e commit ba2a523
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/slimy-crabs-confess.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 57adb3e: Second release to fix publishing with changeset

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"private": true,
"exports": "./index.ts",
"dependencies": {},
Expand Down
6 changes: 6 additions & 0 deletions packages/react-contentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/react-contentkit

## 0.2.0

### Minor Changes

- 57adb3e: Second release to fix publishing with changeset

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"exports": "./src/index.ts",
"dependencies": {
"classnames": "^2.5.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/react-math

## 0.2.0

### Minor Changes

- 57adb3e: Second release to fix publishing with changeset

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"dependencies": {
"object-hash": "^3.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/react-openapi

## 0.2.0

### Minor Changes

- 57adb3e: Second release to fix publishing with changeset

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.0",
"dependencies": {
"@scalar/api-client-react": "^0.3.7",
"@scalar/oas-utils": "0.1.6",
Expand Down

0 comments on commit ba2a523

Please sign in to comment.