Skip to content

Commit

Permalink
Publish non-beta versions with shadowRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Sep 21, 2021
1 parent dce3782 commit 36faa2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Css/Browser.Css.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageId>Fable.Browser.Css</PackageId>
<Version>2.1.0</Version>
<PackageVersion>2.1.0-beta-001</PackageVersion>
<PackageVersion>2.1.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Css/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.1.0-beta-001
### 2.1.0

* Add shadow root types @AngelMunoz

Expand Down
2 changes: 1 addition & 1 deletion src/Dom/Browser.Dom.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<PackageId>Fable.Browser.Dom</PackageId>
<Version>2.5.0</Version>
<PackageVersion>2.5.0-beta-001</PackageVersion>
<PackageVersion>2.5.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Dom/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.5.0-beta-001
### 2.5.0

* Add shadow root types @AngelMunoz

Expand Down

0 comments on commit 36faa2e

Please sign in to comment.