Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks authored Jan 19, 2023
1 parent 5e3322d commit 2ac5e8c
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 71 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 1.0.0-alpha.2 (2023-01-19)



142 changes: 71 additions & 71 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
{
"name": "midi-kbd",
"version": "1.0.0-alpha.1",
"license": "MIT",
"author": "John Hooks <[email protected]> (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 <[email protected]> (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"
}
}

0 comments on commit 2ac5e8c

Please sign in to comment.