From 1a3af200dd41c8cc4271690ed72bef911901ce54 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 14 Apr 2021 12:19:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80Bumped=20version=20to=20v0.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++ package.json | 102 +++++++++++++++++++++++++-------------------------- 2 files changed, 58 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a100fc5..7236ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [0.7.2](https://git.odit.services/lfk/selfservice/compare/0.7.1...0.7.2) + +- Document generation hotfix 🐞 [`b74bea0`](https://git.odit.services/lfk/selfservice/commit/b74bea03401c672ae774aaddc6da5beb67e2890e) + #### [0.7.1](https://git.odit.services/lfk/selfservice/compare/0.7.0...0.7.1) +> 13 April 2021 + - Merge pull request 'bugfix/31-env-js-linking-ci' (#41) from bugfix/31-env-js-linking-ci into dev [`#31`](https://git.odit.services/lfk/selfservice/issues/31) - ⏫ dependency bump [`ad13bae`](https://git.odit.services/lfk/selfservice/commit/ad13bae068416bed10d00e6887a05d580a836482) +- 🚀Bumped version to v0.7.1 [`b0172c5`](https://git.odit.services/lfk/selfservice/commit/b0172c500b0613209ac44e61023043065b3854b0) - added 'yarn postbuild' script for fixing env.js in dist/index.html [`51d058b`](https://git.odit.services/lfk/selfservice/commit/51d058bf966c3dcb064562e6bf696a748d0cd148) #### [0.7.0](https://git.odit.services/lfk/selfservice/compare/0.6.1...0.7.0) diff --git a/package.json b/package.json index ead697b..5ff0b53 100644 --- a/package.json +++ b/package.json @@ -1,51 +1,51 @@ -{ - "name": "@odit/lfk-selfservice", - "version": "0.7.1", - "scripts": { - "dev": "vite", - "build": "vite build", - "release": "release-it --only-version", - "postbuild": "node env_fix.js" - }, - "dependencies": { - "marked": "2.0.3", - "redaxios": "0.4.1", - "toastify-js": "1.10.0", - "validator": "13.5.2", - "vue-i18n": "9.1.4", - "vue-toastification": "2.0.0-rc.1", - "vue": "3.0.9", - "vue-router": "4.0.5" - }, - "devDependencies": { - "@tailwindcss/jit": "0.1.18", - "@tailwindcss/aspect-ratio": "0.2.0", - "@tailwindcss/forms": "0.3.2", - "@tailwindcss/line-clamp": "0.2.0", - "@tailwindcss/typography": "0.4.0", - "@vitejs/plugin-vue": "1.2.1", - "@vue/compiler-sfc": "3.0.11", - "autoprefixer": "10.2.5", - "tailwindcss": "2.1.1", - "release-it": "14.6.1", - "vite": "2.1.5" - }, - "release-it": { - "git": { - "commit": true, - "requireCleanWorkingDir": false, - "commitMessage": "🚀Bumped version to v${version}", - "requireBranch": "dev", - "push": false, - "tag": true, - "tagName": null, - "tagAnnotation": "v${version}" - }, - "npm": { - "publish": false - }, - "hooks": { - "after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node order_i18n.js && git add src/locales" - } - } -} +{ + "name": "@odit/lfk-selfservice", + "version": "0.7.2", + "scripts": { + "dev": "vite", + "build": "vite build", + "release": "release-it --only-version", + "postbuild": "node env_fix.js" + }, + "dependencies": { + "marked": "2.0.3", + "redaxios": "0.4.1", + "toastify-js": "1.10.0", + "validator": "13.5.2", + "vue-i18n": "9.1.4", + "vue-toastification": "2.0.0-rc.1", + "vue": "3.0.9", + "vue-router": "4.0.5" + }, + "devDependencies": { + "@tailwindcss/jit": "0.1.18", + "@tailwindcss/aspect-ratio": "0.2.0", + "@tailwindcss/forms": "0.3.2", + "@tailwindcss/line-clamp": "0.2.0", + "@tailwindcss/typography": "0.4.0", + "@vitejs/plugin-vue": "1.2.1", + "@vue/compiler-sfc": "3.0.11", + "autoprefixer": "10.2.5", + "tailwindcss": "2.1.1", + "release-it": "14.6.1", + "vite": "2.1.5" + }, + "release-it": { + "git": { + "commit": true, + "requireCleanWorkingDir": false, + "commitMessage": "🚀Bumped version to v${version}", + "requireBranch": "dev", + "push": false, + "tag": true, + "tagName": null, + "tagAnnotation": "v${version}" + }, + "npm": { + "publish": false + }, + "hooks": { + "after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node order_i18n.js && git add src/locales" + } + } +}