Skip to content

Commit 258deed

Browse files
author
Michele Riva
committed
chore: updates version for release
1 parent 64f0d20 commit 258deed

File tree

19 files changed

+21
-21
lines changed

19 files changed

+21
-21
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.12",
3+
"version": "3.1.13",
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/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.12",
3+
"version": "3.1.13",
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.12",
3+
"version": "3.1.13",
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": "3.1.12",
4+
"version": "3.1.13",
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": "3.1.12",
3+
"version": "3.1.13",
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.12",
3+
"version": "3.1.13",
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.12",
3+
"version": "3.1.13",
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.12",
3+
"version": "3.1.13",
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.12",
3+
"version": "3.1.13",
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": "3.1.12",
3+
"version": "3.1.13",
44
"description": "Nextra plugin for local search powered by orama",
55
"keywords": [
66
"orama",

0 commit comments

Comments
 (0)