Skip to content

Commit

Permalink
Version 11.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Sep 2, 2022
1 parent 414359c commit 3a14ca0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# device-agnostic-ui changelog

## Next
## 11.0.0

### Major

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "device-agnostic-ui",
"version": "10.1.0",
"version": "11.0.0",
"description": "Device agnostic styles, components and hooks for React apps.",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For [Deno](https://deno.land) and browsers, an example import map:
{
"imports": {
"class-name-prop": "https://unpkg.com/[email protected]/classNameProp.mjs",
"device-agnostic-ui/": "https://unpkg.com/device-agnostic-ui@10.1.0/",
"device-agnostic-ui/": "https://unpkg.com/device-agnostic-ui@11.0.0/",
"react": "https://esm.sh/[email protected]"
}
}
Expand Down

0 comments on commit 3a14ca0

Please sign in to comment.