Bump version 0.10.1 -> 0.10.2

This commit is contained in:
Wout De Puysseleir 2023-07-31 10:33:16 -07:00
parent cbcf1d3f67
commit de4d5160d7
No known key found for this signature in database
GPG key ID: 3DE9371B50FEC46A
5 changed files with 12 additions and 5 deletions

View file

@ -5,6 +5,13 @@ 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).
## [0.10.2] - 2023-07-31
### Fixed
- Cleanup and simplify `render` function - [PR](https://github.com/woutdp/live_svelte/pull/61)
- Mark `esbuild` as dev only dependency - [PR](https://github.com/woutdp/live_svelte/pull/62)
## [0.10.1] - 2023-07-30
### Fixed

View file

@ -89,7 +89,7 @@ If you don't want SSR, you can disable it by not setting `NodeJS.Supervisor` in
```elixir
defp deps do
[
{:live_svelte, "~> 0.10.1"}
{:live_svelte, "~> 0.10.2"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule LiveSvelte.MixProject do
use Mix.Project
@version "0.10.1"
@version "0.10.2"
@repo_url "https://github.com/woutdp/live_svelte"
def project do

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "live_svelte",
"version": "0.10.1",
"version": "0.10.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "live_svelte",
"version": "0.10.1",
"version": "0.10.2",
"license": "MIT",
"devDependencies": {
"prettier": "2.8.7",

View file

@ -1,6 +1,6 @@
{
"name": "live_svelte",
"version": "0.10.1",
"version": "0.10.2",
"description": "",
"license": "MIT",
"module": "./priv/static/live_svelte.esm.js",