Skip to content

Commit

Permalink
chore: release 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Feb 18, 2024
1 parent 4134f81 commit cf8a625
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.3.12

- Fixed an error when UI config is updated to `{ toolbar: undefined }`.

Expand Down
2 changes: 1 addition & 1 deletion packages/fastboard-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netless/fastboard-core",
"version": "0.3.11",
"version": "0.3.12",
"description": "A tiny wrapper of white-web-sdk and @netless/window-manager.",
"main": "src/index.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboard-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netless/fastboard-react",
"version": "0.3.11",
"version": "0.3.12",
"description": "React components of @netless/fastboard.",
"main": "src/index.tsx",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboard-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netless/fastboard-ui",
"version": "0.3.11",
"version": "0.3.12",
"description": "The front-end of @netless/fastboard-core.",
"main": "src/index.ts",
"svelte": "dist/index.svelte.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netless/fastboard",
"version": "0.3.11",
"version": "0.3.12",
"description": "A tiny wrapper of white-web-sdk and @netless/window-manager.",
"main": "src/index.ts",
"files": [
Expand Down

0 comments on commit cf8a625

Please sign in to comment.