Skip to content

Commit

Permalink
chore: prepares 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Oct 17, 2024
1 parent fcd056b commit 57ada9f
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
Binary file modified misc/readme/orama-readme-hero-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified misc/readme/orama-readme-hero-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "orama-monorepo",
"version": "3.0.0-rc-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.",
"version": "3.0.0",
"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.",
"workspaces": [
"packages/*",
"sandboxes/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/docs",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Documentation for Orama",
"private": true,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/orama/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@orama/orama",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"type": "module",
"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.",
"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.",
"sideEffects": false,
"main": "./dist/commonjs/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-analytics",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Orama plugin for providing analytics data on your searches",
"keywords": ["orama", "analytics", "telemetry"],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orama/plugin-astro",
"description": "An Astro integration for Orama",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"keywords": ["astro", "astro-component", "cms", "orama", "search"],
"repository": "https://github.com/askorama/orama",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-data-persistence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-data-persistence",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Data persistence plugin for Orama",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-docusaurus-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-docusaurus-v3",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Docusaurus plugin for local search powered by Orama",
"keywords": ["orama", "docusaurus"],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-docusaurus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-docusaurus",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Docusaurus plugin for local search powered by Orama",
"keywords": ["orama", "docusaurus"],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-embeddings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-embeddings",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Orama plugin for generating embeddings locally",
"keywords": [
"orama",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-match-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-match-highlight",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Orama plugin for search match highlighting",
"keywords": ["full-text search", "search", "fuzzy search", "typo-tolerant search", "full-text"],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-nextra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-nextra",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Nextra plugin for local search powered by orama",
"keywords": ["orama", "nextra"],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-parsedoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-parsedoc",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Orama plugin to populate an index with HTML/Markdown documents",
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-pt15/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-pt15",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Performant search algorithm optimized for descriptive texts",
"keywords": [
"orama",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-qps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-qps",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Performant search algorithm optimized for descriptive texts",
"keywords": [
"orama",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-secure-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-secure-proxy",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Orama plugin for generating embeddings securely on the front-end",
"keywords": ["orama", "embeddings", "secure proxy", "vector search"],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vitepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-vitepress",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Vitepress plugin for local search powered by orama",
"keywords": ["orama", "vite", "vitepress", "vue"],
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stemmers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/stemmers",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"type": "module",
"description": "Stemmers for Orama",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/stopwords/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/stopwords",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"type": "module",
"description": "Stop-words for Orama",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/switch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/switch",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"description": "Orama Switch allows you to run queries on Orama Cloud and OSS with a single interface",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenizers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/tokenizers",
"version": "3.0.0-rc-4",
"version": "3.0.0",
"type": "module",
"description": "Additional tokenizers for Orama",
"sideEffects": false,
Expand Down

0 comments on commit 57ada9f

Please sign in to comment.