Skip to content

Commit 44836b3

Browse files
committed
chore: updates version for release
1 parent 8ccd802 commit 44836b3

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
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.11",
3+
"version": "2.0.12",
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.11",
3+
"version": "2.0.12",
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.11",
3+
"version": "2.0.12",
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.11",
3+
"version": "2.0.12",
44
"type": "module",
55
"description": "Next generation full-text and vector search engine, written in TypeScript",
66
"sideEffects": false,

packages/plugin-analytics/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-analytics",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "Orama plugin for providing analytics data on your searches",
55
"keywords": [
66
"orama",

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.11",
4+
"version": "2.0.12",
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.11",
3+
"version": "2.0.12",
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.11",
3+
"version": "2.0.12",
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.11",
3+
"version": "2.0.12",
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.11",
3+
"version": "2.0.12",
44
"description": "Orama plugin for search match highlighting",
55
"keywords": [
66
"full-text search",

0 commit comments

Comments
 (0)