Skip to content

Commit

Permalink
updates node-sass dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Oct 1, 2020
1 parent 38e77f1 commit 1ceb0ca
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Preflight.Site.V8/App_Data/Models/all.dll.path
Original file line number Diff line number Diff line change
@@ -1 +1 @@
C:\Users\nwoulfe1\AppData\Local\Temp\Temporary ASP.NET Files\vs\3f510f17\6a0262c9\App_Web_all.generated.cs.8f9494c4.hjial9xe.dll
C:\Users\nwoulfe1\AppData\Local\Temp\Temporary ASP.NET Files\vs\3f510f17\6a0262c9\App_Web_all.generated.cs.8f9494c4.sc6dg39t.dll
Binary file modified Preflight.Site.V8/App_Data/Umbraco.sdf
Binary file not shown.
4 changes: 2 additions & 2 deletions Preflight/App_Plugins/Preflight/backoffice/Preflight.es6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! preflight - v1.3.3-build52 - 2020-04-29
/*! preflight - v1.3.5-build23 - 2020-07-30
* Copyright (c) 2020 Nathan Woulfe;
* Licensed MIT
*/
Expand All @@ -16,7 +16,7 @@
// .config(['$provide', $provide => {
// $provide.decorator("$rootScope", function ($delegate) {
// var Scope = $delegate.constructor;
// var origBroadcast = Scope.prototype.$broadcast;
// var origBroadcast = Scope.prototype.$broadcast;
// var origEmit = Scope.prototype.$emit;

// Scope.prototype.$broadcast = function () {
Expand Down
4 changes: 2 additions & 2 deletions Preflight/App_Plugins/Preflight/backoffice/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ $umbBlue: #1b264f;
}

&-overlay, .umb-overlay-header {
text-align: left;
text-align: left;
}

.flex {
display: flex;
display: flex;
position: relative;
}

Expand Down
6 changes: 3 additions & 3 deletions Preflight/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers g
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.3.3.52")]
[assembly: AssemblyVersion("1.3.4")]
[assembly: AssemblyFileVersion("1.3.4")]
// [assembly: AssemblyVersion("1.3.5.23")]
[assembly: AssemblyVersion("1.3.5.23")]
[assembly: AssemblyFileVersion("1.3.5.23")]
41 changes: 11 additions & 30 deletions Preflight/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Preflight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"grunt-template": "*",
"grunt-umbraco-package": "^1.0.0",
"load-grunt-tasks": "^4.0.0",
"node-sass": "^4.11.0",
"node-sass": "^4.13.1",
"time-grunt": "*"
}
}
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 1.3.4.{build}
version: 1.3.5.{build}

image: Visual Studio 2019

Expand Down Expand Up @@ -39,9 +39,9 @@ deploy:
appveyor_repo_tag: true

- provider: GitHub
tag: v1.3.4
release: Release 1.3.4
description: "Enabling attribute routing breaks Preflight API. Not any more."
tag: v1.3.5
release: Release 1.3.5
description: ""
force_update: true
auth_token:
secure: Otbl8p8qCwciDqJgSWCyN0Arfs5XS1CwiHcK+r0F6uz9Rxt4gzBFvlc3cjPV3NxR
Expand Down

0 comments on commit 1ceb0ca

Please sign in to comment.