Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 536b411

Browse files
committed
🔖 Release v3.0.1 [skip ci]
1 parent 73e79cc commit 536b411

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v3.0.1 (2021-01-18)
2+
3+
[📝 Release notes](https://github.com/staart/ui/releases/tag/v3.0.1) · [💻 Compare](https://github.com/staart/ui/compare/v3.0.0...v3.0.1) · [🔖 Tag](https://github.com/staart/ui/tree/v3.0.1) · 🗄️ Archive ([zip](https://github.com/staart/ui/archive/v3.0.1.zip) · [tar.gz](https://github.com/staart/ui/archive/v3.0.1.tar.gz))
4+
5+
### ⬆️ Dependency updates
6+
7+
- [`ab67c8c`](https://github.com/staart/ui/commit/ab67c8c) Bump @testing-library/jest-dom from 5.11.8 to 5.11.9
8+
- [`e43e2fe`](https://github.com/staart/ui/commit/e43e2fe) Bump svelte-check from 1.1.26 to 1.1.27
9+
- [`8da54fb`](https://github.com/staart/ui/commit/8da54fb) Bump @koj/types from 1.3.3 to 1.4.1
10+
- [`3ce7c74`](https://github.com/staart/ui/commit/3ce7c74) Bump @types/node from 14.14.20 to 14.14.21
11+
112
## v3.0.0 (2021-01-11)
213

314
[📝 Release notes](https://github.com/staart/ui/releases/tag/v3.0.0) · [💻 Compare](https://github.com/staart/ui/compare/v2.65.66...v3.0.0) · [🔖 Tag](https://github.com/staart/ui/tree/v3.0.0) · 🗄️ Archive ([zip](https://github.com/staart/ui/archive/v3.0.0.zip) · [tar.gz](https://github.com/staart/ui/archive/v3.0.0.tar.gz))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@staart/ui",
33
"description": "Frontend Svelte app starter for SaaS startups",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"scripts": {
66
"dev": "sapper dev",
77
"build": "sapper build --legacy",

0 commit comments

Comments
 (0)