diff --git a/CHANGELOG.md b/CHANGELOG.md index b829f2d3..76913f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and CodePair adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [0.1.15] - 2024-10-14 + +### Added + +- Introduce mono repo by @choidabom in https://github.com/yorkie-team/codepair/pull/361 + +### Changed + +- Add bottom padding to MarkdownPreview by @blurfx in https://github.com/yorkie-team/codepair/pull/363 +- Bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.8 by @dependabot in https://github.com/yorkie-team/codepair/pull/364 + ## [0.1.14] - 2024-09-28 ### Fixed diff --git a/MAINTAINING.md b/MAINTAINING.md index 606eb88b..f75981dd 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -1,5 +1,3 @@ - - # Maintaining CodePair ## Releasing a New Version diff --git a/backend/package.json b/backend/package.json index 57ba9b3e..17ed4360 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/backend", - "version": "0.1.14", + "version": "0.1.15", "description": "CodePair Backend", "author": "yorkie-team", "license": "Apache-2.0", diff --git a/frontend/package.json b/frontend/package.json index 07aaf174..eb957593 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@codepair/frontend", - "version": "0.1.14", + "version": "0.1.15", "description": "CodePair Frontend", "type": "module", "author": "yorkie-team", diff --git a/package.json b/package.json index cfd12bb9..ffbc64d4 100644 --- a/package.json +++ b/package.json @@ -1,29 +1,29 @@ { - "name": "codepair", - "version": "0.1.14", - "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", - "keywords": [], - "author": "yorkie-team", - "license": "Apache-2.0", - "scripts": { - "prepare": "husky install", - "preinstall": "npx only-allow pnpm", - "frontend": "pnpm --filter=frontend", - "backend": "pnpm --filter=backend", - "lint": "pnpm run --parallel lint", - "lint:check": "pnpm run --parallel lint:check", - "format": "pnpm run --parallel format", - "format:check": "pnpm run --parallel format:check" - }, - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^8.7.0", - "@typescript-eslint/parser": "^8.7.0", - "eslint": "^9.11.1", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.0.0", - "husky": "^9.1.4", - "prettier": "^3.3.3", - "typescript": "^5.3.3" - }, - "packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" -} \ No newline at end of file + "name": "codepair", + "version": "0.1.15", + "description": "Build your own AI-powered collaborative markdown editor in just 5 minutes", + "keywords": [], + "author": "yorkie-team", + "license": "Apache-2.0", + "scripts": { + "prepare": "husky install", + "preinstall": "npx only-allow pnpm", + "frontend": "pnpm --filter=frontend", + "backend": "pnpm --filter=backend", + "lint": "pnpm run --parallel lint", + "lint:check": "pnpm run --parallel lint:check", + "format": "pnpm run --parallel format", + "format:check": "pnpm run --parallel format:check" + }, + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^8.7.0", + "@typescript-eslint/parser": "^8.7.0", + "eslint": "^9.11.1", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-prettier": "^5.0.0", + "husky": "^9.1.4", + "prettier": "^3.3.3", + "typescript": "^5.3.3" + }, + "packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" +}