File tree Expand file tree Collapse file tree 14 files changed +75
-13
lines changed Expand file tree Collapse file tree 14 files changed +75
-13
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.4.0] ( https://github.com/JXA-userland/JXA/compare/v1.3.6...v1.4.0 ) (2025-04-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * Support inherit by very hacky way ([ #60 ] ( https://github.com/JXA-userland/JXA/issues/60 ) ) ([ 285331a] ( https://github.com/JXA-userland/JXA/commit/285331abb98b015a6b0d0ebc6d918632f4f26372 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
7
18
8
19
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.4.0] ( https://github.com/JXA-userland/JXA/compare/v1.3.6...v1.4.0 ) (2025-04-06)
7
+
8
+ ** Note:** Version bump only for package example
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " example" ,
4
- "version" : " 1.3.6 " ,
4
+ "version" : " 1.4.0 " ,
5
5
"description" : " @jxa example" ,
6
6
"homepage" : " https://github.com/JXA-userland/JXA/tree/master/example/" ,
7
7
"bugs" : {
38
38
"tabWidth" : 4
39
39
},
40
40
"dependencies" : {
41
- "@jxa/global-type" : " ^1.3.6 " ,
42
- "@jxa/run" : " ^1.3.6 "
41
+ "@jxa/global-type" : " ^1.4.0 " ,
42
+ "@jxa/run" : " ^1.4.0 "
43
43
},
44
44
"devDependencies" : {
45
45
"@types/mocha" : " ^9.1.1" ,
Original file line number Diff line number Diff line change 7
7
" packages/*" ,
8
8
" packages/@jxa/*"
9
9
],
10
- "version" : " 1.3.6 "
10
+ "version" : " 1.4.0 "
11
11
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.4.0] ( https://github.com/JXA-userland/JXA/compare/v1.3.6...v1.4.0 ) (2025-04-06)
7
+
8
+ ** Note:** Version bump only for package @jxa/global-type
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jxa/global-type" ,
3
- "version" : " 1.3.6 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " JXA typing for global" ,
5
5
"keywords" : [
6
6
" JXA" ,
38
38
"access" : " public"
39
39
},
40
40
"dependencies" : {
41
- "@jxa/types" : " ^1.3.6 "
41
+ "@jxa/types" : " ^1.4.0 "
42
42
},
43
43
"devDependencies" : {
44
44
"@types/node" : " ^18.7.8" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.4.0] ( https://github.com/JXA-userland/JXA/compare/v1.3.6...v1.4.0 ) (2025-04-06)
7
+
8
+ ** Note:** Version bump only for package @jxa/repl
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jxa/repl" ,
3
- "version" : " 1.3.6 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " REPL for JXA." ,
5
5
"keywords" : [
6
6
" cli" ,
46
46
"tabWidth" : 4
47
47
},
48
48
"dependencies" : {
49
- "@jxa/run" : " ^1.3.6 "
49
+ "@jxa/run" : " ^1.4.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@types/mocha" : " ^9.1.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 1.4.0] ( https://github.com/JXA-userland/JXA/compare/v1.3.6...v1.4.0 ) (2025-04-06)
7
+
8
+ ** Note:** Version bump only for package @jxa/run
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jxa/run" ,
3
- "version" : " 1.3.6 " ,
3
+ "version" : " 1.4.0 " ,
4
4
"description" : " Run JXA code and get result." ,
5
5
"keywords" : [
6
6
" applescript" ,
46
46
"macos-version" : " ^5.2.0"
47
47
},
48
48
"devDependencies" : {
49
- "@jxa/global-type" : " ^1.3.6 " ,
49
+ "@jxa/global-type" : " ^1.4.0 " ,
50
50
"@types/mocha" : " ^9.1.1" ,
51
51
"@types/node" : " ^18.7.8" ,
52
52
"cross-env" : " ^6.0.3" ,
You can’t perform that action at this time.
0 commit comments