Skip to content

Commit

Permalink
version → 1.1.2 (#5)
Browse files Browse the repository at this point in the history
* update refs

* bump → 1.1.2
  • Loading branch information
philcockfield authored Mar 12, 2024
1 parent 2afff46 commit ca5adb1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
#### Security

## [1.1.2] - 2024-03-13
#### Changed
- Update refs and bump version to 1.1.2 to match main `automerge-repo`.


## [1.1.1] - 2024-02-28
#### Added
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automerge-repo-network-peerjs",
"version": "1.1.1",
"version": "1.1.2",
"description": "Network adapter for automerge-repo using peerjs",
"author": "phil Cockfield",
"license": "MIT",
Expand All @@ -12,12 +12,12 @@
"test": "vitest"
},
"dependencies": {
"@automerge/automerge-repo": "1.1.1",
"@automerge/automerge-repo": "1.1.2",
"eventemitter3": "5.0.1",
"peerjs": "1.5.2"
},
"devDependencies": {
"typescript": "5.3.3",
"typescript": "5.4.2",
"vitest": "1.3.1"
},
"publishConfig": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@automerge/[email protected].1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@automerge/automerge-repo/-/automerge-repo-1.1.1.tgz#87d2fcabb0191d48ab4a15c55935681381b0a605"
integrity sha512-fQq+4eUadubzHOUi2BIiC5f/XFUHixJ/kdfnbXRoh2xwzojMfQIlrRfZzxkuW5AdD9LOC2/LoWJs+ak4a9vq4Q==
"@automerge/[email protected].2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@automerge/automerge-repo/-/automerge-repo-1.1.2.tgz#3b6c3a4f84f9b4891c529fa84a2b55b8b1bd84c7"
integrity sha512-g/wsZCfm8ea6Tr1og2YTV8c+K18oUG4iI+PZczhgC1aFGxrEKRQtUaemEvTV7ejNuVCyP/2ND8R2jysnaxb5yg==
dependencies:
"@automerge/automerge" "^2.1.9"
bs58check "^3.0.1"
Expand Down Expand Up @@ -882,10 +882,10 @@ type-detect@^4.0.0, type-detect@^4.0.8:
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==

typescript@5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
typescript@5.4.2:
version "5.4.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==

ufo@^1.3.2:
version "1.4.0"
Expand Down

0 comments on commit ca5adb1

Please sign in to comment.