Skip to content

Commit

Permalink
Client Release 1.0.0-next.18
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbours committed May 10, 2024
1 parent 78306f4 commit 419698d
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .changeset/pink-socks-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@benjaminbours/composite-api-client": patch
"@benjaminbours/composite-core": patch
"composite-front": patch
"composite-back": patch
---

Fix graphic bugs
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"loud-experts-float",
"nervous-apes-explain",
"olive-sheep-eat",
"pink-socks-hang",
"polite-melons-type",
"poor-cherries-burn",
"six-files-boil",
Expand Down
8 changes: 8 additions & 0 deletions back/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# composite-back

## 1.0.0-next.16

### Patch Changes

- Fix graphic bugs
- Updated dependencies
- @benjaminbours/composite-core@1.0.0-next.16

## 1.0.0-next.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions back/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "composite-back",
"version": "1.0.0-next.15",
"version": "1.0.0-next.16",
"description": "",
"author": "",
"private": true,
Expand All @@ -25,7 +25,7 @@
"prisma:migrate:deploy": "prisma migrate deploy"
},
"dependencies": {
"@benjaminbours/composite-core": "^1.0.0-next.15",
"@benjaminbours/composite-core": "^1.0.0-next.16",
"@injectit/threejs-nodejs-exporters": "^0.0.2",
"@nestjs/cache-manager": "^2.2.1",
"@nestjs/common": "^10.3.3",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- /home/bbo/composite/api-uploads:/app/uploads

front:
image: boursbenjamin/composite-front:1.0.0-next.17
image: boursbenjamin/composite-front:1.0.0-next.18
depends_on:
- db
env_file:
Expand Down
9 changes: 9 additions & 0 deletions front/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# composite-front

## 1.0.0-next.18

### Patch Changes

- Fix graphic bugs
- Updated dependencies
- @benjaminbours/composite-api-client@1.0.0-next.16
- @benjaminbours/composite-core@1.0.0-next.16

## 1.0.0-next.17

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions front/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "composite-front",
"description": "",
"version": "1.0.0-next.17",
"version": "1.0.0-next.18",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -16,8 +16,8 @@
"author": "Benjamin Bours",
"license": "ISC",
"dependencies": {
"@benjaminbours/composite-api-client": "^1.0.0-next.15",
"@benjaminbours/composite-core": "^1.0.0-next.15",
"@benjaminbours/composite-api-client": "^1.0.0-next.16",
"@benjaminbours/composite-core": "^1.0.0-next.16",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @benjaminbours/composite-api-client

## 1.0.0-next.16

### Patch Changes

- Fix graphic bugs

## 1.0.0-next.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benjaminbours/composite-api-client",
"version": "1.0.0-next.15",
"version": "1.0.0-next.16",
"description": "Generated from openApi cli using open api specification",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# composite-core

## 1.0.0-next.16

### Patch Changes

- Fix graphic bugs

## 1.0.0-next.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benjaminbours/composite-core",
"version": "1.0.0-next.15",
"version": "1.0.0-next.16",
"description": "What is shared between front and back",
"type": "module",
"main": "cjs/index.js",
Expand Down

0 comments on commit 419698d

Please sign in to comment.