Skip to content

Commit

Permalink
bump version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 authored Nov 30, 2023
1 parent c2f6848 commit 432cffc
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-peas-learn.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- c2f6848: add Chinese translation
2 changes: 1 addition & 1 deletion packages/rabbykit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rabby-wallet/rabbykit",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions site/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# doc

## 1.0.2

### Patch Changes

- Updated dependencies [c2f6848]
- @rabby-wallet/rabbykit@0.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion site/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doc",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion site/doc/src/component/sections/connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const ConnectIntro = () => {
"lg:text-[32px] lg:mb-[40px]"
)}
>
Compatible with all. Varied for choice.
Compatible with all. Varied for choice
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion site/doc/src/component/sections/scenario.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ConnectScenario = () => {
"lg:text-[32px] lg:mb-[44px]"
)}
>
Provide users with a better experience connecting wallets.
Provide users with a better experience connecting wallets
</div>

<div
Expand Down

1 comment on commit 432cffc

@vercel
Copy link

@vercel vercel bot commented on 432cffc Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rabbykit-doc – ./site/doc

rabbykit-doc.vercel.app
rabbykit-doc-debanker.vercel.app
rabbykit-doc-git-main-debanker.vercel.app

Please sign in to comment.