Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
azabroflovski committed Feb 25, 2024
1 parent 0b14b07 commit c9816b1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## v0.0.9

[compare changes](https://github.com/azabroflovski/native-modal/compare/v0.0.8...v0.0.9)

### 🚀 Enhancements

- Add logo ([f80bdf1](https://github.com/azabroflovski/native-modal/commit/f80bdf1))

### 🩹 Fixes

- Build issue ([c1aab01](https://github.com/azabroflovski/native-modal/commit/c1aab01))
- Base path (github pages issue) ([e32076e](https://github.com/azabroflovski/native-modal/commit/e32076e))
- Correct logo url ([a9b6118](https://github.com/azabroflovski/native-modal/commit/a9b6118))

### 💅 Refactors

- Move logo to /public folder (in docs) ([0fda7b1](https://github.com/azabroflovski/native-modal/commit/0fda7b1))

### 📖 Documentation

- Add note abount active development ([0b14b07](https://github.com/azabroflovski/native-modal/commit/0b14b07))

### 🏡 Chore

- Use npm i instead npm ci (github pages) ([9a4c8bf](https://github.com/azabroflovski/native-modal/commit/9a4c8bf))
- Add optionalDependencies in package.json ([9fa21e6](https://github.com/azabroflovski/native-modal/commit/9fa21e6))
- Add overrides in package.json ([beb0837](https://github.com/azabroflovski/native-modal/commit/beb0837))
- **vitepress:** Correct base path ([242e659](https://github.com/azabroflovski/native-modal/commit/242e659))
- Repository link to native-modal (instead vitepress) ([c266690](https://github.com/azabroflovski/native-modal/commit/c266690))
- **vitepress:** Base url issue ([ac143a7](https://github.com/azabroflovski/native-modal/commit/ac143a7))
- No need to external a vue ([051f45a](https://github.com/azabroflovski/native-modal/commit/051f45a))

### ❤️ Contributors

- Azabroflovski <[email protected]>

## v0.0.8

[compare changes](https://github.com/azabroflovski/native-modal/compare/v0.0.7...v0.0.8)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "native-modal",
"private": false,
"version": "0.0.8",
"version": "0.0.9",
"description": "NativeModal - tiny wrapper over the <dialog />. No overhead scripts. Just modal.",
"type": "module",
"author": "azabroflovski",
Expand Down

0 comments on commit c9816b1

Please sign in to comment.