Skip to content

Commit 1d0901c

Browse files
Bump version to v0.7.0
1 parent 1505a3e commit 1d0901c

File tree

13 files changed

+12518
-15188
lines changed

13 files changed

+12518
-15188
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "stencil-design-system",
4-
"version": "0.6.4",
4+
"version": "0.7.0",
55
"scripts": {
66
"build": "pnpm convert-scss-to-js && turbo run build",
77
"build:storybook": "turbo run build --filter=storybook",

packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e-tests",
3-
"version": "0.5.1",
3+
"version": "0.7.0",
44
"private": true,
55
"scripts": {
66
"cy:open": "cypress open",

packages/ui-stencil-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@orama/angular-components",
4-
"version": "0.6.4",
4+
"version": "0.7.0",
55
"description": "Angular components for Orama Cloud",
66
"license": "Apache-2.0",
77
"scripts": {

packages/ui-stencil-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/react-components",
3-
"version": "0.6.4",
3+
"version": "0.7.0",
44
"description": "React components for Orama Cloud",
55
"license": "Apache-2.0",
66
"author": "",

packages/ui-stencil-vue/lib/components.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ export const OramaFacets = /*@__PURE__*/ defineContainer<JSX.OramaFacets>('orama
113113

114114
export const OramaFooter = /*@__PURE__*/ defineContainer<JSX.OramaFooter>('orama-footer', undefined, [
115115
'class',
116-
'colorScheme'
116+
'colorScheme',
117+
'showKeyboardShortcuts'
117118
]);
118119

119120

@@ -201,6 +202,7 @@ export const OramaSearchBox = /*@__PURE__*/ defineContainer<JSX.OramaSearchBox>(
201202
'chatMarkdownLinkTitle',
202203
'chatMarkdownLinkHref',
203204
'chatMarkdownLinkTarget',
205+
'showKeyboardShortcuts',
204206
'searchCompleted',
205207
'searchResultClick',
206208
'clearChat',

packages/ui-stencil-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/vue-components",
3-
"version": "0.6.4",
3+
"version": "0.7.0",
44
"description": "Vue components for Orama Cloud",
55
"license": "Apache-2.0",
66
"author": "",

packages/ui-stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/wc-components",
3-
"version": "0.6.4",
3+
"version": "0.7.0",
44
"description": "UI web components for Orama Cloud",
55
"license": "Apache-2.0",
66
"repository": {

packages/ui-stencil/src/components/internal/orama-chat-messages-container/orama-chat-assistent-message/orama-sources/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| `linksTarget` | `links-target` | | `string` | `'_blank'` |
1414
| `sourceBaseURL` | `source-base-u-r-l` | | `string` | `''` |
1515
| `sources` | `sources` | | `any` | `undefined` |
16-
| `sourcesMap` | -- | | `{ title?: string; description?: string; path?: string; }` | `{ title: 'title', description: 'description', path: 'path', }` |
16+
| `sourcesMap` | -- | | `{ path?: string; description?: string; title?: string; }` | `{ title: 'title', description: 'description', path: 'path', }` |
1717

1818

1919
## Events

packages/ui-stencil/src/components/internal/orama-chat/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
| `prompt` | `prompt` | | `string` | `undefined` |
2222
| `showClearChat` | `show-clear-chat` | | `boolean` | `true` |
2323
| `sourceBaseUrl` | `source-base-url` | | `string` | `''` |
24-
| `sourcesMap` | -- | | `{ title?: string; description?: string; path?: string; }` | `undefined` |
24+
| `sourcesMap` | -- | | `{ path?: string; description?: string; title?: string; }` | `undefined` |
2525
| `suggestions` | -- | | `string[]` | `undefined` |
2626
| `systemPrompts` | -- | | `string[]` | `undefined` |
2727

packages/ui-stencil/src/components/internal/orama-footer/readme.md

Lines changed: 5 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)