Skip to content

Commit dcd565a

Browse files
committed
Set version to 12.0.0-alpha.14
1 parent cf30446 commit dcd565a

File tree

10 files changed

+11
-9
lines changed

10 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
# 12.0.0-alpha.14 (Unreleased)
14+
1315
# 12.0.0-alpha.13
1416

1517
#### :boom: Breaking Change

compiler/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
* You should have received a copy of the GNU Lesser General Public License
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
24-
let version = "12.0.0-alpha.13"
24+
let version = "12.0.0-alpha.14"
2525
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
2626
let package_name = ref "rescript"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript",
3-
"version": "12.0.0-alpha.13",
3+
"version": "12.0.0-alpha.14",
44
"description": "ReScript toolchain",
55
"type": "module",
66
"keywords": [

packages/@rescript/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/darwin-arm64",
3-
"version": "12.0.0-alpha.13",
3+
"version": "12.0.0-alpha.14",
44
"description": "ReScript binaries for MacOS ARM64",
55
"type": "module",
66
"homepage": "https://rescript-lang.org",

packages/@rescript/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/darwin-x64",
3-
"version": "12.0.0-alpha.13",
3+
"version": "12.0.0-alpha.14",
44
"description": "ReScript binaries for MacOS x86_64",
55
"type": "module",
66
"homepage": "https://rescript-lang.org",

packages/@rescript/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/linux-arm64",
3-
"version": "12.0.0-alpha.13",
3+
"version": "12.0.0-alpha.14",
44
"description": "ReScript binaries for Linux ARM64",
55
"type": "module",
66
"homepage": "https://rescript-lang.org",

packages/@rescript/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/linux-x64",
3-
"version": "12.0.0-alpha.13",
3+
"version": "12.0.0-alpha.14",
44
"description": "ReScript binaries for Linux x86_64",
55
"type": "module",
66
"homepage": "https://rescript-lang.org",

packages/@rescript/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/win32-x64",
3-
"version": "12.0.0-alpha.13",
3+
"version": "12.0.0-alpha.14",
44
"description": "ReScript binaries for Windows x86_64",
55
"type": "module",
66
"homepage": "https://rescript-lang.org",

packages/std/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/std",
3-
"version": "12.0.0-alpha.13",
3+
"version": "12.0.0-alpha.14",
44
"keywords": [
55
"rescript",
66
"stdlib",

yarn.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { defineConfig } = require("@yarnpkg/types");
1111
* @param {Yarn.Constraints.Context} ctx
1212
*/
1313
async function enforceCompilerMeta({ Yarn }) {
14-
const EXPECTED_VERSION = "12.0.0-alpha.13";
14+
const EXPECTED_VERSION = "12.0.0-alpha.14";
1515

1616
for (const workspace of Yarn.workspaces()) {
1717
const { ident } = workspace.pkg;

0 commit comments

Comments
 (0)