Skip to content

Commit 25f9fe7

Browse files
committed
Bump to v0.0.11
1 parent a271c23 commit 25f9fe7

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

3-
## WIP
3+
## 0.0.11
4+
- Success alerts now auto dismiss
45
- Version compare styling and accessibility improvements
56
- Styling improvements for 'Install From Web'
67
- Fix recursion error with alerts
78
- Fix alert link colour
9+
- Fix tab content overlapping
810

911
## 0.0.10
1012
- Add "Preview Positions" button next to module position field

joomla.asset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
33
"name": "bettum",
4-
"version": "0.0.10",
4+
"version": "0.0.11",
55
"description": "Bettum is a Joomla 4 administrator template",
66
"license": "GPL-2.0-or-later",
77
"assets": [

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bettum",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Bettum Template",
55
"license": "GPL-3.0+",
66
"repository": {

templateDetails.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="4.0" type="template" client="administrator" method="upgrade">
33
<name>bettum</name>
4-
<version>0.0.10</version>
4+
<version>0.0.11</version>
55
<creationDate>19/08/2019</creationDate>
66
<author>Charlie Lodder</author>
77
<authorEmail>[email protected]</authorEmail>

0 commit comments

Comments
 (0)