Skip to content

Commit e4abf12

Browse files
Release packages [publish docs] (#10)
Co-authored-by: imodeljs-admin <imodeljs-admin@users.noreply.github.com>
1 parent f7db02d commit e4abf12

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.changeset/blue-ducks-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @bentley/scenes-client
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- f7db02d: Initial release of scenes-client package

packages/scenes-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bentley/scenes-client",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Client-side code for managing scenes",
55
"main": "index.js",
66
"types": "./lib/index.d.ts",
@@ -16,7 +16,7 @@
1616
"lint": "eslint src tests",
1717
"typecheck": "tsc --noEmit"
1818
},
19-
"keywords": [ ],
19+
"keywords": [],
2020
"author": {
2121
"name": "Bentley Systems, Inc.",
2222
"url": "https://www.bentley.com"

0 commit comments

Comments
 (0)