Skip to content

Commit

Permalink
Verison Packages (stable-cadence) (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored May 22, 2024
1 parent 15d6dc3 commit 37bad61
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .changeset/forty-lobsters-smell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@onflow/flow-cadut": patch
---

Update @onflow/fcl
Update `@onflow/fcl-config`
2 changes: 1 addition & 1 deletion .changeset/little-bobcats-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@onflow/flow-cadut": patch
---

Update @onflow/fcl to v1.10.1
Update `@onflow/fcl`
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"generator-test": "1.0.0"
},
"changesets": [
"chilly-adults-guess"
"chilly-adults-guess",
"forty-lobsters-smell",
"little-bobcats-design"
]
}
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- feature/stable-cadence
jobs:
release:
name: Release
Expand All @@ -22,7 +23,7 @@ jobs:

# install Flow CLI
- name: Install Flow CLI
# run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
# run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/feature/stable-cadence/install.sh)"

- name: Install Dependencies
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.3.0-stable-cadence.0"
"@onflow/flow-cadut": "^0.3.0-stable-cadence.1"
},
"dependencies": {
"@babel/runtime": "^7.18.6"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.1.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.1",
"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.3.0-stable-cadence.0"
"@onflow/flow-cadut": "^0.3.0-stable-cadence.1"
},
"dependencies": {
"@babel/runtime": "^7.18.6"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.1.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.1",
"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.3.0-stable-cadence.0"
"@onflow/flow-cadut": "^0.3.0-stable-cadence.1"
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.1.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.0",
"@onflow/flow-cadut": "^0.3.0-stable-cadence.1",
"jest": "^28.1.3"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/flow-cadut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/flow-cadut

## 0.3.0-stable-cadence.1

### Patch Changes

- [#144](https://github.com/onflow/flow-cadut/pull/144) [`15d6dc3`](https://github.com/onflow/flow-cadut/commit/15d6dc3e2bac705b3b26e9dc1278b3a9a74670ce) Thanks [@jribbink](https://github.com/jribbink)! - Update @onflow/fcl-config``

* [#141](https://github.com/onflow/flow-cadut/pull/141) [`e31c3fd`](https://github.com/onflow/flow-cadut/commit/e31c3fd27e4988349399a8d902aec091a684290a) Thanks [@jribbink](https://github.com/jribbink)! - Update `@onflow/fcl`

## 0.3.0-stable-cadence.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.3.0-stable-cadence.0",
"version": "0.3.0-stable-cadence.1",
"description": "Flow Cadence Template Utilities",
"author": "Dapper Labs",
"license": "Apache-2.0",
Expand Down

0 comments on commit 37bad61

Please sign in to comment.