Skip to content

Commit

Permalink
chore: v1.0.0.beta.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Mar 21, 2023
1 parent 17431a4 commit 12bbd4e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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": "1.0.0",
"version": "1.0.0-beta.0",
"description": "Next generation full-text 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": "1.0.0",
"version": "1.0.0-beta.0",
"scripts": {
"run": "node ./typo-tolerant-search.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": "1.0.0",
"version": "1.0.0-beta.0",
"description": "Documentation for Orama",
"main": "index.js",
"scripts": {
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": "1.0.0",
"version": "1.0.0-beta.0",
"type": "module",
"description": "Next generation full-text search engine, written in TypeScript",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-astro-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orama/plugin-astro-sandbox",
"type": "module",
"version": "0.0.0",
"version": "1.0.0-beta.0",
"private": true,
"scripts": {
"build": "exit 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": "1.0.0",
"version": "1.0.0-beta.0",
"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": "1.0.0",
"version": "1.0.0-beta.0",
"description": "Data persistence plugin for Orama",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-docusaurus-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orama/plugin-docusaurus-sandbox",
"version": "0.0.0",
"version": "1.0.0-beta.0",
"private": true,
"scripts": {
"build": "exit 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": "1.0.0",
"version": "1.0.0-beta.0",
"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": "1.0.0",
"version": "1.0.0-beta.0",
"description": "Orama plugin for search match highlighting",
"keywords": [
"full-text search",
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": "1.0.0",
"version": "1.0.0-beta.0",
"description": "Orama plugin to populate an index with HTML/Markdown documents",
"keywords": [],
"author": "",
Expand Down

0 comments on commit 12bbd4e

Please sign in to comment.