Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.1.15 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb authored Oct 14, 2024
1 parent beb8c8d commit c418c32
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 32 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- @format -->

# Maintaining CodePair

## Releasing a New Version
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codepair/frontend",
"version": "0.1.14",
"version": "0.1.15",
"description": "CodePair Frontend",
"type": "module",
"author": "yorkie-team",
Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}
"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": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}

0 comments on commit c418c32

Please sign in to comment.