diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..b046127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 (2021-11-30) + + +### Bug Fixes + +* add missing dependencies ([c52a03a](https://github.com/gearsdigital/localizer-for-kirby/commit/c52a03aadfd1f7527ad55beae3c166376d350d96)) +* add missing semantic release config ([a7b5c78](https://github.com/gearsdigital/localizer-for-kirby/commit/a7b5c78ee7d1175fef56d048a0b81798a4446929)) diff --git a/composer.json b/composer.json index 6510111..0db23e5 100644 --- a/composer.json +++ b/composer.json @@ -1,26 +1,26 @@ { - "name": "gearsdigital/localizer-for-kirby", - "description": "A plugin to override _Panel_ and _Plugin_ translations.", - "version": "1.0.0", - "license": "MIT", - "type": "kirby-plugin", - "authors": [ - { - "name": "Steffen Giers", - "email": "steffen.giers@gmail.com" + "name": "gearsdigital/localizer-for-kirby", + "description": "A plugin to override _Panel_ and _Plugin_ translations.", + "version": "1.0.0", + "license": "MIT", + "type": "kirby-plugin", + "authors": [ + { + "name": "Steffen Giers", + "email": "steffen.giers@gmail.com" + } + ], + "require": { + "php": ">=7.4", + "getkirby/composer-installer": "^1.1" + }, + "autoload": { + "psr-4": { + "gearsdigital\\localizer\\": "src/" + } + }, + "config": { + "optimize-autoloader": true, + "sort-packages": true } - ], - "require": { - "php": ">=7.4", - "getkirby/composer-installer": "^1.1" - }, - "autoload": { - "psr-4": { - "gearsdigital\\localizer\\": "src/" - } - }, - "config": { - "optimize-autoloader": true, - "sort-packages": true - } -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3f8a929..c40c06c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -998,7 +998,6 @@ "dev": true, "peer": true, "dependencies": { - "colors": "^1.1.2", "object-assign": "^4.1.0", "string-width": "^4.2.0" }, @@ -2060,7 +2059,6 @@ "minimist": "^1.2.5", "neo-async": "^2.6.0", "source-map": "^0.6.1", - "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" }, "bin": { @@ -2495,7 +2493,6 @@ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.6", "universalify": "^2.0.0" }, "optionalDependencies": { @@ -3895,7 +3892,6 @@ "license": "MIT", "peer": true, "dependencies": { - "colors": "^1.1.2", "object-assign": "^4.1.0", "string-width": "^4.2.0" }, @@ -5038,7 +5034,6 @@ "license": "MIT", "peer": true, "dependencies": { - "encoding": "^0.1.12", "minipass": "^3.1.0", "minipass-sized": "^1.0.3", "minizlib": "^2.0.0" @@ -5983,6 +5978,11 @@ "safer-buffer": "^2.0.2", "tweetnacl": "~0.14.0" }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, "engines": { "node": ">=0.10.0" }