Skip to content

Commit

Permalink
chore(release): 0.11.1
Browse files Browse the repository at this point in the history
## [0.11.1](v0.11.0...v0.11.1) (2024-12-18)

### Bug Fixes

* Test pnpm-lock overrides for ci ([b52f2e1](b52f2e1))
  • Loading branch information
semantic-release-bot committed Dec 18, 2024
1 parent b52f2e1 commit 668c63a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.11.1](https://github.com/lecca-digital/lecca-io/compare/v0.11.0...v0.11.1) (2024-12-18)


### Bug Fixes

* Test pnpm-lock overrides for ci ([b52f2e1](https://github.com/lecca-digital/lecca-io/commit/b52f2e195d8ac17a037277057b46ed7c12b644b8))

# [0.11.0](https://github.com/lecca-digital/lecca-io/compare/v0.10.0...v0.11.0) (2024-12-18)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lecca-io",
"version": "0.10.0",
"version": "0.11.1",
"license": "Apache-2.0 with Commons Clause",
"repository": {
"type": "git",
Expand Down Expand Up @@ -236,8 +236,8 @@
},
"pnpm": {
"overrides": {
"@lecca-io/toolkit": "0.10.0",
"@lecca-io/apps": "0.10.0"
"@lecca-io/toolkit": "0.11.1",
"@lecca-io/apps": "0.11.1"
}
},
"prisma": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lecca-io/apps",
"version": "0.11.0",
"version": "0.11.1",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lecca-io/toolkit",
"version": "0.11.0",
"version": "0.11.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 668c63a

Please sign in to comment.