Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Oct 8, 2020
1 parent 195b814 commit ef2c953
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 11 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.4](https://github.com/JXA-userland/JXA/compare/v1.3.3...v1.3.4) (2020-10-08)


### Bug Fixes

* **types:** fix Finder item url definition ([#29](https://github.com/JXA-userland/JXA/issues/29)) ([f2ac980](https://github.com/JXA-userland/JXA/commit/f2ac980806ebd3c2e01a8ee7eca778eb8725e8c0))





## [1.3.3](https://github.com/JXA-userland/JXA/compare/v1.3.2...v1.3.3) (2020-08-24)

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

## [1.3.4](https://github.com/JXA-userland/JXA/compare/v1.3.3...v1.3.4) (2020-10-08)

**Note:** Version bump only for package example





## [1.3.3](https://github.com/JXA-userland/JXA/compare/v1.3.2...v1.3.3) (2020-08-24)

**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.3",
"version": "1.3.4",
"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.1",
"@jxa/run": "^1.3.3"
"@jxa/global-type": "^1.3.4",
"@jxa/run": "^1.3.4"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.3"
"version": "1.3.4"
}
8 changes: 8 additions & 0 deletions packages/@jxa/global-type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.4](https://github.com/JXA-userland/JXA/compare/v1.3.3...v1.3.4) (2020-10-08)

**Note:** Version bump only for package @jxa/global-type





## [1.3.1](https://github.com/JXA-userland/JXA/compare/v1.3.0...v1.3.1) (2019-10-29)

**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.1",
"version": "1.3.4",
"description": "JXA typing for global",
"keywords": [
"JXA",
Expand Down Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"dependencies": {
"@jxa/types": "^1.3.1"
"@jxa/types": "^1.3.4"
},
"devDependencies": {
"@types/node": "^12.11.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/@jxa/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.4](https://github.com/JXA-userland/JXA/compare/v1.3.3...v1.3.4) (2020-10-08)

**Note:** Version bump only for package @jxa/repl





## [1.3.3](https://github.com/JXA-userland/JXA/compare/v1.3.2...v1.3.3) (2020-08-24)

**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.3",
"version": "1.3.4",
"description": "REPL for JXA.",
"keywords": [
"cli",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tabWidth": 4
},
"dependencies": {
"@jxa/run": "^1.3.3"
"@jxa/run": "^1.3.4"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/@jxa/run/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.4](https://github.com/JXA-userland/JXA/compare/v1.3.3...v1.3.4) (2020-10-08)

**Note:** Version bump only for package @jxa/run





## [1.3.3](https://github.com/JXA-userland/JXA/compare/v1.3.2...v1.3.3) (2020-08-24)

**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.3",
"version": "1.3.4",
"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.1",
"@jxa/global-type": "^1.3.4",
"@types/mocha": "^5.2.7",
"@types/node": "^12.11.7",
"cross-env": "^6.0.3",
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.4](https://github.com/JXA-userland/JXA/compare/v1.3.3...v1.3.4) (2020-10-08)


### Bug Fixes

* **types:** fix Finder item url definition ([#29](https://github.com/JXA-userland/JXA/issues/29)) ([f2ac980](https://github.com/JXA-userland/JXA/commit/f2ac980806ebd3c2e01a8ee7eca778eb8725e8c0))





## [1.3.1](https://github.com/JXA-userland/JXA/compare/v1.3.0...v1.3.1) (2019-10-29)

**Note:** Version bump only for package @jxa/types
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "1.3.4",
"description": "TypeScript definition for JXA core.",
"keywords": [
"JXA",
Expand Down

0 comments on commit ef2c953

Please sign in to comment.