about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-02 14:20:19 -0500
committerGitHub <noreply@github.com>2023-04-02 14:20:19 -0500
commitcc7b2a246ec5071f02bc81090b63b073b3d3614b (patch)
treeabc7378ab4a03c31e7d905d257166fdf2092d556 /package.json
parent14965d4d97aa51e189d06e8f3aebac6cbed49e82 (diff)
downloadvoidsky-cc7b2a246ec5071f02bc81090b63b073b3d3614b.tar.zst
Lex refactor fixes (#368)
* Fix: handle validation failures correctly in feed-view

* Fix: convert the off-spec feed view to lex objects

* Fix to fetching all follows during init

* Bump @atproto/api@0.2.1

* Fix: properly group together like notifications

* 1.12
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 2ac5367a4..3c99d3510 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "bsky.app",
-  "version": "1.11.0",
+  "version": "1.12.0",
   "private": true,
   "scripts": {
     "postinstall": "patch-package",
@@ -21,7 +21,7 @@
     "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all"
   },
   "dependencies": {
-    "@atproto/api": "0.2.0",
+    "@atproto/api": "0.2.1",
     "@bam.tech/react-native-image-resizer": "^3.0.4",
     "@expo/webpack-config": "^18.0.1",
     "@fortawesome/fontawesome-svg-core": "^6.1.1",