Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffac553

Browse files
committedSep 20, 2024·
chore:release 0.3.18
1 parent eae336b commit ffac553

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.3.17 (2024-09-20)
3+
## 0.3.18 (2024-09-20)
44

55
- Added `enableAppliancePlugin` in FastboardOptions to support new appliance plugins.
66

‎packages/fastboard-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netless/fastboard-core",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"description": "A tiny wrapper of white-web-sdk and @netless/window-manager.",
55
"main": "src/index.ts",
66
"exports": {

‎packages/fastboard-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netless/fastboard-react",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"description": "React components of @netless/fastboard.",
55
"main": "src/index.tsx",
66
"files": [

‎packages/fastboard-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netless/fastboard-ui",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"description": "The front-end of @netless/fastboard-core.",
55
"main": "src/index.ts",
66
"svelte": "dist/index.svelte.mjs",

‎packages/fastboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netless/fastboard",
3-
"version": "0.3.17",
3+
"version": "0.3.18",
44
"description": "A tiny wrapper of white-web-sdk and @netless/window-manager.",
55
"main": "src/index.ts",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.