Skip to content

Commit db1fe7a

Browse files
release: Gradient 0.1.1
Updating Module Version, CHANGELOG, and Release Notes
1 parent bc6f839 commit db1fe7a

2 files changed

Lines changed: 21 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Gradient 0.1.1:
2+
3+
* Better Gradient Stacking (#21)
4+
* Gradient.css joins with newlines (#20)
5+
* Gradient.json returns the gradient as json (for easy Element.animate) (#6)
6+
* Gradient.html returns the gradient as an HTML fragment (#22)
7+
* Gradient.ToString is more flexible (#23)
8+
9+
---
10+
111
## Gradient 0.1:
212

313
> Initial Gradient Module (#1)

Gradient.psd1

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'Gradient.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1'
15+
ModuleVersion = '0.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -109,28 +109,17 @@ PrivateData = @{
109109

110110
# ReleaseNotes of this module
111111
ReleaseNotes = @'
112-
## Gradient 0.1:
113-
114-
> Initial Gradient Module (#1)
115-
116-
* `Get-Gradient` (aka `Gradient`) gets gradients (#3)
117-
* It returns `Gradient` objects, using the `.Input`
118-
* Have a `.CSS` property (#4)
119-
* Hava a `.SVG` property (#5)
120-
* Have a `.GradientTypePattern` (#15)
121-
* Can get a `.GradientType` (#16) (defaulting to `radial-gradient`)
122-
* Will `.ToString()` to `.CSS` (#17)
123-
* Displays Input and CSS by default (#18)
124-
* Basic Module Scaffolding
125-
* GitHub Workflow (#2)
126-
* GitHub Action (#7)
127-
* Tests (#8)
128-
* Sponsorship (#14)
129-
* Code of Conduct (#9)
130-
* Contributing Guide (#10)
131-
* Security notice (#11)
132-
* Also, initial examples are in `/Examples` (#13)
112+
## Gradient 0.1.1:
133113
114+
* Better Gradient Stacking (#21)
115+
* Gradient.css joins with newlines (#20)
116+
* Gradient.json returns the gradient as json (for easy Element.animate) (#6)
117+
* Gradient.html returns the gradient as an HTML fragment (#22)
118+
* Gradient.ToString is more flexible (#23)
119+
120+
---
121+
122+
Additional history found in [CHANGELOG](https://github.com/PowerShellWeb/Gradient/blob/main/CHANGELOG.md)
134123
'@
135124

136125
# Prerelease string of this module

0 commit comments

Comments
 (0)