Skip to content

Commit

Permalink
bump version to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Oct 28, 2024
1 parent b1a39f8 commit 3ef9218
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.9",
"version": "0.1.10",
"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.9",
"version": "0.1.10",
"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.9",
"version": "0.1.10",
"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.1.9",
"version": "0.1.10",
"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.1.9",
"version": "0.1.10",
"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.1.9",
"version": "0.1.10",
"description": "UI web components for Orama Cloud",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 3ef9218

Please sign in to comment.