Skip to content

Commit

Permalink
v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 21, 2022
1 parent dd5c5cf commit a1c18be
Show file tree
Hide file tree
Showing 14 changed files with 90 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.6](https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6) (2022-08-21)


### Bug Fixes

* **global-type:** fix TS2303: Circular definition of import alias ([#51](https://github.com/JXA-userland/JXA/issues/51)) ([dd5c5cf](https://github.com/JXA-userland/JXA/commit/dd5c5cf0033ee4486c4999d89a879324caba14ab))





## [1.3.5](https://github.com/JXA-userland/JXA/compare/v1.3.4...v1.3.5) (2022-04-18)


Expand Down
11 changes: 11 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.6](https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6) (2022-08-21)


### Bug Fixes

* **global-type:** fix TS2303: Circular definition of import alias ([#51](https://github.com/JXA-userland/JXA/issues/51)) ([dd5c5cf](https://github.com/JXA-userland/JXA/commit/dd5c5cf0033ee4486c4999d89a879324caba14ab))





## [1.3.5](https://github.com/JXA-userland/JXA/compare/v1.3.4...v1.3.5) (2022-04-18)

**Note:** Version bump only for package example
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example",
"version": "1.3.5",
"version": "1.3.6",
"description": "@jxa example",
"homepage": "https://github.com/JXA-userland/JXA/tree/master/example/",
"bugs": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"tabWidth": 4
},
"dependencies": {
"@jxa/global-type": "^1.3.5",
"@jxa/run": "^1.3.5"
"@jxa/global-type": "^1.3.6",
"@jxa/run": "^1.3.6"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"packages/*",
"packages/@jxa/*"
],
"version": "1.3.5"
"version": "1.3.6"
}
11 changes: 11 additions & 0 deletions packages/@jxa/global-type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.6](https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6) (2022-08-21)


### Bug Fixes

* **global-type:** fix TS2303: Circular definition of import alias ([#51](https://github.com/JXA-userland/JXA/issues/51)) ([dd5c5cf](https://github.com/JXA-userland/JXA/commit/dd5c5cf0033ee4486c4999d89a879324caba14ab))





## [1.3.5](https://github.com/JXA-userland/JXA/compare/v1.3.4...v1.3.5) (2022-04-18)

**Note:** Version bump only for package @jxa/global-type
Expand Down
4 changes: 2 additions & 2 deletions packages/@jxa/global-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jxa/global-type",
"version": "1.3.5",
"version": "1.3.6",
"description": "JXA typing for global",
"keywords": [
"JXA",
Expand Down Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"dependencies": {
"@jxa/types": "^1.3.5"
"@jxa/types": "^1.3.6"
},
"devDependencies": {
"@types/node": "^18.7.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/@jxa/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.6](https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6) (2022-08-21)


### Bug Fixes

* **global-type:** fix TS2303: Circular definition of import alias ([#51](https://github.com/JXA-userland/JXA/issues/51)) ([dd5c5cf](https://github.com/JXA-userland/JXA/commit/dd5c5cf0033ee4486c4999d89a879324caba14ab))





## [1.3.5](https://github.com/JXA-userland/JXA/compare/v1.3.4...v1.3.5) (2022-04-18)

**Note:** Version bump only for package @jxa/repl
Expand Down
4 changes: 2 additions & 2 deletions packages/@jxa/repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jxa/repl",
"version": "1.3.5",
"version": "1.3.6",
"description": "REPL for JXA.",
"keywords": [
"cli",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tabWidth": 4
},
"dependencies": {
"@jxa/run": "^1.3.5"
"@jxa/run": "^1.3.6"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/@jxa/run/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.6](https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6) (2022-08-21)


### Bug Fixes

* **global-type:** fix TS2303: Circular definition of import alias ([#51](https://github.com/JXA-userland/JXA/issues/51)) ([dd5c5cf](https://github.com/JXA-userland/JXA/commit/dd5c5cf0033ee4486c4999d89a879324caba14ab))





## [1.3.5](https://github.com/JXA-userland/JXA/compare/v1.3.4...v1.3.5) (2022-04-18)

**Note:** Version bump only for package @jxa/run
Expand Down
4 changes: 2 additions & 2 deletions packages/@jxa/run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jxa/run",
"version": "1.3.5",
"version": "1.3.6",
"description": "Run JXA code and get result.",
"keywords": [
"applescript",
Expand Down Expand Up @@ -46,7 +46,7 @@
"macos-version": "^5.2.0"
},
"devDependencies": {
"@jxa/global-type": "^1.3.5",
"@jxa/global-type": "^1.3.6",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"cross-env": "^6.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/@jxa/sdef-to-dts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.6](https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6) (2022-08-21)


### Bug Fixes

* **global-type:** fix TS2303: Circular definition of import alias ([#51](https://github.com/JXA-userland/JXA/issues/51)) ([dd5c5cf](https://github.com/JXA-userland/JXA/commit/dd5c5cf0033ee4486c4999d89a879324caba14ab))





## [1.3.5](https://github.com/JXA-userland/JXA/compare/v1.3.4...v1.3.5) (2022-04-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/@jxa/sdef-to-dts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jxa/sdef-to-dts",
"version": "1.3.5",
"version": "1.3.6",
"description": "Scripting definition files (sdefs) to TypeScript (d.ts)",
"keywords": [
"applescript",
Expand Down
11 changes: 11 additions & 0 deletions packages/@jxa/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.6](https://github.com/JXA-userland/JXA/compare/v1.3.5...v1.3.6) (2022-08-21)


### Bug Fixes

* **global-type:** fix TS2303: Circular definition of import alias ([#51](https://github.com/JXA-userland/JXA/issues/51)) ([dd5c5cf](https://github.com/JXA-userland/JXA/commit/dd5c5cf0033ee4486c4999d89a879324caba14ab))





## [1.3.5](https://github.com/JXA-userland/JXA/compare/v1.3.4...v1.3.5) (2022-04-18)

**Note:** Version bump only for package @jxa/types
Expand Down
4 changes: 2 additions & 2 deletions packages/@jxa/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jxa/types",
"version": "1.3.5",
"version": "1.3.6",
"description": "TypeScript definition for JXA core.",
"keywords": [
"JXA",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tabWidth": 4
},
"devDependencies": {
"@jxa/sdef-to-dts": "^1.3.5",
"@jxa/sdef-to-dts": "^1.3.6",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.8",
"camelcase": "^5.0.0",
Expand Down

0 comments on commit a1c18be

Please sign in to comment.