Skip to content

Commit 8d157f3

Browse files
chore: release main (#2085)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Oscar Spencer <oscar@grain-lang.org>
1 parent e99cf1f commit 8d157f3

File tree

12 files changed

+38
-10
lines changed

12 files changed

+38
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.6.1","cli":"0.6.1","compiler":"0.6.1","stdlib":"0.6.1"}
1+
{".":"0.6.2","cli":"0.6.2","compiler":"0.6.2","stdlib":"0.6.2"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.2](https://github.com/grain-lang/grain/compare/grain-v0.6.1...grain-v0.6.2) (2024-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **grainlsp:** Prevent LSP crash on startup when running in JS ([#2084](https://github.com/grain-lang/grain/issues/2084)) ([e99cf1f](https://github.com/grain-lang/grain/commit/e99cf1f7b160d54930e14479c55cc365c86678c8))
9+
310
## [0.6.1](https://github.com/grain-lang/grain/compare/grain-v0.6.0...grain-v0.6.1) (2024-03-29)
411

512

cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.2](https://github.com/grain-lang/grain/compare/cli-v0.6.1...cli-v0.6.2) (2024-04-01)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **cli:** Synchronize Grain versions
9+
310
## [0.6.1](https://github.com/grain-lang/grain/compare/cli-v0.6.0...cli-v0.6.1) (2024-03-29)
411

512

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/cli",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A command line tool for the Grain language.",
55
"main": "index.js",
66
"engines": {
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/grain-lang/grain#readme",
3636
"dependencies": {
37-
"@grain/stdlib": "0.6.1",
37+
"@grain/stdlib": "0.6.2",
3838
"commander": "^8.1.0"
3939
},
4040
"devDependencies": {

compiler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.2](https://github.com/grain-lang/grain/compare/compiler-v0.6.1...compiler-v0.6.2) (2024-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **grainlsp:** Prevent LSP crash on startup when running in JS ([#2084](https://github.com/grain-lang/grain/issues/2084)) ([e99cf1f](https://github.com/grain-lang/grain/commit/e99cf1f7b160d54930e14479c55cc365c86678c8))
9+
310
## [0.6.1](https://github.com/grain-lang/grain/compare/compiler-v0.6.0...compiler-v0.6.1) (2024-03-29)
411

512

compiler/dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.3)
22
(name grain)
3-
(version 0.6.1)
3+
(version 0.6.2)
44
(using menhir 2.0)
55

66
; Flip this to `true` when we want to generate opam files again

compiler/esy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grain/compiler",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"esy": {
55
"build": [
66
"dune build @native --no-buffer"

compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@grain/compiler",
33
"private": true,
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"bin": {
66
"grainc": "_esy/default/build/install/default/bin/grainc"
77
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grain",
33
"private": true,
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"description": "The Grain monorepo.",
66
"workspaces": [
77
"cli",

0 commit comments

Comments
 (0)