Skip to content

Commit bc60434

Browse files
Version Packages (#229)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45a5f9f commit bc60434

9 files changed

Lines changed: 40 additions & 21 deletions

File tree

.changeset/late-cobras-turn.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/spicy-areas-switch.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @mimicprotocol/cli
22

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- 45a5f9f: Add operations and dynamic call operation
8+
9+
### Patch Changes
10+
11+
- 45a5f9f: Refactor intents to have operations and bump to runner version v0.1.0
12+
- Updated dependencies [45a5f9f]
13+
- Updated dependencies [45a5f9f]
14+
- @mimicprotocol/lib-ts@0.1.0
15+
316
## 0.0.1
417

518
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mimicprotocol/cli",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"license": "GPL-3.0",
55
"private": false,
66
"type": "commonjs",
@@ -50,7 +50,7 @@
5050
"typescript": "^5.8.3"
5151
},
5252
"peerDependencies": {
53-
"@mimicprotocol/lib-ts": ">=0.0.1"
53+
"@mimicprotocol/lib-ts": ">=0.1.0"
5454
},
5555
"peerDependenciesMeta": {
5656
"@mimicprotocol/lib-ts": {

packages/integration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "eslint ."
1010
},
1111
"dependencies": {
12-
"@mimicprotocol/cli": "0.0.1",
13-
"@mimicprotocol/lib-ts": "0.0.1",
14-
"@mimicprotocol/test-ts": "0.0.1",
12+
"@mimicprotocol/cli": "1.0.0",
13+
"@mimicprotocol/lib-ts": "0.1.0",
14+
"@mimicprotocol/test-ts": "0.1.0",
1515
"zod": "^3.24.1"
1616
},
1717
"devDependencies": {

packages/lib-ts/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mimicprotocol/lib-ts
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 45a5f9f: Add operations and dynamic call operation
8+
9+
### Patch Changes
10+
11+
- 45a5f9f: Refactor intents to have operations and bump to runner version v0.1.0
12+
313
## 0.0.1
414

515
### Patch Changes

packages/lib-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mimicprotocol/lib-ts",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"license": "GPL-3.0",
55
"private": false,
66
"type": "module",

packages/test-ts/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mimicprotocol/test-ts
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 45a5f9f: Add operations and dynamic call operation
8+
9+
### Patch Changes
10+
11+
- 45a5f9f: Refactor intents to have operations and bump to runner version v0.1.0
12+
313
## 0.0.1
414

515
### Patch Changes

packages/test-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mimicprotocol/test-ts",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"license": "GPL-3.0",
55
"private": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)