diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a62a48c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# 1.0.0-alpha.2 (2023-01-19) + + + diff --git a/package.json b/package.json index 315cdb0..b7a6874 100644 --- a/package.json +++ b/package.json @@ -1,73 +1,73 @@ { - "name": "midi-kbd", - "version": "1.0.0-alpha.1", - "license": "MIT", - "author": "John Hooks (https://johnhooks.io/)", - "homepage": "https://github.com/johnhooks/midi-kbd#readme", - "repository": { - "type": "git", - "url": "https://github.com/johnhooks/midi-kbd.git" - }, - "bugs": "https://github.com/johnhooks/midi-kbd/issues", - "type": "module", - "sideEffects": false, - "exports": "./dist/index.js", - "source": "src/index.ts", - "types": "dist/index.d.ts", - "files": [ - "dist/" - ], - "scripts": { - "build": "./scripts/build-pkg.js", - "build:all": "yarn build && yarn build:docs", - "build:docs": "./scripts/build-docs.js", - "build:esm": "./scripts/esm.js", - "build:tsc": "tsc --build ./src", - "build:types": "./scripts/build-types.js", - "check": "tsc --build ./src && tsc --project ./tests", - "clean": "rimraf ./{dist,temp}", - "clean:all": "yarn clean && yarn clean:tsc", - "clean:tsc": "rimraf ./build", - "lint": "eslint --ext .js,.ts .", - "prepare": "husky install", - "release": "shipjs prepare", - "test": "vitest run", - "website:dev": "yarn --cwd website dev", - "website:build": "yarn --cwd website build", - "website:preview": "yarn --cwd website preview" - }, - "dependencies": { - "lit-html": "2.6.1", - "rxjs": "^7.8.0", - "webmidi": "3.0.25", - "xstate": "4.35.1" - }, - "devDependencies": { - "@microsoft/api-documenter": "7.19.27", - "@microsoft/api-extractor": "7.33.7", - "@testing-library/dom": "8.19.1", - "@testing-library/jest-dom": "5.16.5", - "@types/node": "18.11.11", - "@types/testing-library__jest-dom": "5.14.5", - "@types/webmidi": "2.0.6", - "@typescript-eslint/eslint-plugin": "5.46.1", - "@typescript-eslint/parser": "5.46.1", - "eslint": "8.29.0", - "eslint-config-prettier": "8.5.0", - "eslint-import-resolver-typescript": "3.5.2", - "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest-dom": "4.0.3", - "eslint-plugin-testing-library": "5.9.1", - "husky": "8.0.2", - "jsdom": "20.0.3", - "lint-staged": "13.1.0", - "prettier": "2.8.1", - "rimraf": "3.0.2", - "shipjs": "0.25.0", - "ts-node": "10.9.1", - "tslib": "2.4.1", - "typescript": "4.9.4", - "vite": "4.0.3", - "vitest": "0.25.8" - } + "name": "midi-kbd", + "version": "1.0.0-alpha.2", + "license": "MIT", + "author": "John Hooks (https://johnhooks.io/)", + "homepage": "https://github.com/johnhooks/midi-kbd#readme", + "repository": { + "type": "git", + "url": "https://github.com/johnhooks/midi-kbd.git" + }, + "bugs": "https://github.com/johnhooks/midi-kbd/issues", + "type": "module", + "sideEffects": false, + "exports": "./dist/index.js", + "source": "src/index.ts", + "types": "dist/index.d.ts", + "files": [ + "dist/" + ], + "scripts": { + "build": "./scripts/build-pkg.js", + "build:all": "yarn build && yarn build:docs", + "build:docs": "./scripts/build-docs.js", + "build:esm": "./scripts/esm.js", + "build:tsc": "tsc --build ./src", + "build:types": "./scripts/build-types.js", + "check": "tsc --build ./src && tsc --project ./tests", + "clean": "rimraf ./{dist,temp}", + "clean:all": "yarn clean && yarn clean:tsc", + "clean:tsc": "rimraf ./build", + "lint": "eslint --ext .js,.ts .", + "prepare": "husky install", + "release": "shipjs prepare", + "test": "vitest run", + "website:dev": "yarn --cwd website dev", + "website:build": "yarn --cwd website build", + "website:preview": "yarn --cwd website preview" + }, + "dependencies": { + "lit-html": "2.6.1", + "rxjs": "^7.8.0", + "webmidi": "3.0.25", + "xstate": "4.35.1" + }, + "devDependencies": { + "@microsoft/api-documenter": "7.19.27", + "@microsoft/api-extractor": "7.33.7", + "@testing-library/dom": "8.19.1", + "@testing-library/jest-dom": "5.16.5", + "@types/node": "18.11.11", + "@types/testing-library__jest-dom": "5.14.5", + "@types/webmidi": "2.0.6", + "@typescript-eslint/eslint-plugin": "5.46.1", + "@typescript-eslint/parser": "5.46.1", + "eslint": "8.29.0", + "eslint-config-prettier": "8.5.0", + "eslint-import-resolver-typescript": "3.5.2", + "eslint-plugin-import": "2.26.0", + "eslint-plugin-jest-dom": "4.0.3", + "eslint-plugin-testing-library": "5.9.1", + "husky": "8.0.2", + "jsdom": "20.0.3", + "lint-staged": "13.1.0", + "prettier": "2.8.1", + "rimraf": "3.0.2", + "shipjs": "0.25.0", + "ts-node": "10.9.1", + "tslib": "2.4.1", + "typescript": "4.9.4", + "vite": "4.0.3", + "vitest": "0.25.8" + } }