Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
Change-Id: I64bf1d64c2cde4407cb3fddea60126c5516b6418
  • Loading branch information
njikm2010 committed Sep 8, 2023
1 parent f16f442 commit 7158e48
Show file tree
Hide file tree
Showing 5 changed files with 1,699 additions and 1,793 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @wakeadmin/bbt

## 0.1.4

### Patch Changes

- fix: 修复`parseKey`没有正确解析的问题

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wakeadmin/bbt",
"version": "0.1.3",
"version": "0.1.4",
"description": "用来维护多语言信息的工具",
"bin": {
"bbt": "./bin/bbt"
Expand Down Expand Up @@ -36,6 +36,7 @@
"teeny-request": "^7.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@rushstack/heft": "^0.50.5",
"@rushstack/heft-jest-plugin": "^0.5.11",
"@types/fs-extra": "^11.0.1",
Expand Down
Loading

0 comments on commit 7158e48

Please sign in to comment.