Skip to content

Commit

Permalink
Version packages (stable-cadence)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Apr 1, 2024
1 parent a7b5b90 commit 64c9608
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-adults-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/flow-cadut": minor
---

Add Cadence 1.0 parsing support (access modifiers + &Account signer types)
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"updateInternalDependencies": "patch",
"ignore": [
"dev-test",
"generator-test"
"generator-test",
"@onflow/flow-cadut-views",
"@onflow/flow-cadut-plugin-flowns",
"@onflow/flow-cadut-plugin-find"
]
}
16 changes: 16 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mode": "pre",
"tag": "stable-cadence",
"initialVersions": {
"dev-test": "1.0.0",
"@onflow/flow-cadut": "0.2.0",
"@onflow/flow-cadut-generator": "0.1.0",
"@onflow/flow-cadut-plugin-find": "0.1.0",
"@onflow/flow-cadut-plugin-flowns": "0.1.0",
"@onflow/flow-cadut-views": "0.1.0",
"generator-test": "1.0.0"
},
"changesets": [
"chilly-adults-guess"
]
}
7 changes: 7 additions & 0 deletions packages/flow-cadut-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/flow-cadut-generator

## 0.1.1-stable-cadence.0

### Patch Changes

- Updated dependencies []:
- @onflow/flow-cadut@0.3.0-stable-cadence.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/flow-cadut-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onflow/flow-cadut-generator",
"amdName": "flowCadutGenerator",
"version": "0.1.0",
"version": "0.1.1-stable-cadence.0",
"author": "Dapper Labs",
"license": "Apache-2.0",
"main": "dist/generator.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/flow-cadut": "^0.2.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0",
"glob": "^8.0.3",
"inquirer": "^8.2.4",
"chokidar": "^3.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/flow-cadut-plugin-find/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"regex": "^_"
},
"peerDependencies": {
"@onflow/flow-cadut": "^0.2.0"
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0"
},
"dependencies": {
"@babel/runtime": "^7.18.6"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.1.0",
"@onflow/flow-cadut": "^0.2.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0",
"jest": "^28.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/flow-cadut-plugin-flowns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"test": "jest"
},
"peerDependencies": {
"@onflow/flow-cadut": "^0.2.0"
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0"
},
"dependencies": {
"@babel/runtime": "^7.18.6"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.1.0",
"@onflow/flow-cadut": "^0.2.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0",
"jest": "^28.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/flow-cadut-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"regex": "^_"
},
"peerDependencies": {
"@onflow/flow-cadut": "^0.2.0"
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.1.0",
"@onflow/flow-cadut": "^0.2.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0",
"jest": "^28.1.3"
},
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/flow-cadut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/flow-cadut

## 0.3.0-stable-cadence.0

### Minor Changes

- Add Cadence 1.0 parsing support (access modifiers + &Account signer types)

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-cadut/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/flow-cadut",
"version": "0.2.0",
"version": "0.3.0-stable-cadence.0",
"description": "Flow Cadence Template Utilities",
"author": "Dapper Labs",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "ISC",
"devDependencies": {
"@onflow/fcl": "^0.0.73",
"@onflow/flow-cadut-generator": "^0.1.0",
"@onflow/flow-cadut-generator": "^0.1.1-stable-cadence.0",
"elliptic": "^6.5.4",
"esm": "^3.2.25",
"rlp": "^2.2.6",
Expand Down

0 comments on commit 64c9608

Please sign in to comment.