Skip to content

Commit

Permalink
240112 fix port and build (#8)
Browse files Browse the repository at this point in the history
* change port

* update version of abjad-convert

* update version of abjad-client
  • Loading branch information
amerharb authored Jan 13, 2024
1 parent e90837d commit 7d136c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/abjad-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abjad-client",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.js",
"scripts": {
"prebuild": "rm -rf dist",
Expand All @@ -13,6 +13,6 @@
"lint:fix": "npx eslint . --fix"
},
"dependencies": {
"abjad-convert": "0.2.0-next.0"
"abjad-convert": "0.2.0"
}
}
4 changes: 4 additions & 0 deletions packages/abjad-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!-- https://keepachangelog.com/en/1.0.0/ -->

## [0.0.2] 2024-01-12
### Changed
- Port to 8080

## [0.0.1] 2024-01-06
### Added
- Setup NextJS
Expand Down
8 changes: 4 additions & 4 deletions packages/abjad-web/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "abjad-web",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next start -p 8080",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "jest"
Expand All @@ -14,10 +14,10 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/joy": "^5.0.0-beta.11",
"abjad-convert": "0.2.0",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"abjad-convert": "0.1.0"
"react-dom": "^18"
},
"devDependencies": {
"@types/react": "18.2.47"
Expand Down

0 comments on commit 7d136c5

Please sign in to comment.