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 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
617## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
718
819
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
715
816
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " example" ,
4- "version" : " 1.3.6 " ,
4+ "version" : " 1.4.0 " ,
55 "description" : " @jxa example" ,
66 "homepage" : " https://github.com/JXA-userland/JXA/tree/master/example/" ,
77 "bugs" : {
3838 "tabWidth" : 4
3939 },
4040 "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 "
4343 },
4444 "devDependencies" : {
4545 "@types/mocha" : " ^9.1.1" ,
Original file line number Diff line number Diff line change 77 " packages/*" ,
88 " packages/@jxa/*"
99 ],
10- "version" : " 1.3.6 "
10+ "version" : " 1.4.0 "
1111}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @jxa/global-type" ,
3- "version" : " 1.3.6 " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " JXA typing for global" ,
55 "keywords" : [
66 " JXA" ,
3838 "access" : " public"
3939 },
4040 "dependencies" : {
41- "@jxa/types" : " ^1.3.6 "
41+ "@jxa/types" : " ^1.4.0 "
4242 },
4343 "devDependencies" : {
4444 "@types/node" : " ^18.7.8" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @jxa/repl" ,
3- "version" : " 1.3.6 " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " REPL for JXA." ,
55 "keywords" : [
66 " cli" ,
4646 "tabWidth" : 4
4747 },
4848 "dependencies" : {
49- "@jxa/run" : " ^1.3.6 "
49+ "@jxa/run" : " ^1.4.0 "
5050 },
5151 "devDependencies" : {
5252 "@types/mocha" : " ^9.1.1" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 1.3.6] ( https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6 ) (2022-08-21)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @jxa/run" ,
3- "version" : " 1.3.6 " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " Run JXA code and get result." ,
55 "keywords" : [
66 " applescript" ,
4646 "macos-version" : " ^5.2.0"
4747 },
4848 "devDependencies" : {
49- "@jxa/global-type" : " ^1.3.6 " ,
49+ "@jxa/global-type" : " ^1.4.0 " ,
5050 "@types/mocha" : " ^9.1.1" ,
5151 "@types/node" : " ^18.7.8" ,
5252 "cross-env" : " ^6.0.3" ,
You can’t perform that action at this time.
0 commit comments