1
0
mirror of https://github.com/picocms/pico-theme.git synced 2025-08-22 08:13:22 +02:00

7 Commits

Author SHA1 Message Date
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 16 additions and 4 deletions

View File

@@ -8,6 +8,21 @@ Pico Default Theme Changelog
refer to both the UPGRADE and NEWS sections of the docs for more
details.
### 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
Released: 2018-07-01

View File

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