Skip to content

Commit

Permalink
Update @onflow/config to 1.4.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored May 22, 2024
1 parent e31c3fd commit 15d6dc3
Show file tree
Hide file tree
Showing 5 changed files with 281 additions and 472 deletions.
4 changes: 2 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "onflow/flow-cadut" }],
"changelog": ["@changesets/changelog-github", {"repo": "onflow/flow-cadut"}],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"baseBranch": "feature/stable-cadence",
"updateInternalDependencies": "patch",
"ignore": [
"dev-test",
Expand Down
5 changes: 5 additions & 0 deletions .changeset/forty-lobsters-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/flow-cadut": patch
---

Update @onflow/fcl
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.format.enable": true
}
Loading

0 comments on commit 15d6dc3

Please sign in to comment.