Skip to content

Commit 8585dbc

Browse files
committed
docs: sync changelog
1 parent d29a4ff commit 8585dbc

File tree

1 file changed

+25
-31
lines changed

1 file changed

+25
-31
lines changed

docs/changelog.mdx

Lines changed: 25 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ rss: true
88
| ------- | -------------- | ------- |
99
| [@lit-protocol/lit-client](#lit-client) | [8.2.3](https://www.npmjs.com/package/%40lit-protocol%2Flit-client) | update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test. |
1010
| [@lit-protocol/auth](#auth) | [8.1.2](https://www.npmjs.com/package/%40lit-protocol%2Fauth) | update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test. |
11-
| [@lit-protocol/networks](#networks) | [8.3.1](https://www.npmjs.com/package/%40lit-protocol%2Fnetworks) | update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test. |
12-
| [@lit-protocol/auth-services](#auth-services) | [2.0.7](https://www.npmjs.com/package/%40lit-protocol%2Fauth-services) | update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test. |
11+
| [@lit-protocol/networks](#networks) | [8.3.2](https://www.npmjs.com/package/%40lit-protocol%2Fnetworks) | Updated dependencies |
12+
| [@lit-protocol/auth-services](#auth-services) | [2.0.8](https://www.npmjs.com/package/%40lit-protocol%2Fauth-services) | Updated dependencies |
1313
| [@lit-protocol/access-control-conditions](#access-control-conditions) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Faccess-control-conditions) | - |
1414
| [@lit-protocol/access-control-conditions-schemas](#access-control-conditions-schemas) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Faccess-control-conditions-schemas) | - |
15-
| [@lit-protocol/artillery](#artillery) | [0.0.9](https://www.npmjs.com/package/%40lit-protocol%2Fartillery) | Updated dependencies |
15+
| [@lit-protocol/artillery](#artillery) | [0.0.10](https://www.npmjs.com/package/%40lit-protocol%2Fartillery) | @lit-protocol/e2e@4.0.2 |
1616
| [@lit-protocol/auth-helpers](#auth-helpers) | [8.1.1](https://www.npmjs.com/package/%40lit-protocol%2Fauth-helpers) | Update the naga-dev staking address. users are expected to reinstall the SDK to apply this patch to continue using the naga-dev network. |
17-
| [@lit-protocol/constants](#constants) | [8.0.7](https://www.npmjs.com/package/%40lit-protocol%2Fconstants) | Updated dependencies |
18-
| [@lit-protocol/contracts](#contracts) | [0.8.1](https://www.npmjs.com/package/%40lit-protocol%2Fcontracts) | update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test. |
17+
| [@lit-protocol/constants](#constants) | [8.0.8](https://www.npmjs.com/package/%40lit-protocol%2Fconstants) | Updated dependencies |
18+
| [@lit-protocol/contracts](#contracts) | [0.8.2](https://www.npmjs.com/package/%40lit-protocol%2Fcontracts) | Provide a browser-only stub for `custom-network-signatures` so web builds skip the Node-specific implementation |
1919
| [@lit-protocol/crypto](#crypto) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fcrypto) | - |
20-
| [@lit-protocol/e2e](#e2e) | [4.0.1](https://www.npmjs.com/package/%40lit-protocol%2Fe2e) | update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test. |
20+
| [@lit-protocol/e2e](#e2e) | [4.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fe2e) | Updated dependencies |
2121
| [@lit-protocol/logger](#logger) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Flogger) | - |
2222
| [@lit-protocol/schemas](#schemas) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fschemas) | - |
2323
| [@lit-protocol/types](#types) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Ftypes) | - |
@@ -53,32 +53,30 @@ rss: true
5353

5454
<Update
5555
label="networks"
56-
description="v8.3.1"
56+
description="v8.3.2"
5757
tags={["Patch Changes"]}
58-
rss={{ title: "networks", description: "update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test." }}
58+
rss={{ title: "networks", description: "Updated dependencies" }}
5959
id="networks"
6060
>
6161

6262
## Patch Changes
6363

64-
- update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test.
6564
- Updated dependencies
66-
- @lit-protocol/contracts@0.8.1
65+
- @lit-protocol/contracts@0.8.2
6766
</Update>
6867

6968
<Update
7069
label="auth-services"
71-
description="v2.0.7"
70+
description="v2.0.8"
7271
tags={["Patch Changes"]}
73-
rss={{ title: "auth-services", description: "update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test." }}
72+
rss={{ title: "auth-services", description: "Updated dependencies" }}
7473
id="auth-services"
7574
>
7675

7776
## Patch Changes
7877

79-
- update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test.
8078
- Updated dependencies
81-
- @lit-protocol/contracts@0.8.1
79+
- @lit-protocol/contracts@0.8.2
8280
</Update>
8381

8482
<Update
@@ -105,16 +103,15 @@ rss: true
105103

106104
<Update
107105
label="artillery"
108-
description="v0.0.9"
106+
description="v0.0.10"
109107
tags={["Patch Changes"]}
110-
rss={{ title: "artillery", description: "Updated dependencies" }}
108+
rss={{ title: "artillery", description: "@lit-protocol/e2e@4.0.2" }}
111109
id="artillery"
112110
>
113111

114112
## Patch Changes
115113

116-
- Updated dependencies
117-
- @lit-protocol/e2e@4.0.1
114+
- @lit-protocol/e2e@4.0.2
118115
</Update>
119116

120117
<Update
@@ -132,7 +129,7 @@ rss: true
132129

133130
<Update
134131
label="constants"
135-
description="v8.0.7"
132+
description="v8.0.8"
136133
tags={["Patch Changes"]}
137134
rss={{ title: "constants", description: "Updated dependencies" }}
138135
id="constants"
@@ -141,20 +138,20 @@ rss: true
141138
## Patch Changes
142139

143140
- Updated dependencies
144-
- @lit-protocol/contracts@0.8.1
141+
- @lit-protocol/contracts@0.8.2
145142
</Update>
146143

147144
<Update
148145
label="contracts"
149-
description="v0.8.1"
146+
description="v0.8.2"
150147
tags={["Patch Changes"]}
151-
rss={{ title: "contracts", description: "update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test." }}
148+
rss={{ title: "contracts", description: "Provide a browser-only stub for `custom-network-signatures` so web builds skip the Node-specific implementation" }}
152149
id="contracts"
153150
>
154151

155152
## Patch Changes
156153

157-
- update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test.
154+
- Provide a browser-only stub for `custom-network-signatures` so web builds skip the Node-specific implementation
158155
</Update>
159156

160157
<Update
@@ -170,21 +167,18 @@ rss: true
170167

171168
<Update
172169
label="e2e"
173-
description="v4.0.1"
170+
description="v4.0.2"
174171
tags={["Patch Changes"]}
175-
rss={{ title: "e2e", description: "update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test." }}
172+
rss={{ title: "e2e", description: "Updated dependencies" }}
176173
id="e2e"
177174
>
178175

179176
## Patch Changes
180177

181-
- update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test.
182178
- Updated dependencies
183-
- @lit-protocol/contracts@0.8.1
184-
- @lit-protocol/auth@8.1.2
185-
- @lit-protocol/lit-client@8.2.3
186-
- @lit-protocol/networks@8.3.1
187-
- @lit-protocol/constants@8.0.7
179+
- @lit-protocol/contracts@0.8.2
180+
- @lit-protocol/constants@8.0.8
181+
- @lit-protocol/networks@8.3.2
188182
</Update>
189183

190184
<Update

0 commit comments

Comments
 (0)