Skip to content

Commit 305bf23

Browse files
authored
Merge pull request #4203 from BuckleScript/bump
bump version
2 parents a2d64e0 + a81c57a commit 305bf23

File tree

11 files changed

+26
-11
lines changed

11 files changed

+26
-11
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
*.ninja_deps
1111
*.ninja_log
1212
*~
13+
# darwin/bsc this does not work because bin
14+
# has a file happens to be named after it
15+
# npmignore is completely broken
1316
docs/*
1417
docs/docson/*
1518
!docs/docson/build-schema.json
@@ -32,4 +35,3 @@ vendor/cppo
3235
vendor/rollup.js
3336
package/
3437
*.tgz
35-
darwin/bsc

Changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
`*` means potential break changes
2-
32
# current
3+
4+
# 7.2
45
- #4177 #4180 support `[@@@bs.config {flags = [| ".." |] }]` per file level to allow file level special flags
56
- #4158 #4157 #4166 #4168 loading stdlib from memory, no postinstall needed
67
- #4152 support copyright style comments preserved in JS

esy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bs-platform",
3-
"version": "5.2.0-dev.2",
3+
"version": "7.2.0",
44
"dependencies": {
55
"ocaml": "4.6.1000+BS"
66
},

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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 = "7.2.0-dev.4"
25+
let version = "7.3.0-dev.1"
2626
let header =
2727
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"

lib/4.06.1/bsb.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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 = "7.2.0-dev.4"
58+
let version = "7.3.0-dev.1"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/unstable/bsb_native.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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 = "7.2.0-dev.4"
58+
let version = "7.3.0-dev.1"
5959
let header =
6060
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314842,7 +314842,7 @@ end = struct
314842314842
* You should have received a copy of the GNU Lesser General Public License
314843314843
* along with this program; if not, write to the Free Software
314844314844
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
314845-
let version = "7.2.0-dev.4"
314845+
let version = "7.3.0-dev.1"
314846314846
let header =
314847314847
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
314848314848
let package_name = "bs-platform"

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314842,7 +314842,7 @@ end = struct
314842314842
* You should have received a copy of the GNU Lesser General Public License
314843314843
* along with this program; if not, write to the Free Software
314844314844
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
314845-
let version = "7.2.0-dev.4"
314845+
let version = "7.3.0-dev.1"
314846314846
let header =
314847314847
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
314848314848
let package_name = "bs-platform"

lib/4.06.1/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304049,7 +304049,7 @@ end = struct
304049304049
* You should have received a copy of the GNU Lesser General Public License
304050304050
* along with this program; if not, write to the Free Software
304051304051
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304052-
let version = "7.2.0-dev.4"
304052+
let version = "7.3.0-dev.1"
304053304053
let header =
304054304054
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
304055304055
let package_name = "bs-platform"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postinstall": "node scripts/install.js"
1717
},
1818
"name": "bs-platform",
19-
"version": "7.2.0-dev.4",
19+
"version": "7.3.0-dev.1",
2020
"description": "bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support",
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)