Skip to content

Commit

Permalink
Version 7.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Jul 20, 2022
1 parent ccfb009 commit f7f9ca1
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
## 7.0.0

### Major

Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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@v6.0.0/",
"ruck/": "https://deno.land/x/ruck@v7.0.0/",
"std/": "https://deno.land/[email protected]/"
}
}
Expand All @@ -102,7 +102,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@v6.0.0/",
"ruck/": "https://deno.land/x/ruck@v7.0.0/",
"std/": "https://deno.land/[email protected]/"
}
}
Expand All @@ -116,7 +116,7 @@ A Ruck project contains:
"react": "https://cdn.esm.sh/v87/[email protected]/es2021/react.development.js",
"react-dom": "https://cdn.esm.sh/v87/[email protected]/es2021/react-dom.development.js",
"react-waterfall-render/": "https://unpkg.com/[email protected]/",
"ruck/": "https://deno.land/x/ruck@v6.0.0/"
"ruck/": "https://deno.land/x/ruck@v7.0.0/"
}
}
```
Expand All @@ -129,7 +129,7 @@ A Ruck project contains:
"react": "https://cdn.esm.sh/v87/[email protected]/es2021/react.js",
"react-dom": "https://cdn.esm.sh/v87/[email protected]/es2021/react-dom.js",
"react-waterfall-render/": "https://unpkg.com/[email protected]/",
"ruck/": "https://deno.land/x/ruck@v6.0.0/"
"ruck/": "https://deno.land/x/ruck@v7.0.0/"
}
}
```
Expand Down

0 comments on commit f7f9ca1

Please sign in to comment.