@atproto/repo 0.3.9-next.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -7
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,16 +1,30 @@
1
1
  # @atproto/repo
2
2
 
3
- ## 0.3.9-next.0
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2169](https://github.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Build system rework, stop bundling dependencies.
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Overhaul of package builds, no longer bundling deps.
11
+ - Updated dependencies [[`f689bd51a`](https://github.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]:
12
+ - @atproto/common-web@0.3.0
13
+ - @atproto/lexicon@0.4.0
14
+ - @atproto/common@0.4.0
15
+ - @atproto/crypto@0.4.0
16
+
17
+ ## 0.3.9
8
18
 
9
- - Updated dependencies []:
10
- - @atproto/common-web@0.2.4-next.0
11
- - @atproto/lexicon@0.3.3-next.0
12
- - @atproto/common@0.3.4-next.0
13
- - @atproto/crypto@0.3.1-next.0
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [[`4eaadc0ac`](https://github.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]:
22
+ - @atproto/common-web@0.2.4
23
+ - @atproto/identity@0.3.3
24
+ - @atproto/common@0.3.4
25
+ - @atproto/lexicon@0.3.3
26
+ - @atproto/syntax@0.2.1
27
+ - @atproto/crypto@0.3.0
14
28
 
15
29
  ## 0.3.8
16
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/repo",
3
- "version": "0.3.9-next.0",
3
+ "version": "0.4.0",
4
4
  "license": "MIT",
5
5
  "description": "atproto repo and MST implementation",
6
6
  "keywords": [
@@ -21,10 +21,10 @@
21
21
  "multiformats": "^9.9.0",
22
22
  "uint8arrays": "3.0.0",
23
23
  "zod": "^3.21.4",
24
- "@atproto/common": "^0.3.4-next.0",
25
- "@atproto/crypto": "^0.3.1-next.0",
26
- "@atproto/lexicon": "^0.3.3-next.0",
27
- "@atproto/common-web": "^0.2.4-next.0"
24
+ "@atproto/common": "^0.4.0",
25
+ "@atproto/common-web": "^0.3.0",
26
+ "@atproto/crypto": "^0.4.0",
27
+ "@atproto/lexicon": "^0.4.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "jest": "^28.1.2"