Skip to content

Commit 3b291b2

Browse files
committed
Prepare for 11.1.0-rc.1 release
1 parent bd37a65 commit 3b291b2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 11.1.0 (Unreleased)
13+
# 11.1.0-rc.1
1414

1515
#### :rocket: New Feature
1616

17-
- Experimental support of tagged template literals, eg ```sql`select * from ${table}```. https://github.com/rescript-lang/rescript-compiler/pull/6250
17+
- Experimental support of tagged template literals, e.g. ```sql`select * from ${table}```. https://github.com/rescript-lang/rescript-compiler/pull/6250
1818
- Experimental support for generic/custom JSX transforms. https://github.com/rescript-lang/rescript-compiler/pull/6565
1919
- `dict` is now a builtin type. https://github.com/rescript-lang/rescript-compiler/pull/6590
2020

Diff for: jscomp/common/bs_version.ml

+1-1
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 = "11.1.0"
24+
let version = "11.1.0-rc.1"
2525
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
2626
let package_name = ref "rescript"

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript",
3-
"version": "11.1.0",
3+
"version": "11.1.0-rc.1",
44
"devDependencies": {
55
"mocha": "10.1.0",
66
"nyc": "15.0.0",

Diff for: packages/std/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/std",
3-
"version": "11.1.0",
3+
"version": "11.1.0-rc.1",
44
"keywords": [
55
"rescript",
66
"stdlib",

0 commit comments

Comments
 (0)