Skip to content

Commit

Permalink
Merge pull request #8799 from Agoric/8795-pull-create-dapp-into-master
Browse files Browse the repository at this point in the history
feat: pull `create-dapp`, `xsnap`, and `agoric-cli` changes from release-getting-started branch
  • Loading branch information
mergify[bot] authored and mhofman committed Jan 30, 2024
2 parents ed05e87 + 4348cd9 commit 23ce6e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/create-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2023-11-13)

Initial release

### Features

- Provides a `create @agoric/dapp` command that can be used with yarn/npm/pnpm
2 changes: 1 addition & 1 deletion packages/create-dapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ $ pnpm create @agoric/dapp foo

Each of the above commands are shorthand for installing the `agoric` package, then running `agoric init foo`.

Please see the [Getting Started website](https://agoric.com/documentation/getting-started/) for information.
Please see the [Getting Started website](https://docs.agoric.com/guides/getting-started/) for information.
5 changes: 2 additions & 3 deletions packages/create-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
},
"devDependencies": {
"ava": "^5.2.0",
"c8": "^7.13.0",
"dd-trace": "^3.3.0"
"c8": "^7.13.0"
},
"dependencies": {
"agoric": "^0.21.2-u12.0"
"agoric": "^0.22.0-u13.0"
},
"keywords": [],
"repository": {
Expand Down

0 comments on commit 23ce6e2

Please sign in to comment.