Skip to content

Commit 5007b5a

Browse files
michielvandergeestfrank-weindel
authored andcommitted
Bumped version to 5.1.0.
1 parent 822b149 commit 5007b5a

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v5.1.0
4+
5+
- Typescript support
6+
37
## v5.0.1
48

59
*22 aug 2022*

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v5.1.0
4+
5+
- Typescript support
6+
37
## v5.0.1
48

59
*22 aug 2022*

docs/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"license": "Apache-2.0",
5+
"types": "index.d.ts",
56
"scripts": {
67
"postinstall": "node ./scripts/postinstall.js",
78
"lint": "eslint '**/*.js'",
8-
"release": "npm publish --access public"
9+
"release": "npm publish --access public",
10+
"typedoc": "typedoc --tsconfig tsconfig.typedoc.json",
11+
"tsd": "tsd"
912
},
1013
"lint-staged": {
1114
"*.js": [
@@ -22,7 +25,7 @@
2225
},
2326
"dependencies": {
2427
"@babel/polyfill": "^7.11.5",
25-
"@lightningjs/core": "*",
28+
"@lightningjs/core": "^2.7.0",
2629
"@metrological/sdk": "github:metrological/metrological-sdk",
2730
"@michieljs/execute-as-promise": "^1.0.0",
2831
"deepmerge": "^4.2.2",
@@ -44,7 +47,9 @@
4447
"lint-staged": "^10.4.0",
4548
"prettier": "^1.19.1",
4649
"rollup": "^1.32.1",
47-
"rollup-plugin-babel": "^4.4.0"
50+
"rollup-plugin-babel": "^4.4.0",
51+
"tsd": "^0.22.0",
52+
"typedoc": "^0.23.9"
4853
},
4954
"repository": {
5055
"type": "git",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)