Skip to content

Commit

Permalink
Development mode for Css_Parser-2.0.0alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang authored and Ralf Lang committed Oct 27, 2023
1 parent c28782b commit 659e07f
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .horde.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors:
active: false
role: lead
version:
release: 2.0.0alpha4
release: 2.0.0alpha5
api: 2.0.0alpha1
state:
release: alpha
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"minimum-stability": "dev",
"name": "horde/css_parser",
"description": "CSS parser library",
"type": "library",
Expand Down
7 changes: 7 additions & 0 deletions doc/Horde/Css/Parser/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
------------
v2.0.0alpha5
------------




------------
v2.0.0alpha4
------------
Expand Down
11 changes: 11 additions & 0 deletions doc/Horde/Css/Parser/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
---
2.0.0alpha5:
api: 2.0.0alpha1
state:
release: alpha
api: alpha
date: 2022-11-05
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |+
2.0.0alpha4:
api: 2.0.0alpha1
state:
Expand Down
40 changes: 35 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</lead>
<date>2022-11-05</date>
<version>
<release>2.0.0alpha4</release>
<release>2.0.0alpha5</release>
<api>2.0.0alpha1</api>
</version>
<stability>
Expand All @@ -21,8 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
<notes>
* [rla] Alpha Release for PHP 8.
* |+
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -288,6 +287,22 @@
</filelist>
</phprelease>
<changelog>
















<release>
<version>
<release>1.0.0</release>
Expand Down Expand Up @@ -523,12 +538,27 @@
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2021-03-13</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
<date>2022-11-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [rla] Alpha Release for PHP 8.
* |+
</notes>
</release>
<release>
<version>
<release>2.0.0alpha5</release>
<api>2.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2022-11-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
</notes>
</release>
</changelog>
</package>

0 comments on commit 659e07f

Please sign in to comment.