Skip to content

Commit

Permalink
Version 1.13.0 Preview 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jul 24, 2021
1 parent 8cf48c7 commit 2f79ee0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change log
==========

## v1.13.0 Preview 1 - July 24, 2021
* In BundleTransformer.ConfigurationIntelliSense updated definitions for configuration settings of Sass and SCSS translator
* In BundleTransformer.SassAndScss:
* Now the [Dart Sass Host](https://github.com/Taritsyn/DartSassHost) library (requires installation and registration of the JS engine) is used instead of the [LibSass Host](https://github.com/Taritsyn/LibSassHost)
* In configuration settings of Sass and SCSS translator was added one new property - `JsEngine`
* From configuration settings of Sass and SCSS translator was removed two properties: `Precision` and `SourceComments`

## v1.12.38 - July 3, 2021
* In BundleTransformer.TypeScript added support of the TypeScript version 4.3.5
* In BundleTransformer.NUglify added support of the NUglify version 1.13.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: ComVisible(false)]
[assembly: Guid("d858d771-b511-4517-bc9a-6feb6d0c4c3e")]

[assembly: AssemblyVersion("1.12.38.0")]
[assembly: AssemblyFileVersion("1.12.38.0")]
[assembly: AssemblyVersion("1.13.0.0")]
[assembly: AssemblyFileVersion("1.13.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: IntelliSense</Product>
<VersionPrefix>1.12.37</VersionPrefix>
<VersionPrefix>1.13.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<TargetFramework>net40</TargetFramework>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.ConfigurationIntelliSense/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: IntelliSense v1.12.37
README file for Bundle Transformer: IntelliSense v1.13.0 Preview 1

--------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Sass and SCSS</Product>
<VersionPrefix>1.12.36</VersionPrefix>
<VersionPrefix>1.13.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<TargetFramework>net40</TargetFramework>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.SassAndScss/readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


--------------------------------------------------------------------------------
README file for Bundle Transformer: Sass and SCSS v1.12.36
README file for Bundle Transformer: Sass and SCSS v1.13.0 Preview 1

--------------------------------------------------------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Product>Bundle Transformer: Tests</Product>
<VersionPrefix>1.12.38</VersionPrefix>
<VersionPrefix>1.13.0</VersionPrefix>
<TargetFramework>net452</TargetFramework>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 2f79ee0

Please sign in to comment.