From df8995c801890a14b53b67d4fe21cccd668b4faf Mon Sep 17 00:00:00 2001 From: Michael Arnaldi Date: Sat, 19 Mar 2022 13:04:23 +0000 Subject: [PATCH] chore: update release --- .changeset/chilly-dingos-brush.md | 5 +++++ .changeset/thick-pants-smoke.md | 5 +++++ .changeset/witty-laws-build.md | 5 +++++ prepack.sh | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .changeset/chilly-dingos-brush.md create mode 100644 .changeset/thick-pants-smoke.md create mode 100644 .changeset/witty-laws-build.md diff --git a/.changeset/chilly-dingos-brush.md b/.changeset/chilly-dingos-brush.md new file mode 100644 index 0000000..4a3a278 --- /dev/null +++ b/.changeset/chilly-dingos-brush.md @@ -0,0 +1,5 @@ +--- +"@tsplus/installer": patch +--- + +Support declaring operators with variable statements (https://github.com/ts-plus/typescript/pull/83) diff --git a/.changeset/thick-pants-smoke.md b/.changeset/thick-pants-smoke.md new file mode 100644 index 0000000..e19cf7e --- /dev/null +++ b/.changeset/thick-pants-smoke.md @@ -0,0 +1,5 @@ +--- +"@tsplus/installer": patch +--- + +Fix `goToDefinition` for fluent extension expressions (https://github.com/ts-plus/typescript/pull/85) diff --git a/.changeset/witty-laws-build.md b/.changeset/witty-laws-build.md new file mode 100644 index 0000000..94d1cff --- /dev/null +++ b/.changeset/witty-laws-build.md @@ -0,0 +1,5 @@ +--- +"@tsplus/installer": patch +--- + +Restrict fluent extensions to assignable targets (https://github.com/ts-plus/typescript/pull/82) diff --git a/prepack.sh b/prepack.sh index 4de21ef..0f397bb 100755 --- a/prepack.sh +++ b/prepack.sh @@ -1,5 +1,5 @@ #!/bin/sh -COMMIT="24e3c578b6e8187ae400bb822f07c80ccdd325e5" +COMMIT="efb244577dae64d23fd0e5f524336b9baceb03f0" rm -rf tmp mkdir tmp cd tmp