Skip to content

Commit d0482c2

Browse files
committed
bump versions
1 parent 4b8966a commit d0482c2

File tree

9 files changed

+20
-15
lines changed

9 files changed

+20
-15
lines changed

Diff for: jscomp/common/bs_version.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* You should have received a copy of the GNU Lesser General Public License
2323
* along with this program; if not, write to the Free Software
2424
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
25-
let version = "3.1.0"
25+
let version = "3.1.1"
2626
let header =
27-
"// Generated by BUCKLESCRIPT VERSION 3.1.0, PLEASE EDIT WITH CARE"
27+
"// Generated by BUCKLESCRIPT VERSION 3.1.1, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"
2929

Diff for: lib/bsb.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "3.1.0"
58+
let version = "3.1.1"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 3.1.0, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 3.1.1, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"
6262

6363
end

Diff for: lib/bsb_helper.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ end = struct
177177
* You should have received a copy of the GNU Lesser General Public License
178178
* along with this program; if not, write to the Free Software
179179
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
180-
let version = "3.1.0"
180+
let version = "3.1.1"
181181
let header =
182-
"// Generated by BUCKLESCRIPT VERSION 3.1.0, PLEASE EDIT WITH CARE"
182+
"// Generated by BUCKLESCRIPT VERSION 3.1.1, PLEASE EDIT WITH CARE"
183183
let package_name = "bs-platform"
184184

185185
end

Diff for: lib/bsdep.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "3.1.0"
58+
let version = "3.1.1"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 3.1.0, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 3.1.1, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"
6262

6363
end

Diff for: lib/bsppx.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13707,9 +13707,9 @@ end = struct
1370713707
* You should have received a copy of the GNU Lesser General Public License
1370813708
* along with this program; if not, write to the Free Software
1370913709
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
13710-
let version = "3.1.0"
13710+
let version = "3.1.1"
1371113711
let header =
13712-
"// Generated by BUCKLESCRIPT VERSION 3.1.0, PLEASE EDIT WITH CARE"
13712+
"// Generated by BUCKLESCRIPT VERSION 3.1.1, PLEASE EDIT WITH CARE"
1371313713
let package_name = "bs-platform"
1371413714

1371513715
end

Diff for: lib/whole_compiler.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ end = struct
5555
* You should have received a copy of the GNU Lesser General Public License
5656
* along with this program; if not, write to the Free Software
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
58-
let version = "3.1.0"
58+
let version = "3.1.1"
5959
let header =
60-
"// Generated by BUCKLESCRIPT VERSION 3.1.0, PLEASE EDIT WITH CARE"
60+
"// Generated by BUCKLESCRIPT VERSION 3.1.1, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"
6262

6363
end

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"postinstall": "node scripts/install.js"
3333
},
3434
"name": "bs-platform",
35-
"version": "3.1.0",
35+
"version": "3.1.1",
3636
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
3737
"repository": {
3838
"type": "git",

Diff for: scripts/prepublish.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ verifyIsCleanWorkTree()
2929

3030
clean()
3131
console.log(`start packing`)
32-
p.execSync(`npm pack`, root_config)
32+
p.execSync(`yarn pack`, root_config)
3333
console.log(`finish packing`)
3434

3535
var tmpdir = 'tmp'
3636

3737
fs.mkdirSync(path.join(root, tmpdir))
3838

39-
p.execSync(`tar -xzf ${json.name}-${json.version}.tgz -C ${tmpdir} `, root_config)
39+
p.execSync(`tar -xzf ${json.name}-v${json.version}.tgz -C ${tmpdir} `, root_config)
4040

4141
process.env.BS_ALWAYS_BUILD_YOUR_COMPILER = 'true'
4242
var tmpdir_config = {

Diff for: scripts/win_build.bat

+5
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ cd runtime
107107
..\..\lib\bsc.exe -absname -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\stdlib -nostdlib -nopervasives -open Pervasives -unsafe -warn-error A -w -40-49-103 -bin-annot -c caml_md5.ml
108108
..\..\lib\bsc.exe -absname -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\stdlib -nostdlib -nopervasives -open Pervasives -unsafe -warn-error A -w -40-49-103 -bin-annot -c caml_queue.mli
109109
..\..\lib\bsc.exe -absname -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\stdlib -nostdlib -nopervasives -open Pervasives -unsafe -warn-error A -w -40-49-103 -bin-annot -c caml_queue.ml
110+
..\..\lib\bsc.exe -absname -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\stdlib -nostdlib -nopervasives -open Pervasives -unsafe -warn-error A -w -40-49-103 -bin-annot -c caml_hash_primitive.mli
111+
..\..\lib\bsc.exe -absname -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\stdlib -nostdlib -nopervasives -open Pervasives -unsafe -warn-error A -w -40-49-103 -bin-annot -c caml_hash_primitive.ml
110112
..\..\lib\bsc.exe -absname -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\stdlib -nostdlib -nopervasives -open Pervasives -unsafe -warn-error A -w -40-49-103 -bin-annot -c caml_hash.mli
111113
..\..\lib\bsc.exe -absname -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\stdlib -nostdlib -nopervasives -open Pervasives -unsafe -warn-error A -w -40-49-103 -bin-annot -c caml_hash.ml
112114
..\..\lib\bsc.exe -absname -no-alias-deps -bs-no-version-header -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\stdlib -nostdlib -nopervasives -open Pervasives -unsafe -warn-error A -w -40-49-103 -bin-annot -c js_primitive.mli
@@ -211,6 +213,8 @@ cd others
211213
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c belt_Map.ml
212214
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c belt_Option.mli
213215
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c belt_Option.ml
216+
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c belt_Result.mli
217+
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c belt_Result.ml
214218
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c belt_internalSetString.ml
215219
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c belt_SetString.mli
216220
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c belt_SetString.ml
@@ -243,6 +247,7 @@ cd others
243247
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c js_cast.mli
244248
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c js_cast.ml
245249
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c js_promise.ml
250+
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c belt_Debug.ml
246251
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c dom_storage.mli
247252
..\..\lib\bsc.exe -no-alias-deps -bs-no-version-header -absname -bs-no-check-div-by-zero -bs-cross-module-opt -bs-noassertfalse -bs-package-name bs-platform -nostdlib -bs-package-output commonjs:lib\js -bs-package-output amdjs:lib\amdjs -bs-package-output es6:lib\es6 -I ..\runtime -I ..\stdlib -w +3-40-49 -warn-error A -bin-annot -c dom.mli
248253
cd ..

0 commit comments

Comments
 (0)