Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-beta.1 (2023-01-23)

### Features

* add interfaces for shopping process entities ([8b8f60b](8b8f60b))
* add interfaces for shopping process events ([afd4edf](afd4edf))
* add interfaces for shopping process services ([94b5a26](94b5a26))
* add valueobjects interfaces for shopping process ([8e4c601](8e4c601))
  • Loading branch information
cake-lier committed Jan 23, 2023
1 parent 17dbf86 commit a48275a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.0.0-beta.1 (2023-01-23)


### Features

* add interfaces for shopping process entities ([8b8f60b](https://github.com/pervasive-cats/toys-store-shopping/commit/8b8f60b9e2e94b2d06f02d1993255743074fe264))
* add interfaces for shopping process events ([afd4edf](https://github.com/pervasive-cats/toys-store-shopping/commit/afd4edf50d2654a55a7c2d90a94c758e021add90))
* add interfaces for shopping process services ([94b5a26](https://github.com/pervasive-cats/toys-store-shopping/commit/94b5a26371f6692b6fcf4aaa219c3d39cd66443e))
* add valueobjects interfaces for shopping process ([8e4c601](https://github.com/pervasive-cats/toys-store-shopping/commit/8e4c601bd1d0e380679653c8480af16fd3bb7fbe))
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val root = project
refined
),
wartremoverErrors ++= Warts.allBut(Wart.ImplicitParameter),
version := "0.0.0",
version := "1.0.0-beta.1",
coverageEnabled := true,
coverageMinimumStmtTotal := 80,
coverageMinimumBranchTotal := 80,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toys-store-shopping",
"version": "0.0.0",
"version": "1.0.0-beta.1",
"description": "",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=pervasive-cats_toys-store-shopping
sonar.organization=pervasive-cats
sonar.projectName=toys-store-shopping
sonar.projectVersion=0.0.0
sonar.projectVersion=1.0.0-beta.1
sonar.scala.version=3.2
sonar.scala.coverage.reportPaths=target/scala-3.2.1/scoverage-report/scoverage.xml
sonar.sources=src/main/scala
Expand Down

0 comments on commit a48275a

Please sign in to comment.