Skip to content

Commit 2a12aea

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-11-30) ### Bug Fixes * add missing dependencies ([c52a03a](c52a03a)) * add missing semantic release config ([a7b5c78](a7b5c78))
1 parent c52a03a commit 2a12aea

File tree

3 files changed

+36
-29
lines changed

3 files changed

+36
-29
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.0.0 (2021-11-30)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing dependencies ([c52a03a](https://github.com/gearsdigital/localizer-for-kirby/commit/c52a03aadfd1f7527ad55beae3c166376d350d96))
7+
* add missing semantic release config ([a7b5c78](https://github.com/gearsdigital/localizer-for-kirby/commit/a7b5c78ee7d1175fef56d048a0b81798a4446929))

composer.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "gearsdigital/localizer-for-kirby",
3-
"description": "A plugin to override _Panel_ and _Plugin_ translations.",
4-
"version": "1.0.0",
5-
"license": "MIT",
6-
"type": "kirby-plugin",
7-
"authors": [
8-
{
9-
"name": "Steffen Giers",
10-
"email": "[email protected]"
2+
"name": "gearsdigital/localizer-for-kirby",
3+
"description": "A plugin to override _Panel_ and _Plugin_ translations.",
4+
"version": "1.0.0",
5+
"license": "MIT",
6+
"type": "kirby-plugin",
7+
"authors": [
8+
{
9+
"name": "Steffen Giers",
10+
"email": "[email protected]"
11+
}
12+
],
13+
"require": {
14+
"php": ">=7.4",
15+
"getkirby/composer-installer": "^1.1"
16+
},
17+
"autoload": {
18+
"psr-4": {
19+
"gearsdigital\\localizer\\": "src/"
20+
}
21+
},
22+
"config": {
23+
"optimize-autoloader": true,
24+
"sort-packages": true
1125
}
12-
],
13-
"require": {
14-
"php": ">=7.4",
15-
"getkirby/composer-installer": "^1.1"
16-
},
17-
"autoload": {
18-
"psr-4": {
19-
"gearsdigital\\localizer\\": "src/"
20-
}
21-
},
22-
"config": {
23-
"optimize-autoloader": true,
24-
"sort-packages": true
25-
}
26-
}
26+
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)