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 Dec 13, 2023
1 parent 9418fa6 commit 960ff9c
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/turbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down
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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"type": "module",
"description": "Next generation full-text and vector search engine, written in TypeScript",
"sideEffects": false,
Expand Down
1 change: 0 additions & 1 deletion packages/orama/tests/tokenizer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ t.test('Tokenizer', async (t) => {

const O1 = tokenizer.tokenize(I1)
const O2 = tokenizer.tokenize(I2)
console.log(tokenizer)

t.strictSame(O1, ['sovn', 'svar', 'ting', 'prov', 'mislyk'])
t.strictSame(O2, ['bagt', 'smakag'])
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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"description": "Data persistence plugin for Orama",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-data-persistence/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function generateTestDBInstance() {
}

t.test('binary persistence', (t) => {
t.plan(5)
t.plan(6)

t.test('should generate a persistence file on the disk with random name', async (t) => {
t.plan(2)
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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"description": "Orama plugin to populate an index with HTML/Markdown documents",
"keywords": [],
"author": "",
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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"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.0-beta.9",
"version": "2.0.0-beta.10",
"type": "module",
"description": "Stop-words for Orama",
"sideEffects": false,
Expand Down

0 comments on commit 960ff9c

Please sign in to comment.