Skip to content

Commit

Permalink
Merge pull request #157 from TNG/bufix/eomlsec-layout
Browse files Browse the repository at this point in the history
Bufix/eomlsec layout
  • Loading branch information
ghost91- authored Dec 12, 2024
2 parents 26dc843 + ca2a570 commit 1f1d5c4
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 8 deletions.
8 changes: 8 additions & 0 deletions apps/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @eop/client

## 1.1.1

### Patch Changes

- 320af5a: Fix positioning of threat bar relativ to played card
- @eop/cornucopia-cards@1.1.1
- @eop/shared@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eop/client",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"main": "src/client/index.tsx",
"scripts": {
"build": "tsc -b tsconfig.app.json && vite build",
Expand Down
2 changes: 1 addition & 1 deletion apps/client/src/components/threatbar/threatbar.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.threat-bar {
position: fixed;
right: 330px;
right: 400px;
max-height: calc(100% - 250px - 3rem);
width: 500px;
overflow-y: auto;
Expand Down
6 changes: 6 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eop/server

## 1.1.1

### Patch Changes

- @eop/shared@1.1.1

## 1.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eop/server",
"type": "commonjs",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"build": "rimraf dist *.tsbuildinfo && tsc --build tsconfig.app.json",
"dev": "cross-env TS_NODE_PROJECT=./tsconfig.app.json node --inspect --watch --unhandled-rejections=warn -r ts-node/register src/main.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/cornucopia-cards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @eop/cornucopia-cards

## 1.1.1

## 1.1.0

## 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/cornucopia-cards/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eop/cornucopia-cards",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"description": "a version of the playing cards OWASP Cornucopia adapted for this game",
"author": "TNG Technology Consulting",
"license": "CC-BY-SA-3.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @eop/eslint-config

## 1.1.1

## 1.1.0

## 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eop/eslint-config",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"exports": {
"./base": {
"default": "./base.js"
Expand Down
2 changes: 2 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @eop/prettier-config

## 1.1.1

## 1.1.0

## 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eop/prettier-config",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"main": "prettier.config.mjs",
"scripts": {
"checkformat": "prettier . --check",
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @eop/shared

## 1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eop/shared",
"type": "commonjs",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
Expand Down
2 changes: 2 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @eop/typescript-config

## 1.1.1

## 1.1.0

## 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eop/typescript-config",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"checkformat": "prettier . --check",
"format": "prettier . --write"
Expand Down

0 comments on commit 1f1d5c4

Please sign in to comment.