Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Oct 3, 2023
1 parent 40d036f commit d533776
Show file tree
Hide file tree
Showing 7 changed files with 6,127 additions and 1,532 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.2

Upgrade to version 3 of `gren-lang/node`.

## 2.0.1

Bump version range of `gren-lang/node`.
Expand Down
2 changes: 1 addition & 1 deletion docs.json

Large diffs are not rendered by default.

28 changes: 15 additions & 13 deletions example/gren.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"type": "application",
"platform": "node",
"source-directories": [
"src"
],
"gren-version": "0.3.0",
"dependencies": {
"direct": {
"gren-lang/core": "4.0.0",
"gren-lang/node": "2.0.0",
"icidasset/shikensu-gren": "local:.."
},
"indirect": {}
"type": "application",
"platform": "node",
"source-directories": [
"src"
],
"gren-version": "0.3.0",
"dependencies": {
"direct": {
"gren-lang/core": "4.0.1",
"gren-lang/node": "3.0.1",
"icidasset/shikensu-gren": "local:.."
},
"indirect": {
"gren-lang/url": "3.0.0"
}
}
}
42 changes: 21 additions & 21 deletions gren.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"type": "package",
"platform": "node",
"name": "icidasset/shikensu-gren",
"summary": "Run a sequence of functions on in-memory representations of files",
"license": "BSD-3-Clause",
"version": "2.0.1",
"exposed-modules": [
"Shikensu",
"Shikensu.Bundle",
"Shikensu.Contrib",
"Shikensu.Definition",
"Shikensu.Error",
"Shikensu.Focus",
"Shikensu.Path",
"Shikensu.Path.Encapsulated"
],
"gren-version": "0.2.0 <= v < 1.0.0",
"dependencies": {
"gren-lang/core": "4.0.0 <= v < 5.0.0",
"gren-lang/node": "2.0.0 <= v < 4.0.0"
}
"type": "package",
"platform": "node",
"name": "icidasset/shikensu-gren",
"summary": "Run a sequence of functions on in-memory representations of files",
"license": "BSD-3-Clause",
"version": "2.0.2",
"exposed-modules": [
"Shikensu",
"Shikensu.Bundle",
"Shikensu.Contrib",
"Shikensu.Definition",
"Shikensu.Error",
"Shikensu.Focus",
"Shikensu.Path",
"Shikensu.Path.Encapsulated"
],
"gren-version": "0.2.0 <= v < 1.0.0",
"dependencies": {
"gren-lang/core": "4.0.0 <= v < 5.0.0",
"gren-lang/node": "3.0.0 <= v < 4.0.0"
}
}
Loading

0 comments on commit d533776

Please sign in to comment.