Skip to content

Commit cf341b0

Browse files
authored
Merge pull request #123 from lumapps/feat/MP-1236-update-sdk-version-1-15-0
feat(sdk): update sdk version 1.15.0
2 parents f67fcbc + 077d057 commit cf341b0

File tree

10 files changed

+70
-12
lines changed

10 files changed

+70
-12
lines changed

docs/changelog/sdk/1.12.x.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ parent: SDK JS
77
grand_parent: Changelog
88
---
99

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+
1016
# [1.12.0](https://github.com/lumapps/lumapps-sdk-js/compare/v1.11.0...v1.12.0) (2022-08-31)
1117

1218
## 🚀 Features
1319

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))

docs/changelog/sdk/1.13.x.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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))

docs/changelog/sdk/1.14.x.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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))

docs/changelog/sdk/1.15.x.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-lumapps-extension",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "",
55
"author": "marketplace@lumapps.com",
66
"main": "index.js",

template-backend-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend-tpl",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"private": true,
55
"scripts": {
66
"check": "tsc --noEmit",
@@ -39,7 +39,7 @@
3939
"@lumx/react": "^3.0.2",
4040
"axios": "0.21.4",
4141
"lodash": "4.17.21",
42-
"lumapps-sdk-js": "^1.13.0",
42+
"lumapps-sdk-js": "^1.15.0",
4343
"moment": "^2.29.1",
4444
"moment-range": "^4.0.2",
4545
"react": "^16.13.1",

template-empty-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-react-ts",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"private": true,
55
"scripts": {
66
"check": "tsc --noEmit",
@@ -39,7 +39,7 @@
3939
"@lumx/react": "^3.0.2",
4040
"axios": "0.21.4",
4141
"lodash": "4.17.21",
42-
"lumapps-sdk-js": "^1.13.0",
42+
"lumapps-sdk-js": "^1.15.0",
4343
"moment": "^2.29.1",
4444
"moment-range": "^4.0.2",
4545
"react": "^16.13.1",

template-search-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-react-ts",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"private": true,
55
"scripts": {
66
"check": "tsc --noEmit",
@@ -39,7 +39,7 @@
3939
"@lumx/react": "^3.0.2",
4040
"axios": "0.21.4",
4141
"lodash": "4.17.21",
42-
"lumapps-sdk-js": "^1.13.0",
42+
"lumapps-sdk-js": "^1.15.0",
4343
"moment": "^2.29.1",
4444
"moment-range": "^4.0.2",
4545
"react": "^16.13.1",

template-share-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-react-ts",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"private": true,
55
"scripts": {
66
"check": "tsc --noEmit",
@@ -39,7 +39,7 @@
3939
"@lumx/react": "^3.0.2",
4040
"axios": "0.21.4",
4141
"lodash": "4.17.21",
42-
"lumapps-sdk-js": "^1.13.0",
42+
"lumapps-sdk-js": "^1.15.0",
4343
"moment": "^2.29.1",
4444
"moment-range": "^4.0.2",
4545
"react": "^16.13.1",

template-widget-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "template-react-ts",
3-
"version": "1.2.3",
3+
"version": "1.2.5",
44
"private": true,
55
"scripts": {
66
"check": "tsc --noEmit",
@@ -39,7 +39,7 @@
3939
"@lumx/react": "^2.2.3",
4040
"axios": "0.21.4",
4141
"lodash": "4.17.21",
42-
"lumapps-sdk-js": "^1.9.1",
42+
"lumapps-sdk-js": "^1.15.0",
4343
"moment": "^2.29.1",
4444
"moment-range": "^4.0.2",
4545
"react": "^16.13.1",

0 commit comments

Comments
 (0)