Skip to content

Commit

Permalink
chore: bump version 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
g-francesca committed Nov 20, 2024
1 parent 97121d9 commit 08d053a
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.13",
"version": "0.1.14",
"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.13",
"version": "0.1.14",
"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.13",
"version": "0.1.14",
"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.13",
"version": "0.1.14",
"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.13",
"version": "0.1.14",
"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.13",
"version": "0.1.14",
"description": "UI web components for Orama Cloud",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 08d053a

Please sign in to comment.