Skip to content

Commit b9cdce3

Browse files
committed
chore: updates version for release
1 parent 322b6db commit b9cdce3

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

benchmarks/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2",
3+
"version": "3.1.3",
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.2",
3+
"version": "3.1.3",
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": "3.1.2",
3+
"version": "3.1.3",
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,

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.2",
3+
"version": "3.1.3",
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.2",
4+
"version": "3.1.3",
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.2",
3+
"version": "3.1.3",
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.2",
3+
"version": "3.1.3",
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": "3.1.2",
3+
"version": "3.1.3",
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.2",
3+
"version": "3.1.3",
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.2",
3+
"version": "3.1.3",
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.2",
3+
"version": "3.1.3",
44
"description": "Nextra plugin for local search powered by orama",
55
"keywords": [
66
"orama",

packages/plugin-parsedoc/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-parsedoc",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Orama plugin to populate an index with HTML/Markdown documents",
55
"keywords": [],
66
"author": "",

packages/plugin-pt15/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-pt15",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Performant search algorithm optimized for descriptive texts",
55
"keywords": [
66
"orama",

packages/plugin-qps/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-qps",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Performant search algorithm optimized for descriptive texts",
55
"keywords": [
66
"orama",

packages/plugin-secure-proxy/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-secure-proxy",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Orama plugin for generating embeddings securely on the front-end",
55
"keywords": [
66
"orama",

packages/plugin-vitepress/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-vitepress",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Vitepress plugin for local search powered by orama",
55
"keywords": [
66
"orama",

packages/stemmers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/stemmers",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"type": "module",
55
"description": "Stemmers for Orama",
66
"sideEffects": false,

packages/stopwords/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/stopwords",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"type": "module",
55
"description": "Stop-words for Orama",
66
"sideEffects": false,

packages/switch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/switch",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Orama Switch allows you to run queries on Orama Cloud and OSS with a single interface",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/tokenizers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/tokenizers",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"type": "module",
55
"description": "Additional tokenizers for Orama",
66
"sideEffects": false,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy