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

Commit 21423c2

Browse files
committed
🔖 Release v3.0.2 [skip ci]
1 parent 22bc715 commit 21423c2

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v3.0.2 (2021-01-25)
2+
3+
[📝 Release notes](https://github.com/staart/ui/releases/tag/v3.0.2) · [💻 Compare](https://github.com/staart/ui/compare/v3.0.1...v3.0.2) · [🔖 Tag](https://github.com/staart/ui/tree/v3.0.2) · 🗄️ Archive ([zip](https://github.com/staart/ui/archive/v3.0.2.zip) · [tar.gz](https://github.com/staart/ui/archive/v3.0.2.tar.gz))
4+
5+
### ⬆️ Dependency updates
6+
7+
- [`46d4db5`](https://github.com/staart/ui/commit/46d4db5) Bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.0
8+
- [`add2204`](https://github.com/staart/ui/commit/add2204) Bump @koj/types from 1.4.1 to 1.4.2
9+
- [`c4a584b`](https://github.com/staart/ui/commit/c4a584b) Bump rollup from 2.36.1 to 2.36.2
10+
- [`659a7cf`](https://github.com/staart/ui/commit/659a7cf) Bump svelte-check from 1.1.27 to 1.1.28
11+
- [`563dfa9`](https://github.com/staart/ui/commit/563dfa9) Bump rollup from 2.36.2 to 2.37.0
12+
- [`a30d206`](https://github.com/staart/ui/commit/a30d206) Bump @types/node from 14.14.21 to 14.14.22
13+
- [`0f8ec14`](https://github.com/staart/ui/commit/0f8ec14) Bump autoprefixer from 10.2.1 to 10.2.3
14+
- [`b286295`](https://github.com/staart/ui/commit/b286295) Bump rollup from 2.37.0 to 2.37.1
15+
- [`d2e7983`](https://github.com/staart/ui/commit/d2e7983) Bump rollup-plugin-svelte from 7.0.0 to 7.1.0
16+
- [`6ebc65b`](https://github.com/staart/ui/commit/6ebc65b) Bump svelte-preprocess from 4.6.1 to 4.6.3
17+
118
## v3.0.1 (2021-01-18)
219

320
[📝 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))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "3.0.2",
55
"scripts": {
66
"dev": "sapper dev",
77
"build": "sapper build --legacy",

0 commit comments

Comments
 (0)