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

Commit

Permalink
🔖 Release v3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
FindingAnand committed Jan 25, 2021
1 parent 22bc715 commit 21423c2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v3.0.2 (2021-01-25)

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

### ⬆️ Dependency updates

- [`46d4db5`](https://github.com/staart/ui/commit/46d4db5) Bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.0
- [`add2204`](https://github.com/staart/ui/commit/add2204) Bump @koj/types from 1.4.1 to 1.4.2
- [`c4a584b`](https://github.com/staart/ui/commit/c4a584b) Bump rollup from 2.36.1 to 2.36.2
- [`659a7cf`](https://github.com/staart/ui/commit/659a7cf) Bump svelte-check from 1.1.27 to 1.1.28
- [`563dfa9`](https://github.com/staart/ui/commit/563dfa9) Bump rollup from 2.36.2 to 2.37.0
- [`a30d206`](https://github.com/staart/ui/commit/a30d206) Bump @types/node from 14.14.21 to 14.14.22
- [`0f8ec14`](https://github.com/staart/ui/commit/0f8ec14) Bump autoprefixer from 10.2.1 to 10.2.3
- [`b286295`](https://github.com/staart/ui/commit/b286295) Bump rollup from 2.37.0 to 2.37.1
- [`d2e7983`](https://github.com/staart/ui/commit/d2e7983) Bump rollup-plugin-svelte from 7.0.0 to 7.1.0
- [`6ebc65b`](https://github.com/staart/ui/commit/6ebc65b) Bump svelte-preprocess from 4.6.1 to 4.6.3

## v3.0.1 (2021-01-18)

[📝 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))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@staart/ui",
"description": "Frontend Svelte app starter for SaaS startups",
"version": "3.0.1",
"version": "3.0.2",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
Expand Down

0 comments on commit 21423c2

Please sign in to comment.