1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-08-24 01:03:09 +02:00

9 Commits

Author SHA1 Message Date
Daniel Rudolf
c366649243 Version 2.0.4
No changes
2018-12-17 15:57:19 +01:00
Daniel Rudolf
02b112b072 Update CHANGELOG.md 2018-12-17 15:57:15 +01:00
Daniel Rudolf
6ad42dbbd2 Version 2.0.3
No changes
2018-12-03 12:46:48 +01:00
Daniel Rudolf
8f8cd50936 Update CHANGELOG.md 2018-12-03 12:46:42 +01:00
Daniel Rudolf
5af338c408 Version 2.0.2
No changes
2018-08-12 13:51:04 +02:00
Daniel Rudolf
f59f639f97 Update CHANGELOG.md 2018-08-12 13:50:57 +02:00
Daniel Rudolf
e1e4cc644f Version 2.0.1
No changes
2018-07-29 12:58:56 +02:00
Daniel Rudolf
b1e423c691 Update CHANGELOG.md 2018-07-29 12:58:41 +02:00
Daniel Rudolf
ba0ac88e14 composer.json: Remove 2.0-dev branch alias 2018-07-03 16:13:14 +02:00
2 changed files with 21 additions and 4 deletions

View File

@@ -8,6 +8,26 @@ Pico Default Theme Changelog
refer to both the UPGRADE and NEWS sections of the docs for more refer to both the UPGRADE and NEWS sections of the docs for more
details. details.
### Version 2.0.4
Released: 2018-12-17
No changes
### Version 2.0.3
Released: 2018-12-03
No changes
### Version 2.0.2
Released: 2018-08-12
No changes
### Version 2.0.1
Released: 2018-07-29
No changes
### Version 2.0.0 ### Version 2.0.0
Released: 2018-07-01 Released: 2018-07-01

View File

@@ -24,9 +24,6 @@
"picocms/pico": "self.version" "picocms/pico": "self.version"
}, },
"extra": { "extra": {
"installer-name": "default", "installer-name": "default"
"branch-alias": {
"dev-master": "2.0-dev"
}
} }
} }