Skip to content

Commit

Permalink
Merge pull request #101 from gaelj/more-development
Browse files Browse the repository at this point in the history
πŸ”– Bump version to 0.3.5
  • Loading branch information
gaelj authored Feb 7, 2024
2 parents 68f9b19 + 2ac140f commit 162e48d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.3.5 - 2024-02-07

### ✨ Introduce new features

- Expose CodeMirrorState, for @ref access

### πŸ› Fix a bug

- Don't use no-cors header

### πŸ“ Add or update documentation

- Fix menu title in example project

## 0.3.4 - 2024-02-06

### ✨ Introduce new features
Expand Down
2 changes: 1 addition & 1 deletion CodeMirror6/CodeMirror6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>GaelJ.BlazorCodeMirror6</AssemblyName>
<IsPackable>true</IsPackable>
<PackageId>GaelJ.BlazorCodeMirror6</PackageId>
<Version>0.3.4</Version>
<Version>0.3.5</Version>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion Examples.BlazorServer/Examples.BlazorServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.3.4</Version>
<Version>0.3.5</Version>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
<Version>0.3.4</Version>
<Version>0.3.5</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Sentry.AspNetCore" Version="3.41.4" />
Expand Down
2 changes: 1 addition & 1 deletion Examples.BlazorWasm/Examples.BlazorWasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
<Version>0.3.4</Version>
<Version>0.3.5</Version>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser-wasm" />
Expand Down
2 changes: 1 addition & 1 deletion Examples.Common/Examples.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Version>0.3.4</Version>
<Version>0.3.5</Version>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
Expand Down
8 changes: 3 additions & 5 deletions NEW_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
### ✨ Introduce new features

- Implement clipboard commands
- Expose CodeMirrorState, for @ref access

### πŸ› Fix a bug

- Add no-cors header to diagram requests
- Hide additional content when not visible
- Make visible by default
- Don't use no-cors header

### πŸ“ Add or update documentation

- Add visibility toggle to example
- Fix menu title in example project

0 comments on commit 162e48d

Please sign in to comment.