diff --git a/.changeset/shiny-cows-sing.md b/.changeset/shiny-cows-sing.md deleted file mode 100644 index a2b584005..000000000 --- a/.changeset/shiny-cows-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ark-project/core": patch ---- - -use offer currency address optional param diff --git a/examples/core/CHANGELOG.md b/examples/core/CHANGELOG.md index 1c607cf6f..80d5456af 100644 --- a/examples/core/CHANGELOG.md +++ b/examples/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @ark-project/core-examples +## 0.0.6 + +### Patch Changes + +- Updated dependencies [50a694d] + - @ark-project/core@2.1.2 + ## 0.0.5 ### Patch Changes diff --git a/examples/core/package.json b/examples/core/package.json index 3f9c240be..fa53daf59 100644 --- a/examples/core/package.json +++ b/examples/core/package.json @@ -2,7 +2,7 @@ "name": "@ark-project/core-examples", "module": "index.ts", "type": "module", - "version": "0.0.5", + "version": "0.0.6", "scripts": { "run:example": "bun run", "typecheck": "tsc --noEmit" diff --git a/examples/core/src/version.ts b/examples/core/src/version.ts index 8c3225db1..9e6dd87f2 100644 --- a/examples/core/src/version.ts +++ b/examples/core/src/version.ts @@ -1 +1 @@ -export const version = '0.0.5' +export const version = '0.0.6' diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b865afe58..79bc7d965 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ark-project/core +## 2.1.2 + +### Patch Changes + +- 50a694d: use offer currency address optional param + ## 2.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 34964ee0d..2bdc92ebd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ark-project/core", - "version": "2.1.1", + "version": "2.1.2", "license": "Apache-2.0", "scripts": { "build": "pnpm contracts:generate && pnpm build:esm+types", diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index a83fa9713..0360bf24b 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -1 +1 @@ -export const version = '2.1.1' +export const version = '2.1.2' diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ff01e4ce4..d105d3d24 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ark-project/react +## 1.1.2 + +### Patch Changes + +- Updated dependencies [50a694d] + - @ark-project/core@2.1.2 + ## 1.1.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index b5aa2e882..95296f340 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ark-project/react", - "version": "1.1.1", + "version": "1.1.2", "description": "", "main": "./dist/esm/src/index.js", "types": "./dist/types/src/index.d.ts", diff --git a/packages/react/src/version.ts b/packages/react/src/version.ts index c01c1764d..69c9169ab 100644 --- a/packages/react/src/version.ts +++ b/packages/react/src/version.ts @@ -1 +1 @@ -export const version = '1.1.1' +export const version = '1.1.2'