Skip to content

Commit 92b61a5

Browse files
committed
v1.3.0
1 parent 50f34b2 commit 92b61a5

File tree

14 files changed

+85
-13
lines changed

14 files changed

+85
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.3.0"></a>
7+
# [1.3.0](https://github.com/JXA-userland/JXA/compare/v1.2.1...v1.3.0) (2018-09-06)
8+
9+
10+
### Bug Fixes
11+
12+
* **sdef-to-dts:** improve layout of help message ([1e94999](https://github.com/JXA-userland/JXA/commit/1e94999))
13+
14+
15+
### Features
16+
17+
* **sdef-to-dfs:** add command line converter as bin ([7ac5224](https://github.com/JXA-userland/JXA/commit/7ac5224))
18+
19+
20+
21+
622
<a name="1.2.1"></a>
723
## [1.2.1](https://github.com/JXA-userland/JXA/compare/v1.2.0...v1.2.1) (2018-09-05)
824

example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.3.0"></a>
7+
# [1.3.0](https://github.com/JXA-userland/JXA/compare/v1.2.1...v1.3.0) (2018-09-06)
8+
9+
10+
11+
12+
**Note:** Version bump only for package example
13+
614
<a name="1.2.1"></a>
715
## [1.2.1](https://github.com/JXA-userland/JXA/compare/v1.2.0...v1.2.1) (2018-09-05)
816

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "example",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"description": "@jxa example",
66
"homepage": "https://github.com/JXA-userland/JXA/tree/master/example/",
77
"bugs": {
@@ -38,8 +38,8 @@
3838
"tabWidth": 4
3939
},
4040
"dependencies": {
41-
"@jxa/global-type": "^1.2.1",
42-
"@jxa/run": "^1.2.1"
41+
"@jxa/global-type": "^1.3.0",
42+
"@jxa/run": "^1.3.0"
4343
},
4444
"devDependencies": {
4545
"@types/mocha": "^5.2.3",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"packages/*",
88
"packages/@jxa/*"
99
],
10-
"version": "1.2.1"
10+
"version": "1.3.0"
1111
}

packages/@jxa/global-type/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.3.0"></a>
7+
# [1.3.0](https://github.com/JXA-userland/JXA/compare/v1.2.1...v1.3.0) (2018-09-06)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @jxa/global-type
13+
614
<a name="1.2.1"></a>
715
## [1.2.1](https://github.com/JXA-userland/JXA/compare/v1.2.0...v1.2.1) (2018-09-05)
816

packages/@jxa/global-type/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jxa/global-type",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "JXA typing for global",
55
"keywords": [
66
"JXA",
@@ -38,7 +38,7 @@
3838
"access": "public"
3939
},
4040
"dependencies": {
41-
"@jxa/types": "^1.2.1"
41+
"@jxa/types": "^1.3.0"
4242
},
4343
"devDependencies": {
4444
"@types/node": "^9.6.5",

packages/@jxa/repl/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.3.0"></a>
7+
# [1.3.0](https://github.com/JXA-userland/JXA/compare/v1.2.1...v1.3.0) (2018-09-06)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @jxa/repl
13+
614
<a name="1.2.1"></a>
715
## [1.2.1](https://github.com/JXA-userland/JXA/compare/v1.2.0...v1.2.1) (2018-09-05)
816

packages/@jxa/repl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jxa/repl",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "REPL for JXA.",
55
"keywords": [
66
"cli",
@@ -46,7 +46,7 @@
4646
"tabWidth": 4
4747
},
4848
"dependencies": {
49-
"@jxa/run": "^1.2.1"
49+
"@jxa/run": "^1.3.0"
5050
},
5151
"devDependencies": {
5252
"@types/mocha": "^5.2.3",

packages/@jxa/run/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="1.3.0"></a>
7+
# [1.3.0](https://github.com/JXA-userland/JXA/compare/v1.2.1...v1.3.0) (2018-09-06)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @jxa/run
13+
614
<a name="1.2.1"></a>
715
## [1.2.1](https://github.com/JXA-userland/JXA/compare/v1.2.0...v1.2.1) (2018-09-05)
816

packages/@jxa/run/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jxa/run",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Run JXA code and get result.",
55
"keywords": [
66
"applescript",
@@ -46,7 +46,7 @@
4646
"macos-version": "^4.1.0"
4747
},
4848
"devDependencies": {
49-
"@jxa/global-type": "^1.2.1",
49+
"@jxa/global-type": "^1.3.0",
5050
"@types/mocha": "^5.2.3",
5151
"@types/node": "^10.3.5",
5252
"cross-env": "^5.2.0",

0 commit comments

Comments
 (0)