Skip to content

Commit

Permalink
chore(release): 0.7.8 [skip ci]
Browse files Browse the repository at this point in the history
## [0.7.8](v0.7.7...v0.7.8) (2022-09-07)

### Bug Fixes

* update dependencies ([a0de390](a0de390))
* update SvelteKit ([65a5b7f](65a5b7f))
  • Loading branch information
semantic-release-bot committed Sep 7, 2022
1 parent 2e98a2d commit 307cb82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.7.8](https://github.com/cicerchie/ui/compare/v0.7.7...v0.7.8) (2022-09-07)


### Bug Fixes

* update dependencies ([a0de390](https://github.com/cicerchie/ui/commit/a0de390f08420ce0415a3199475cb97a8e62484f))
* update SvelteKit ([65a5b7f](https://github.com/cicerchie/ui/commit/65a5b7fe6a3ace5378467eae0ef4e21b712fe6e9))

## [0.7.7](https://github.com/cicerchie/ui/compare/v0.7.6...v0.7.7) (2022-02-23)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cicerchie/ui",
"version": "0.7.7",
"version": "0.7.8",
"description": "A set of web components for building fast user interfaces.",
"author": "https://github.com/cicerchia",
"license": "MIT",
Expand Down Expand Up @@ -45,8 +45,8 @@
"postversion": "cp -r package.json .. && cd .. && npm run package"
},
"devDependencies": {
"@sveltejs/adapter-static": "1.0.0-next.39",
"@sveltejs/kit": "1.0.0-next.394",
"@sveltejs/adapter-static": "1.0.0-next.39",
"@sveltejs/kit": "1.0.0-next.394",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"eslint": "8.23.0",
Expand All @@ -60,7 +60,7 @@
"svelte2tsx": "0.5.16",
"tslib": "2.4.0",
"typescript": "4.8.2",
"vite": "3.1.0"
"vite": "3.1.0"
},
"type": "module"
}

0 comments on commit 307cb82

Please sign in to comment.