Skip to content

Commit

Permalink
bump version v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Nov 19, 2024
1 parent 2e8e873 commit 8a2708b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 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.1.11",
"version": "0.1.12",
"scripts": {
"build": "pnpm convert-scss-to-js && 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.1.11",
"version": "0.1.12",
"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.1.11",
"version": "0.1.12",
"peerDependencies": {
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0",
Expand Down
6 changes: 4 additions & 2 deletions packages/ui-stencil-react/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@orama/react-components",
"version": "0.1.11",
"version": "0.1.12",
"description": "React components for Orama Cloud",
"license": "Apache-2.0",
"author": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
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.1.11",
"version": "0.1.12",
"description": "Vue components for Orama Cloud",
"license": "Apache-2.0",
"author": "",
Expand Down
7 changes: 5 additions & 2 deletions 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.1.11",
"version": "0.1.12",
"description": "UI web components for Orama Cloud",
"license": "Apache-2.0",
"repository": {
Expand All @@ -10,7 +10,10 @@
"homepage": "https://docs.orama.com/cloud/ui-components/design-system",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"files": ["dist/", "loader/"],
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"clean": "rm -rf node_modules .turbo dist .stencil loader www",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-stencil/src/components/orama-search-box/readme.md

Large diffs are not rendered by default.

0 comments on commit 8a2708b

Please sign in to comment.