Skip to content

Commit

Permalink
Merge pull request #1607 from notaphplover/changeset-release/master
Browse files Browse the repository at this point in the history
[Changesets] Bump package versions
  • Loading branch information
notaphplover authored Sep 1, 2024
2 parents 4a66229 + 8e5f567 commit d65c370
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-lizards-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-tigers-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-dolphins-relate.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cornie-js/backend-game-adapter-typeorm

## 0.3.1

### Patch Changes

- 7c53e6e: Fix builder to properly set isPublic filter

## 0.3.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"test:uncommitted": "pnpm run test --changedSince=HEAD",
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"version": "0.3.0"
"version": "0.3.1"
}
7 changes: 7 additions & 0 deletions packages/backend/services/backend-consumer-game/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cornie-js/backend-consumer-game

## 0.3.2

### Patch Changes

- Updated dependencies [7c53e6e]
- @cornie-js/backend-game-adapter-typeorm@0.3.1

## 0.3.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@
"test:uncommitted": "pnpm run test --changedSince=HEAD",
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"version": "0.3.1"
"version": "0.3.2"
}
7 changes: 7 additions & 0 deletions packages/backend/services/backend-service-game/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cornie-js/backend-service-game

## 0.4.1

### Patch Changes

- Updated dependencies [7c53e6e]
- @cornie-js/backend-game-adapter-typeorm@0.3.1

## 0.4.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
"test:uncommitted": "pnpm run test --changedSince=HEAD",
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"version": "0.4.0"
"version": "0.4.1"
}
7 changes: 7 additions & 0 deletions packages/backend/tools/backend-test-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cornie-js/backend-test-e2e

## 0.1.3

### Patch Changes

- Updated dependencies [7c53e6e]
- @cornie-js/backend-game-adapter-typeorm@0.3.1

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/tools/backend-test-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"test:e2e": "cucumber-js --config=config/cucumber.ts.config.mjs --profile=serial",
"test:e2e:js": "cucumber-js --config=config/cucumber.js.config.mjs --profile=serial"
},
"version": "0.1.2"
"version": "0.1.3"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cornie-js/frontend-api-rtk-query

## 0.2.0

### Minor Changes

- 2890713: Added getGamesV1
- 7830d5b: Added getGamesSpecsV1 query

## 0.1.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
"test:uncommitted": "pnpm run test --changedSince=HEAD",
"test:unit:js": "pnpm run test:js --selectProjects Unit"
},
"version": "0.1.2"
"version": "0.2.0"
}
8 changes: 8 additions & 0 deletions packages/frontend/web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cornie-js/web-ui

## 0.0.3

### Patch Changes

- Updated dependencies [2890713]
- Updated dependencies [7830d5b]
- @cornie-js/frontend-api-rtk-query@0.2.0

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cornie-js/web-ui",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit d65c370

Please sign in to comment.