Skip to content

Commit

Permalink
Update demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
johndatserakis committed May 17, 2022
1 parent dd03ef9 commit 23276fd
Show file tree
Hide file tree
Showing 6 changed files with 7 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 @@
# CHANGELOG.md

## 6.0.1
## 6.0.2

- Upgrade package to support Vue 3. Vue 2 support can be found at `v5.4.0`.

Expand Down
2 changes: 1 addition & 1 deletion docs/build.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default {
};
</script>

<style>
<style lang="scss">
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
html {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
},
"sideEffects": false,
"unpkg": "dist/vue-cookie-accept-decline.min.js",
"version": "6.0.1"
"version": "6.0.2"
}

0 comments on commit 23276fd

Please sign in to comment.