Skip to content

Commit 78fa419

Browse files
committed
chore: updates version for release
1 parent 3fbffdd commit 78fa419

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orama-monorepo",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Next generation full-text and vector search engine, written in TypeScript",
55
"workspaces": [
66
"packages/*",

packages/benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchmarks",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"private": true,
55
"scripts": {
66
"bench:group": "node src/group.bench.js",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/docs",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Documentation for Orama",
55
"private": true,
66
"type": "module",

packages/orama/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/orama",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"type": "module",
55
"description": "Next generation full-text and vector search engine, written in TypeScript",
66
"sideEffects": false,

packages/plugin-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@orama/plugin-astro",
33
"description": "An Astro integration for Orama",
4-
"version": "2.0.0-beta.10",
4+
"version": "2.0.0-beta.11",
55
"keywords": [
66
"astro",
77
"astro-component",

packages/plugin-data-persistence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/plugin-data-persistence",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Data persistence plugin for Orama",
55
"type": "module",
66
"sideEffects": false,

packages/plugin-docusaurus-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/plugin-docusaurus-v3",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Docusaurus plugin for local search powered by orama",
55
"keywords": [
66
"orama",

packages/plugin-docusaurus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/plugin-docusaurus",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Docusaurus plugin for local search powered by orama",
55
"keywords": [
66
"orama",

packages/plugin-match-highlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/plugin-match-highlight",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Orama plugin for search match highlighting",
55
"keywords": [
66
"full-text search",

packages/plugin-nextra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/plugin-nextra",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Nextra plugin for local search powered by orama",
55
"keywords": [
66
"orama",

0 commit comments

Comments
 (0)