Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 20, 2020
1 parent fdd9524 commit 38c829e
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 2,870 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
*.tgz
/dist
/lib
/node_modules
yarn-debug.log*
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0](https://github.com/metonym/svelte-radio/releases/tag/v1.0.0) - 2020-12-20

- remove default export; export `Radio`, `RadioGroup` individually
- add TypeScript definitions

## [0.1.0](https://github.com/metonym/svelte-radio/releases/tag/v0.1.0) - 2020-04-13

- Initial release
5 changes: 0 additions & 5 deletions demo/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion demo/gh-pages.js

This file was deleted.

21 changes: 0 additions & 21 deletions demo/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions demo/src/client.js

This file was deleted.

18 changes: 0 additions & 18 deletions demo/src/routes/_error.svelte

This file was deleted.

26 changes: 0 additions & 26 deletions demo/src/routes/_layout.svelte

This file was deleted.

147 changes: 0 additions & 147 deletions demo/src/routes/index.svelte

This file was deleted.

16 changes: 0 additions & 16 deletions demo/src/server.js

This file was deleted.

18 changes: 0 additions & 18 deletions demo/src/template.html

This file was deleted.

Binary file removed demo/static/favicon.png
Binary file not shown.
Binary file removed demo/static/logo-192.png
Binary file not shown.
Binary file removed demo/static/logo-512.png
Binary file not shown.
68 changes: 0 additions & 68 deletions demo/webpack.config.js

This file was deleted.

Loading

0 comments on commit 38c829e

Please sign in to comment.