Skip to content

Commit

Permalink
chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
matijagaspar committed Nov 21, 2024
1 parent a95ff85 commit bfd7723
Show file tree
Hide file tree
Showing 5 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,6 +1,6 @@
{
"name": "@oramacloud/oramacloud-monorepo",
"version": "2.1.2",
"version": "2.1.3",
"description": "Orama SDK for Node.js, Deno, and Browsers",
"type": "module",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oramacloud/client",
"version": "2.1.2",
"version": "2.1.3",
"description": "Orama SDK client for Node.js, Deno, and Browsers",
"type": "module",
"sideEffects": false,
Expand All @@ -12,7 +12,7 @@
"types": "./dist/index.d.ts",
"browser": {
"import": "./dist/index.js",
"require": "./dist/index.global.js"
"require": "./dist/index.global.js"
},
"import": "./dist/index.js",
"require": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oramacloud/react-client",
"version": "2.1.2",
"version": "2.1.3",
"description": "Orama SDK for React",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/secure-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oramacloud/secure-proxy",
"version": "2.1.2",
"version": "2.1.3",
"description": "Orama SDK client for Node.js, Deno, and Browsers",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oramacloud/vue-client",
"version": "2.1.2",
"version": "2.1.3",
"description": "Orama SDK for Vue",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit bfd7723

Please sign in to comment.