Skip to content

Commit 5690d3f

Browse files
author
Michele Riva
committed
chore: updates version for release
1 parent 33ebadf commit 5690d3f

File tree

20 files changed

+29
-23
lines changed

20 files changed

+29
-23
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": "3.1.10",
3+
"version": "3.1.11",
44
"description": "A complete search engine and RAG pipeline in your browser, server, or edge network with support for full-text, vector, and hybrid search in less than 2kb.",
55
"workspaces": [
66
"packages/*",

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": "3.1.10",
3+
"version": "3.1.11",
44
"description": "Documentation for Orama",
55
"private": true,
66
"type": "module",

packages/orama/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/orama",
3-
"version": "3.1.10",
3+
"version": "3.1.11",
44
"type": "module",
55
"description": "A complete search engine and RAG pipeline in your browser, server, or edge network with support for full-text, vector, and hybrid search in less than 2kb.",
66
"sideEffects": false,
@@ -177,4 +177,4 @@
177177
]
178178
},
179179
"module": "./dist/esm/index.js"
180-
}
180+
}

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

packages/plugin-astro/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"name": "@orama/plugin-astro",
33
"description": "An Astro integration for Orama",
4-
"version": "3.1.10",
5-
"keywords": ["astro", "astro-component", "cms", "orama", "search"],
4+
"version": "3.1.11",
5+
"keywords": [
6+
"astro",
7+
"astro-component",
8+
"cms",
9+
"orama",
10+
"search"
11+
],
612
"repository": "https://github.com/oramasearch/orama",
713
"author": {
814
"name": "Andres Correa Casablanca",

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": "3.1.10",
3+
"version": "3.1.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": "3.1.10",
3+
"version": "3.1.11",
44
"description": "Docusaurus plugin for local search powered by Orama",
55
"type": "module",
66
"keywords": [

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": "3.1.10",
3+
"version": "3.1.11",
44
"description": "Docusaurus plugin for local search powered by Orama",
55
"keywords": [
66
"orama",

packages/plugin-embeddings/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-embeddings",
3-
"version": "3.1.10",
3+
"version": "3.1.11",
44
"description": "Orama plugin for generating embeddings locally",
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": "3.1.10",
3+
"version": "3.1.11",
44
"description": "Orama plugin for search match highlighting",
55
"keywords": [
66
"full-text search",

0 commit comments

Comments
 (0)