Skip to content

Commit

Permalink
chore: updates version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Mar 3, 2024
1 parent cdf3c5b commit 0fd03a6
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orama-monorepo",
"version": "2.0.8",
"version": "2.0.9",
"description": "Next generation full-text and vector search engine, written in TypeScript",
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmarks",
"version": "2.0.8",
"version": "2.0.9",
"private": true,
"scripts": {
"bench:group": "node src/group.bench.js",
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": "2.0.8",
"version": "2.0.9",
"description": "Documentation for Orama",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/orama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/orama",
"version": "2.0.8",
"version": "2.0.9",
"type": "module",
"description": "Next generation full-text and vector search engine, written in TypeScript",
"sideEffects": false,
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": "2.0.8",
"version": "2.0.9",
"keywords": [
"astro",
"astro-component",
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": "2.0.8",
"version": "2.0.9",
"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": "2.0.8",
"version": "2.0.9",
"description": "Docusaurus plugin for local search powered by orama",
"keywords": [
"orama",
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": "2.0.8",
"version": "2.0.9",
"description": "Docusaurus plugin for local search powered by orama",
"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": "2.0.8",
"version": "2.0.9",
"description": "Orama plugin for search match highlighting",
"keywords": [
"full-text search",
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": "2.0.8",
"version": "2.0.9",
"description": "Nextra plugin for local search powered by orama",
"keywords": [
"orama",
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": "2.0.8",
"version": "2.0.9",
"description": "Orama plugin to populate an index with HTML/Markdown documents",
"keywords": [],
"author": "",
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": "2.0.8",
"version": "2.0.9",
"description": "Orama plugin for generating embeddings securely on the front-end",
"keywords": [
"orama",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-telemetry",
"version": "2.0.8",
"version": "2.0.9",
"description": "Orama plugin for providing telemetry data on your searches",
"keywords": [
"orama",
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": "2.0.8",
"version": "2.0.9",
"description": "Vitepress plugin for local search powered by orama",
"keywords": [
"orama",
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": "2.0.8",
"version": "2.0.9",
"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": "2.0.8",
"version": "2.0.9",
"type": "module",
"description": "Stop-words for Orama",
"sideEffects": false,
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": "2.0.8",
"version": "2.0.9",
"type": "module",
"description": "Additional tokenizers for Orama",
"sideEffects": false,
Expand Down

0 comments on commit 0fd03a6

Please sign in to comment.