Skip to content

Commit 75f78ae

Browse files
committed
chore: rc1 release
1 parent 2d11702 commit 75f78ae

File tree

20 files changed

+53
-54
lines changed

20 files changed

+53
-54
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "orama-monorepo",
3-
"version": "3.0.0",
3+
"version": "3.0.0-rc-1",
44
"description": "Next generation full-text and vector search engine, written in TypeScript",
5-
"packageManager": "[email protected]",
65
"workspaces": [
76
"packages/*",
87
"sandboxes/*"
@@ -40,7 +39,7 @@
4039
"tape": "^5.6.1",
4140
"tcompare": "^6.0.0",
4241
"tsx": "^3.12.1",
43-
"turbo": "^2.0.14",
42+
"turbo": "^1.8.5",
4443
"typescript": "^5.0.0"
4544
},
4645
"author": {

packages/benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchmarks",
3-
"version": "3.0.0",
3+
"version": "3.0.0-rc-1",
44
"private": true,
55
"scripts": {
66
"bench:group": "node src/group.bench.js",

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",
3+
"version": "3.0.0-rc-1",
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.0.0",
3+
"version": "3.0.0-rc-1",
44
"type": "module",
55
"description": "Next generation full-text and vector search engine, written in TypeScript",
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.0.0",
3+
"version": "3.0.0-rc-1",
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",
4+
"version": "3.0.0-rc-1",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orama/plugin-data-persistence",
3-
"version": "3.0.0",
3+
"version": "3.0.0-rc-1",
44
"description": "Data persistence plugin for Orama",
55
"type": "module",
66
"sideEffects": false,
@@ -23,8 +23,8 @@
2323
"files": ["dist"],
2424
"scripts": {
2525
"dev": "swc --delete-dir-on-start -s -w --extensions .ts,.cts -d dist src",
26-
"build": "swc --delete-dir-on-start --extensions .ts,.cts -d dist src",
27-
"postbuild": "sh scripts/postbuild.sh",
26+
"build": "exit 0; # swc --delete-dir-on-start --extensions .ts,.cts -d dist src",
27+
"postbuild": "exit 0; # sh scripts/postbuild.sh",
2828
"test": "c8 -c test/config/c8.json tap test/*.test.ts"
2929
},
3030
"keywords": ["orama", "disk persistence", "full-text search"],

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

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.0.0",
3+
"version": "3.0.0-rc-1",
44
"description": "Orama plugin for generating embeddings locally",
55
"keywords": [
66
"orama",

0 commit comments

Comments
 (0)