Skip to content

Commit

Permalink
chore: bump version for release 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Aug 14, 2024
1 parent 5bc0452 commit 6543056
Show file tree
Hide file tree
Showing 6 changed files with 7 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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.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.0.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"description": "Vue components for Orama Cloud",
"license": "Apache-2.0",
"author": "",
Expand Down
7 changes: 2 additions & 5 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.0.11",
"version": "0.0.12",
"description": "UI web components for Orama Cloud",
"license": "Apache-2.0",
"repository": {
Expand All @@ -9,10 +9,7 @@
},
"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

0 comments on commit 6543056

Please sign in to comment.