Skip to content

Commit

Permalink
chore: updates version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Aug 12, 2024
1 parent 2486f0e commit a510214
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "stencil-design-system",
"version": "0.0.8",
"version": "0.0.9",
"scripts": {
"build": "turbo run build",
"build:storybook": "turbo run build --filter=storybook",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-stencil-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@orama/angular-components",
"version": "0.0.8",
"version": "0.0.9",
"description": "Angular components for Orama Cloud",
"license": "Apache-2.0",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/angular-components",
"version": "0.0.8",
"version": "0.0.9",
"peerDependencies": {
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-stencil-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/react-components",
"version": "0.0.8",
"version": "0.0.9",
"description": "React components for Orama Cloud",
"license": "Apache-2.0",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-stencil-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/vue-components",
"version": "0.0.8",
"version": "0.0.9",
"description": "Vue components for Orama Cloud",
"license": "Apache-2.0",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/wc-components",
"version": "0.0.8",
"version": "0.0.9",
"description": "UI web components for Orama Cloud",
"license": "Apache-2.0",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| `placeholder` | `placeholder` | | `string` | `'Ask me anything'` |
| `showClearChat` | `show-clear-chat` | | `boolean` | `true` |
| `sourceBaseUrl` | `source-base-url` | | `string` | `''` |
| `sourcesMap` | -- | | `{ title?: string; description?: string; path?: string; }` | `undefined` |
| `sourcesMap` | -- | | `{ title?: string; path?: string; description?: string; }` | `undefined` |
| `suggestions` | -- | | `string[]` | `undefined` |


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| `index` | -- | | `{ api_key: string; endpoint: string; }` | `undefined` |
| `placeholder` | `placeholder` | | `string` | `undefined` |
| `sourceBaseUrl` | `source-base-url` | | `string` | `undefined` |
| `sourcesMap` | -- | | `{ title?: string; description?: string; path?: string; }` | `undefined` |
| `sourcesMap` | -- | | `{ title?: string; path?: string; description?: string; }` | `undefined` |
| `suggestions` | -- | | `string[]` | `undefined` |


Expand Down
4 changes: 2 additions & 2 deletions packages/ui-stencil/src/components/orama-search-box/readme.md

Large diffs are not rendered by default.

0 comments on commit a510214

Please sign in to comment.