Compare commits

...

1 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
Nicolai Ort db5c530477 🚀RELEASE 0.1.1
continuous-integration/drone/push Build is passing Details
2021-08-18 17:53:53 +02:00
2 changed files with 6 additions and 1 deletions

View File

@ -2,8 +2,12 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [0.1.1](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.0...0.1.1)
#### 0.1.0 #### 0.1.0
> 18 August 2021
- Created "master" lockfile for yarn [`76089ef`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/76089ef44eacf3ec3de4208bd02757559374c630) - Created "master" lockfile for yarn [`76089ef`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/76089ef44eacf3ec3de4208bd02757559374c630)
- Formatting/Linting [`08520ac`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/08520ac61638df3b81aed95260bd52c710fb2dfc) - Formatting/Linting [`08520ac`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/08520ac61638df3b81aed95260bd52c710fb2dfc)
- Added link management page [`a7e4a98`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/a7e4a98b2b302dac161bccdf13cb1b769dfa01d4) - Added link management page [`a7e4a98`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/a7e4a98b2b302dac161bccdf13cb1b769dfa01d4)
@ -17,6 +21,7 @@ All notable changes to this project will be documented in this file. Dates are d
- Added text and icons to statscards [`1c43011`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/1c43011842cfc2bd62abaef45af9fccd3e20b250) - Added text and icons to statscards [`1c43011`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/1c43011842cfc2bd62abaef45af9fccd3e20b250)
- Prepared for transition to extensin repo [`ba74bc4`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/ba74bc4161476f87d209cb864a91fafa58cc55cf) - Prepared for transition to extensin repo [`ba74bc4`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/ba74bc4161476f87d209cb864a91fafa58cc55cf)
- Added docker basics [`44c77a8`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/44c77a8aadb0be115bf465595b27ece74ac63bf2) - Added docker basics [`44c77a8`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/44c77a8aadb0be115bf465595b27ece74ac63bf2)
- 🚀RELEASE 0.1.0 [`5d4785d`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/5d4785dea560dc05b8db699194762382ee9e389a)
- Added drone builds for latest and tags [`2346275`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/2346275add471a63e5facb32b839f6fbe3bf9abb) - Added drone builds for latest and tags [`2346275`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/2346275add471a63e5facb32b839f6fbe3bf9abb)
- Raw extension stuff [`0da135f`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/0da135f27134e4fb443daeb0b9b5aa8e6cb87146) - Raw extension stuff [`0da135f`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/0da135f27134e4fb443daeb0b9b5aa8e6cb87146)
- Added basic login page [`5263d19`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/5263d1974a25fe2f9a565e8fb61d9a2295acf8c8) - Added basic login page [`5263d19`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/5263d1974a25fe2f9a565e8fb61d9a2295acf8c8)

View File

@ -1,6 +1,6 @@
{ {
"name": "@odit/linkylinky-dashboard", "name": "@odit/linkylinky-dashboard",
"version": "0.1.0", "version": "0.1.1",
"scripts": { "scripts": {
"dev": "svelte-kit dev", "dev": "svelte-kit dev",
"build": "svelte-kit build", "build": "svelte-kit build",