Version Packages (#2387)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-07-19 08:28:14 +02:00
committed by GitHub
parent 57adb3e54a
commit ba2a523722
9 changed files with 28 additions and 12 deletions
-8
View File
@@ -1,8 +0,0 @@
---
'@gitbook/emoji-codepoints': minor
'@gitbook/react-contentkit': minor
'@gitbook/react-math': minor
'@gitbook/react-openapi': minor
---
Second release to fix publishing with changeset
+6
View File
@@ -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
+1 -1
View File
@@ -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": {},
+6
View File
@@ -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
+1 -1
View File
@@ -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",
+6
View File
@@ -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
+1 -1
View File
@@ -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"
},
+6
View File
@@ -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
+1 -1
View File
@@ -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",