Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Apr 29, 2023
1 parent 4ee0364 commit 4830bd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.4.0 - 2023 Apr 29
- Add `class` prop (@jdtjenkins)
- Fix vite-plugin-svelte resolve config conflict warning

## 2.3.0 - 2023 Mar 9
- Outline today in the date picker (@VladimirLakodei)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "date-picker-svelte",
"version": "2.3.0",
"version": "2.4.0",
"description": "Date and time picker for Svelte",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"build:site": "vite build",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"package": "svelte-package",
"prepublishOnly": "npm run package",
"lint": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && eslint src && prettier --check src",
"format": "prettier --write src && eslint --fix src",
Expand Down

0 comments on commit 4830bd5

Please sign in to comment.