File tree Expand file tree Collapse file tree 10 files changed +70
-12
lines changed
template-backend-extension
template-search-extension
template-widget-extension Expand file tree Collapse file tree 10 files changed +70
-12
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,14 @@ parent: SDK JS
7
7
grand_parent : Changelog
8
8
---
9
9
10
+ # [ 1.12.1] ( https://github.com/lumapps/lumapps-sdk-js/compare/v1.12.0...v1.12.1 ) (2022-09-08)
11
+
12
+ ## 🐛 Bug Fixes
13
+
14
+ - ** search-extension:** update types ([ 7a6d80f] ( https://github.com/lumapps/lumapps-sdk-js/commit/7a6d80fefb4722336fb022f3288e662ab83d4603 ) )
15
+
10
16
# [ 1.12.0] ( https://github.com/lumapps/lumapps-sdk-js/compare/v1.11.0...v1.12.0 ) (2022-08-31)
11
17
12
18
## 🚀 Features
13
19
14
- - ** extension-categories:** add broadcast extensions ([ fc8db09] ( https://github.com/lumapps/lumapps-sdk-js/commit/fc8db093cf1a518cc8dcc90bf21d8e1b4bb37ceb ) )
20
+ - ** extension-categories:** add broadcast extensions ([ fc8db09] ( https://github.com/lumapps/lumapps-sdk-js/commit/fc8db093cf1a518cc8dcc90bf21d8e1b4bb37ceb ) )
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : default
3
+ title : Release 1.13.x
4
+ nav_order : 16
5
+ has_children : false
6
+ parent : SDK JS
7
+ grand_parent : Changelog
8
+ ---
9
+
10
+ # [ 1.13.0] ( https://github.com/lumapps/lumapps-sdk-js/compare/v1.12.1...v1.13.0 ) (2022-10-06)
11
+
12
+
13
+ ## 🚀 Features
14
+
15
+ - ** lumapps-sdk:** added privacyPolicy and termsOfService types ([ 33ea1fd] ( https://github.com/lumapps/lumapps-sdk-js/commit/33ea1fda8225aa61e4eae720b8d6b1beaa05579b ) )
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : default
3
+ title : Release 1.14.x
4
+ nav_order : 17
5
+ has_children : false
6
+ parent : SDK JS
7
+ grand_parent : Changelog
8
+ ---
9
+
10
+ # [ 1.14.0] ( https://github.com/lumapps/lumapps-sdk-js/compare/v1.13.0...v1.14.0 ) (2022-10-28)
11
+
12
+
13
+ ## 🐛 Bug Fixes
14
+
15
+ - ** use-context:** fix haussmann cell url ([ 096568b] ( https://github.com/lumapps/lumapps-sdk-js/commit/096568b8dd228729ea43763b390752c5eb1a9284 ) )
16
+
17
+
18
+ ## 🚀 Features
19
+
20
+ - ** content:** add hook for content type ([ e682b22] ( https://github.com/lumapps/lumapps-sdk-js/commit/e682b22790af8198bf403576e1ebabed43e3f6fa ) )
21
+ - ** context:** add test for content type hook ([ a5a281a] ( https://github.com/lumapps/lumapps-sdk-js/commit/a5a281a99c50b327286d996c33c53ea1723b8a07 ) )
22
+ - ** packages:** update lumx and other packages ([ 02f5ac9] ( https://github.com/lumapps/lumapps-sdk-js/commit/02f5ac93fbfdc7ab93bd938e5724ce3c0f2d16cc ) )
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : default
3
+ title : Release 1.15.x
4
+ nav_order : 18
5
+ has_children : false
6
+ parent : SDK JS
7
+ grand_parent : Changelog
8
+ ---
9
+
10
+ # [ 1.15.0] ( https://github.com/lumapps/lumapps-sdk-js/compare/v1.14.0...v1.15.0 ) (2022-11-08)
11
+
12
+
13
+ ## 🚀 Features
14
+
15
+ - ** sdk:** add drive folder info into context hooks ([ 6597424] ( https://github.com/lumapps/lumapps-sdk-js/commit/6597424b11c616c78b4f1b6480ae16aa87a11ef5 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-lumapps-extension" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"description" : " " ,
5
5
"author" : " marketplace@lumapps.com" ,
6
6
"main" : " index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backend-tpl" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"check" : " tsc --noEmit" ,
39
39
"@lumx/react" : " ^3.0.2" ,
40
40
"axios" : " 0.21.4" ,
41
41
"lodash" : " 4.17.21" ,
42
- "lumapps-sdk-js" : " ^1.13 .0" ,
42
+ "lumapps-sdk-js" : " ^1.15 .0" ,
43
43
"moment" : " ^2.29.1" ,
44
44
"moment-range" : " ^4.0.2" ,
45
45
"react" : " ^16.13.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " template-react-ts" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"check" : " tsc --noEmit" ,
39
39
"@lumx/react" : " ^3.0.2" ,
40
40
"axios" : " 0.21.4" ,
41
41
"lodash" : " 4.17.21" ,
42
- "lumapps-sdk-js" : " ^1.13 .0" ,
42
+ "lumapps-sdk-js" : " ^1.15 .0" ,
43
43
"moment" : " ^2.29.1" ,
44
44
"moment-range" : " ^4.0.2" ,
45
45
"react" : " ^16.13.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " template-react-ts" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"check" : " tsc --noEmit" ,
39
39
"@lumx/react" : " ^3.0.2" ,
40
40
"axios" : " 0.21.4" ,
41
41
"lodash" : " 4.17.21" ,
42
- "lumapps-sdk-js" : " ^1.13 .0" ,
42
+ "lumapps-sdk-js" : " ^1.15 .0" ,
43
43
"moment" : " ^2.29.1" ,
44
44
"moment-range" : " ^4.0.2" ,
45
45
"react" : " ^16.13.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " template-react-ts" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"check" : " tsc --noEmit" ,
39
39
"@lumx/react" : " ^3.0.2" ,
40
40
"axios" : " 0.21.4" ,
41
41
"lodash" : " 4.17.21" ,
42
- "lumapps-sdk-js" : " ^1.13 .0" ,
42
+ "lumapps-sdk-js" : " ^1.15 .0" ,
43
43
"moment" : " ^2.29.1" ,
44
44
"moment-range" : " ^4.0.2" ,
45
45
"react" : " ^16.13.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " template-react-ts" ,
3
- "version" : " 1.2.3 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"check" : " tsc --noEmit" ,
39
39
"@lumx/react" : " ^2.2.3" ,
40
40
"axios" : " 0.21.4" ,
41
41
"lodash" : " 4.17.21" ,
42
- "lumapps-sdk-js" : " ^1.9.1 " ,
42
+ "lumapps-sdk-js" : " ^1.15.0 " ,
43
43
"moment" : " ^2.29.1" ,
44
44
"moment-range" : " ^4.0.2" ,
45
45
"react" : " ^16.13.1" ,
You can’t perform that action at this time.
0 commit comments