Skip to content

Commit

Permalink
Version Packages (alpha) (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 26, 2022
1 parent 38a2961 commit a3c5e66
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"nasty-ducks-stare",
"odd-llamas-jam",
"rich-spies-draw",
"silent-lions-judge",
"silver-eagles-prove",
"smart-peas-doubt",
"stupid-berries-invent",
"weak-cougars-chew",
"wild-candles-sparkle",
Expand Down
13 changes: 12 additions & 1 deletion packages/flow-cadut-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/flow-cadut-generator

## 0.1.0-alpha.0

### Minor Changes

- [#122](https://github.com/onflow/flow-cadut/pull/122) [`bfb585d`](https://github.com/onflow/flow-cadut/commit/bfb585dfbf1656002c19650b85a1d698acc50d98) Thanks [@jribbink](https://github.com/jribbink)! - Allow flow-cadut-generator to run in watch mode using -w or --watch flag

### Patch Changes

- Updated dependencies [[`38a2961`](https://github.com/onflow/flow-cadut/commit/38a296178fd35045e46554bb22ae22f21d704724)]:
- @onflow/flow-cadut@0.2.0-alpha.9

## 0.0.1

### Major Changes
Expand All @@ -11,7 +22,7 @@
- `@onflow/flow-cadut-plugin-find` (previously `@onflow/flow-cadut/plugins/find`)
- `@onflow/flow-cadut-plugin-flowns` (previously `@onflow/flow-cadut/plugins/flowns`)
- `@onflow/flow-cadut-views` (previously `@onflow/flow-cadut/views`)

For prior changelogs regarding this package, please [see the README](/packages/flow-cadut/CHANGELOG.md) of `@onflow/flow-cadut`.

### 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.0.1",
"version": "0.1.0-alpha.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-alpha.8",
"@onflow/flow-cadut": "^0.2.0-alpha.9",
"glob": "^8.0.3",
"inquirer": "^8.2.4",
"chokidar": "^3.5.3",
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.2.0-alpha.9

### Patch Changes

- [`38a2961`](https://github.com/onflow/flow-cadut/commit/38a296178fd35045e46554bb22ae22f21d704724) Thanks [@jribbink](https://github.com/jribbink)! - Fix multiple imports from a single address in one import line

## 0.2.0-alpha.8

### Major 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-alpha.8",
"version": "0.2.0-alpha.9",
"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.0.1",
"@onflow/flow-cadut-generator": "^0.1.0-alpha.0",
"elliptic": "^6.5.4",
"esm": "^3.2.25",
"rlp": "^2.2.6",
Expand Down

0 comments on commit a3c5e66

Please sign in to comment.