Skip to content

Commit 57ada9f

Browse files
committed
chore: prepares 3.0.0 release
1 parent fcd056b commit 57ada9f

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed
2.07 KB
Loading
1.49 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "orama-monorepo",
3-
"version": "3.0.0-rc-4",
4-
"description": "A complete RAG pipeline in your browser, server, or edge network with support for full-text, vector, and hybrid search in less than 2kb.",
3+
"version": "3.0.0",
4+
"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/*",
77
"sandboxes/*"

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.0.0-rc-4",
3+
"version": "3.0.0",
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,8 +1,8 @@
11
{
22
"name": "@orama/orama",
3-
"version": "3.0.0-rc-4",
3+
"version": "3.0.0",
44
"type": "module",
5-
"description": "A complete RAG pipeline in your browser, server, or edge network with support for full-text, vector, and hybrid search in less than 2kb.",
5+
"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,
77
"main": "./dist/commonjs/index.js",
88
"exports": {

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.0.0-rc-4",
3+
"version": "3.0.0",
44
"description": "Orama plugin for providing analytics data on your searches",
55
"keywords": ["orama", "analytics", "telemetry"],
66
"license": "Apache-2.0",

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.0.0-rc-4",
4+
"version": "3.0.0",
55
"keywords": ["astro", "astro-component", "cms", "orama", "search"],
66
"repository": "https://github.com/askorama/orama",
77
"author": {

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.0.0-rc-4",
3+
"version": "3.0.0",
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.0.0-rc-4",
3+
"version": "3.0.0",
44
"description": "Docusaurus plugin for local search powered by Orama",
55
"keywords": ["orama", "docusaurus"],
66
"license": "Apache-2.0",

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.0.0-rc-4",
3+
"version": "3.0.0",
44
"description": "Docusaurus plugin for local search powered by Orama",
55
"keywords": ["orama", "docusaurus"],
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)