Skip to content

Commit b308931

Browse files
authored
Merge pull request #1 from Kritt-ai/release-please--branches--main--components--open-kritt
chore(main): release 1.1.0
2 parents 7015525 + 6f75085 commit b308931

6 files changed

Lines changed: 14 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/Kritt-ai/open-kritt/compare/v1.0.0...v1.1.0) (2026-07-20)
4+
5+
6+
### Features
7+
8+
* changed resource_exhaustion to _chip_resource_exhaustion ([7015525](https://github.com/Kritt-ai/open-kritt/commit/7015525aa6832bc660c050017e3750aa068c11b3))
9+
* changed resource_exhaustion to _chip_resource_exhaustion ([be89c98](https://github.com/Kritt-ai/open-kritt/commit/be89c9883d827191e70710f0de897e30e5722140))
10+
* first open-source commit ([f0c939d](https://github.com/Kritt-ai/open-kritt/commit/f0c939de7e83a22a4606431c702eb9be75491694))
11+
312
## [1.0.0](https://github.com/Kritt-ai/open-kritt/compare/v0.4.8...v1.0.0) (2026-07-15)
413

514

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0 # x-release-please-version
1+
1.1.0 # x-release-please-version

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-kritt-backend",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Open-kritt API — Express + Prisma backend serving the workflow/scan UI.",
55
"license": "AGPL-3.0-only",
66
"type": "module",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ["__version__"]
22

3-
__version__ = "1.0.0" # x-release-please-version
3+
__version__ = "1.1.0" # x-release-please-version

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-kritt-frontend",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"license": "AGPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)