Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
chore(release): release 2.0.0-rc.1 # [2.0.0-rc.1](https://github.com/…
Browse files Browse the repository at this point in the history
…atala-community-projects/pluto-encrypted/compare/@pluto-encrypted/indexdb@1.9.4...@pluto-encrypted/indexdb@2.0.0-rc.1) (2024-01-10)

### Bug Fixes

* ci [skip ci] ([4165407](4165407))
* disable ci in dev automatically ([99eeea7](99eeea7))
* fix ([#74](#74)) ([5af5a4c](5af5a4c))
* port changes ([#73](#73)) ([d225f3b](d225f3b))
* update pipeline. ([f4fe0b5](f4fe0b5))

### Features

* database docs update. ([cdd1b8e](cdd1b8e))
* making database usable outside of the Atala World ([#75](#75)) ([61a0c60](61a0c60))

### BREAKING CHANGES

* It is now required to pass collections field with getDefaultCollections(). For more information check the examples in github or the documentation portal.

 [skip ci]
  • Loading branch information
elribonazo committed Jan 10, 2024
1 parent d29c94f commit 06e1b6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/indexdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/indexdb",
"version": "1.9.4",
"version": "2.0.0-rc.1",
"description": "Secure Encrypted IndexDB storage for @pluto-encrypted/database",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -34,12 +34,12 @@
"rxdb": "^14.17.0",
"uuid": "^9.0.1",
"@pluto-encrypted/encryption": "1.9.3",
"@pluto-encrypted/shared": "1.9.3",
"@pluto-encrypted/shared": "2.0.0-rc.1",
"array-push-at-sort-position": "^4.0.1"
},
"devDependencies": {
"@pluto-encrypted/encryption": "1.9.3",
"@pluto-encrypted/shared": "1.9.3",
"@pluto-encrypted/shared": "2.0.0-rc.1",
"@pluto-encrypted/test-suite": "1.9.4"
},
"files": [
Expand Down

0 comments on commit 06e1b6b

Please sign in to comment.