@eightyfourthousand/lib-editing 2026.3.0 → 2026.3.1

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/README.md +4 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
- # lib-editing
1
+ # @eightyfourthousand/lib-editing
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ Shared editing and reader components for 84000 translation workflows.
4
+
5
+ Use this package for the translation editor, reader UI, shared body-panel rendering, and related editing helpers.
4
6
 
5
7
  ## Running unit tests
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eightyfourthousand/lib-editing",
3
- "version": "2026.3.0",
3
+ "version": "2026.3.1",
4
4
  "description": "Shared editing and reader components for 84000 translation workflows.",
5
5
  "private": false,
6
6
  "repository": {
@@ -17,12 +17,12 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@eightyfourthousand/client-graphql": "^2026.3.0",
21
- "@eightyfourthousand/data-access": "^2026.3.0",
22
- "@eightyfourthousand/design-system": "^2026.3.0",
23
- "@eightyfourthousand/lib-instr": "^2026.3.0",
24
- "@eightyfourthousand/lib-search": "^2026.3.0",
25
- "@eightyfourthousand/lib-utils": "^2026.3.0"
20
+ "@eightyfourthousand/client-graphql": "^2026.3.1",
21
+ "@eightyfourthousand/data-access": "^2026.3.1",
22
+ "@eightyfourthousand/design-system": "^2026.3.1",
23
+ "@eightyfourthousand/lib-instr": "^2026.3.1",
24
+ "@eightyfourthousand/lib-search": "^2026.3.1",
25
+ "@eightyfourthousand/lib-utils": "^2026.3.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "next": "^16.0.0",