diff options
| author | kj_sh604 | 2026-02-14 12:39:43 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 12:39:43 -0500 |
| commit | 44e5a55736c4ff99d404441936b055483ed9c42d (patch) | |
| tree | bf22343ade74a79f18b44ea39449903d7501e70d /.changeset | |
fork: initial commit, derived from water.css (d950cbc)
Diffstat (limited to '.changeset')
| -rw-r--r-- | .changeset/README.md | 8 | ||||
| -rw-r--r-- | .changeset/config.json | 9 | ||||
| -rw-r--r-- | .changeset/six-owls-punch.md | 5 |
3 files changed, 22 insertions, 0 deletions
diff --git a/.changeset/README.md b/.changeset/README.md new file mode 100644 index 0000000..4f3b76b --- /dev/null +++ b/.changeset/README.md @@ -0,0 +1,8 @@ +# Changesets + +Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works +with multi-package repos, or single-package repos to help you version and publish your code. You can +find the full documentation for it [in our repository](https://github.com/changesets/changesets) + +We have a quick list of common questions to get you started engaging with this project in +[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md) diff --git a/.changeset/config.json b/.changeset/config.json new file mode 100644 index 0000000..b9a2a44 --- /dev/null +++ b/.changeset/config.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@1.1.0/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "linked": [], + "access": "restricted", + "baseBranch": "master", + "updateInternalDependencies": "patch" +}
\ No newline at end of file diff --git a/.changeset/six-owls-punch.md b/.changeset/six-owls-punch.md new file mode 100644 index 0000000..292800d --- /dev/null +++ b/.changeset/six-owls-punch.md @@ -0,0 +1,5 @@ +--- +"water.css": patch +--- + +Added a theme toggle button to the bookmarklet |
