Skip to content

Commit

Permalink
Version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Mar 16, 2022
1 parent 1da77d2 commit 7e7ace7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ruck changelog

## Next
## 1.1.0

### Minor

Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ A Ruck project contains:
"react": "https://esm.sh/[email protected]?dev",
"react-dom/server": "https://esm.sh/[email protected]/server?dev",
"react-waterfall-render/": "https://unpkg.com/[email protected]/",
"ruck/": "https://deno.land/x/ruck@v1.0.0/",
"ruck/": "https://deno.land/x/ruck@v1.1.0/",
"std/": "https://deno.land/[email protected]/"
}
}
Expand All @@ -85,7 +85,7 @@ A Ruck project contains:
"react": "https://esm.sh/[email protected]",
"react-dom/server": "https://esm.sh/[email protected]/server",
"react-waterfall-render/": "https://unpkg.com/[email protected]/",
"ruck/": "https://deno.land/x/ruck@v1.0.0/",
"ruck/": "https://deno.land/x/ruck@v1.1.0/",
"std/": "https://deno.land/[email protected]/"
}
}
Expand All @@ -99,7 +99,7 @@ A Ruck project contains:
"react": "https://cdn.esm.sh/v67/[email protected]/es2021/react.development.js",
"react-dom": "https://cdn.esm.sh/v67/[email protected]/es2021/react-dom.development.js",
"react-waterfall-render/": "https://unpkg.com/[email protected]/",
"ruck/": "https://deno.land/x/ruck@v1.0.0/"
"ruck/": "https://deno.land/x/ruck@v1.1.0/"
}
}
```
Expand All @@ -112,7 +112,7 @@ A Ruck project contains:
"react": "https://cdn.esm.sh/v67/[email protected]/es2021/react.js",
"react-dom": "https://cdn.esm.sh/v67/[email protected]/es2021/react-dom.js",
"react-waterfall-render/": "https://unpkg.com/[email protected]/",
"ruck/": "https://deno.land/x/ruck@v1.0.0/"
"ruck/": "https://deno.land/x/ruck@v1.1.0/"
}
}
```
Expand Down

0 comments on commit 7e7ace7

Please sign in to comment.