From a4e8432fd57b8777f0935bdcbd88a51549632a63 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Thu, 15 Feb 2018 14:40:25 -0300 Subject: [PATCH 1/2] Update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41ae15ac..d3d5b461 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "willow-bootstrap", - "version": "4.1.0", + "version": "5.0.0", "author": "Buenos Aires Smalltalk contributors", "license": "MIT", "dependencies": { From 2d174e64ad9320724b5751ddf37a25b6991f397a Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Thu, 15 Feb 2018 14:50:28 -0300 Subject: [PATCH 2/2] Updated version numbers --- .../instance/testUpdateRoot.st | 2 +- .../instance/testUpdateRootWithSelfHostedLibraries.st | 2 +- ...testUpdateRootWithSelfHostedLibrariesAndLanguageSupport.st | 2 +- .../instance/testRenderContentOnWithBootstrap.st | 2 +- .../instance/testCssContent.st | 2 +- .../instance/testDeployFiles.st | 4 ++-- .../instance/testJavascriptContent.st | 2 +- .../WillowBootstrapFileMetadataLibrary.class/class/version.st | 2 +- .../instance/csswillowbootstrapCssContent.st | 2 +- .../instance/jswillowbootstrapJsContent.st | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRoot.st b/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRoot.st index c50dccb9..3053c2d8 100644 --- a/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRoot.st +++ b/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRoot.st @@ -11,4 +11,4 @@ testUpdateRoot self assert: html equals: - '' + '' diff --git a/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRootWithSelfHostedLibraries.st b/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRootWithSelfHostedLibraries.st index 3eedfb48..6c583c3f 100644 --- a/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRootWithSelfHostedLibraries.st +++ b/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRootWithSelfHostedLibraries.st @@ -16,4 +16,4 @@ testUpdateRootWithSelfHostedLibraries self assert: html equals: - '' + '' diff --git a/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRootWithSelfHostedLibrariesAndLanguageSupport.st b/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRootWithSelfHostedLibrariesAndLanguageSupport.st index 8f6a762f..374af40f 100644 --- a/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRootWithSelfHostedLibrariesAndLanguageSupport.st +++ b/source/Willow-Bootstrap-Tests.package/BootstrapComponentSupplierTest.class/instance/testUpdateRootWithSelfHostedLibrariesAndLanguageSupport.st @@ -19,4 +19,4 @@ testUpdateRootWithSelfHostedLibrariesAndLanguageSupport self assert: html equals: - '' + '' diff --git a/source/Willow-Bootstrap-Tests.package/WillowBootstrapApplicationTest.class/instance/testRenderContentOnWithBootstrap.st b/source/Willow-Bootstrap-Tests.package/WillowBootstrapApplicationTest.class/instance/testRenderContentOnWithBootstrap.st index d9a7ffff..9e6063f5 100644 --- a/source/Willow-Bootstrap-Tests.package/WillowBootstrapApplicationTest.class/instance/testRenderContentOnWithBootstrap.st +++ b/source/Willow-Bootstrap-Tests.package/WillowBootstrapApplicationTest.class/instance/testRenderContentOnWithBootstrap.st @@ -9,4 +9,4 @@ testRenderContentOnWithBootstrap self assert: html equals: - 'The official testing app
' \ No newline at end of file + 'The official testing app
' \ No newline at end of file diff --git a/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testCssContent.st b/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testCssContent.st index 573618bd..7a4bb4af 100644 --- a/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testCssContent.st +++ b/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testCssContent.st @@ -4,5 +4,5 @@ testCssContent self assert: WillowBootstrapFileMetadataLibrary default csswillowbootstrapCssContent equals: - '/** willow-bootstrap.css v4.0.1* Copyright 2017 - Buenos Aires Smalltalk* Licensed under the MIT license*/input[type="number"]::-webkit-outer-spin-button ,input[type="number"]::-webkit-inner-spin-button{-webkit-appearance: none;}input[type="number"]{-moz-appearance: textfield;}' + '/** willow-bootstrap.css v5.0.0* Copyright 2018 - Buenos Aires Smalltalk* Licensed under the MIT license*/input[type="number"]::-webkit-outer-spin-button ,input[type="number"]::-webkit-inner-spin-button{-webkit-appearance: none;}input[type="number"]{-moz-appearance: textfield;}' expandMacros diff --git a/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testDeployFiles.st b/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testDeployFiles.st index 1bf396cb..36169d4f 100644 --- a/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testDeployFiles.st +++ b/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testDeployFiles.st @@ -4,5 +4,5 @@ testDeployFiles self useFileTestingPlatformDuring: [ WillowBootstrapFileMetadataLibrary default deployFiles. self - assert: GRPlatform current createdFolders equals: #('willow-bootstrap-4.0.1' 'willow-bootstrap-4.0.1/css' 'willow-bootstrap-4.0.1/js'); - assert: GRPlatform current createdFiles equals: #('willow-bootstrap-4.0.1/css/willow-bootstrap.css' 'willow-bootstrap-4.0.1/js/willow-bootstrap.js') ] + assert: GRPlatform current createdFolders equals: #('willow-bootstrap-5.0.0' 'willow-bootstrap-5.0.0/css' 'willow-bootstrap-5.0.0/js'); + assert: GRPlatform current createdFiles equals: #('willow-bootstrap-5.0.0/css/willow-bootstrap.css' 'willow-bootstrap-5.0.0/js/willow-bootstrap.js') ] diff --git a/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testJavascriptContent.st b/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testJavascriptContent.st index 78d7bcc0..136f5564 100644 --- a/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testJavascriptContent.st +++ b/source/Willow-Bootstrap-Tests.package/WillowBootstrapFileMetadataLibraryTest.class/instance/testJavascriptContent.st @@ -4,7 +4,7 @@ testJavascriptContent self assert: WillowBootstrapFileMetadataLibrary default jswillowbootstrapJsContent equals: - '/** willow-bootstrap.js v4.0.1* Copyright 2017 - Buenos Aires Smalltalk* Licensed under the MIT license*/$.prototype.tooltip.Constructor.prototype.destroy=function(){var that = this + '/** willow-bootstrap.js v5.0.0* Copyright 2018 - Buenos Aires Smalltalk* Licensed under the MIT license*/$.prototype.tooltip.Constructor.prototype.destroy=function(){var that = this clearTimeout(this.timeout) this.hide(function () { null!=that.$element && that.$element.off("." + that.type).removeData("bs." + that.type) diff --git a/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/class/version.st b/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/class/version.st index a33c2d74..bc98f8d5 100644 --- a/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/class/version.st +++ b/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/class/version.st @@ -1,4 +1,4 @@ Accessing version - ^ '4.0.1' + ^ '5.0.0' diff --git a/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/instance/csswillowbootstrapCssContent.st b/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/instance/csswillowbootstrapCssContent.st index e0cd3af8..dc9b9259 100644 --- a/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/instance/csswillowbootstrapCssContent.st +++ b/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/instance/csswillowbootstrapCssContent.st @@ -1,6 +1,6 @@ Accessing csswillowbootstrapCssContent - ^'/** willow-bootstrap.css v<1s>* Copyright 2017 - Buenos Aires Smalltalk* Licensed under the MIT license*/<2p>' + ^'/** willow-bootstrap.css v<1s>* Copyright 2018 - Buenos Aires Smalltalk* Licensed under the MIT license*/<2p>' expandMacrosWith: self version with: WillowBootstrapCascadingStyleSheetBuilder new build \ No newline at end of file diff --git a/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/instance/jswillowbootstrapJsContent.st b/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/instance/jswillowbootstrapJsContent.st index 994588db..aaf2b8c5 100644 --- a/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/instance/jswillowbootstrapJsContent.st +++ b/source/Willow-Bootstrap.package/WillowBootstrapFileMetadataLibrary.class/instance/jswillowbootstrapJsContent.st @@ -1,7 +1,7 @@ Accessing jswillowbootstrapJsContent - ^ '/** willow-bootstrap.js v<1s>* Copyright 2017 - Buenos Aires Smalltalk* Licensed under the MIT license*/<2s>' + ^ '/** willow-bootstrap.js v<1s>* Copyright 2018 - Buenos Aires Smalltalk* Licensed under the MIT license*/<2s>' expandMacrosWith: self version with: (self