Skip to content

Commit e9764e5

Browse files
authored
Merge pull request #28 from andgate/changeset-release/main
chore: update versions
2 parents 6a2fbd5 + 1d9bfe9 commit e9764e5

File tree

26 files changed

+102
-30
lines changed

26 files changed

+102
-30
lines changed

.changeset/eighty-comics-push.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/backend-js/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @coolscript/backend-js
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- edbb9cc: patch bump, still trying to get automated version bumping working
8+
- Updated dependencies [edbb9cc]
9+
- @coolscript/parser@0.1.4
10+
- @coolscript/syntax@0.1.4
11+
312
## 0.1.3
413

514
### Patch Changes

packages/backend-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coolscript/backend-js",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Coolscript programming language javascript backend.",
55
"author": "Gabriel Anderson",
66
"license": "MIT",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @coolscript/cli
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- edbb9cc: patch bump, still trying to get automated version bumping working
8+
- Updated dependencies [edbb9cc]
9+
- @coolscript/parser@0.1.4
10+
- @coolscript/syntax@0.1.4
11+
312
## 0.1.3
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coolscript/cli",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Coolscript programming language commandline interface library.",
55
"main": "./lib/index.cjs",
66
"module": "./lib/index.js",

packages/codegen-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @coolscript/codegen-js
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- edbb9cc: patch bump, still trying to get automated version bumping working
8+
39
## 0.1.3
410

511
### Patch Changes

packages/codegen-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coolscript/codegen-js",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Coolscript programming language javascript generator.",
55
"author": "Gabriel Anderson",
66
"license": "MIT",

packages/coolscript/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- edbb9cc: patch bump, still trying to get automated version bumping working
8+
39
## 0.1.3
410

511
### Patch Changes

packages/coolscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coolscript",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Coolscript programming language.",
55
"main": "./bin/coolscript.js",
66
"publishConfig": {
@@ -29,6 +29,6 @@
2929
"author": "Gabriel Anderson",
3030
"license": "MIT",
3131
"devDependencies": {
32-
"@coolscript/cli": "^0.1.3"
32+
"@coolscript/cli": "^0.1.4"
3333
}
3434
}

packages/esbuild-plugin-coolscript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-plugin-coolscript
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- edbb9cc: patch bump, still trying to get automated version bumping working
8+
39
## 0.1.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)