@skate-org/amm-core-v2 0.4.0 → 1.0.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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @skate-org/amm-core-v2
2
2
 
3
+ ## 1.0.0 — 2026-05-04
4
+
5
+ Realigning all four `@skate-org/amm-*-v2` packages at a single version
6
+ for the coherent v1 SDK release. No source changes vs 0.4.0 — this is
7
+ purely a versioning realignment so consumers can install
8
+ `@skate-org/amm-core-v2@1`, `@skate-org/amm-api-v2@1`, `@skate-org/amm-evm-v2@1`,
9
+ `@skate-org/amm-v2@1` and know they belong to the same release.
10
+
3
11
  ## 0.4.0 — 2026-04-29
4
12
 
5
13
  - Add full DEV deployment table for Arbitrum periphery (`PERIPHERY_DEV`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skate-org/amm-core-v2",
3
- "version": "0.4.0",
3
+ "version": "1.0.0",
4
4
  "description": "Skate AMM v2 SDK — core types, deployment data, cross-VM adapter",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",