Skip to content

Commit

Permalink
Merge pull request #319 from unoplat/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
JayGhiya authored Feb 2, 2025
2 parents 31154b7 + 5d76d93 commit c059ad6
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/configuration/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"unoplat-code-confluence-commons": "0.10.0",
"code-confluence": "0.7.0",
"unoplat-code-confluence-ingestion/code-confluence-flow-bridge": "0.4.0"
"code-confluence": "0.8.0",
"unoplat-code-confluence-ingestion/code-confluence-flow-bridge": "0.5.0"
}
7 changes: 7 additions & 0 deletions code-confluence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.0](https://github.com/unoplat/unoplat-code-confluence/compare/code-confluence-docs-v0.7.0...code-confluence-docs-v0.8.0) (2025-02-02)


### Features

* improved contact us responsiveness and basic layout ([5337d51](https://github.com/unoplat/unoplat-code-confluence/commit/5337d51bdbb51a34c2d4218498fb4bcf3e2055f8))

## [0.7.0](https://github.com/unoplat/unoplat-code-confluence/compare/code-confluence-docs-v0.6.1...code-confluence-docs-v0.7.0) (2025-01-30)


Expand Down
4 changes: 2 additions & 2 deletions code-confluence/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions code-confluence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-confluence-docs",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -13,7 +13,6 @@
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
},

"dependencies": {
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.0](https://github.com/unoplat/unoplat-code-confluence/compare/code-confluence-flow-bridge-v0.4.0...code-confluence-flow-bridge-v0.5.0) (2025-02-02)


### Features

* enhance codebase processing with linting, archguard analysis, and package parsing ([0310a37](https://github.com/unoplat/unoplat-code-confluence/commit/0310a37518d29a5e9be5b91e62163071c08911e2))
* improved contact us responsiveness and basic layout ([5337d51](https://github.com/unoplat/unoplat-code-confluence/commit/5337d51bdbb51a34c2d4218498fb4bcf3e2055f8))

## [0.4.0](https://github.com/unoplat/unoplat-code-confluence/compare/code-confluence-flow-bridge-v0.3.0...code-confluence-flow-bridge-v0.4.0) (2025-01-23)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "code-confluence-flow-bridge"
version = "0.4.0"
version = "0.5.0"
description = "Bridge between Code Confluence User and Ingestion Workflow"
readme = "README.md"
requires-python = ">=3.11"
Expand Down

0 comments on commit c059ad6

Please sign in to comment.