Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Loher <[email protected]>
  • Loading branch information
ghost91- committed Jan 10, 2025
1 parent 17eecda commit cd8cbda
Show file tree
Hide file tree
Showing 16 changed files with 61 additions and 25 deletions.
11 changes: 0 additions & 11 deletions .changeset/big-terms-repeat.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eop/client

## 1.1.2

### Patch Changes

- 17eecda: Update dependencies
- Updated dependencies [17eecda]
- @eop/cornucopia-cards@1.1.2
- @eop/shared@1.1.2

## 1.1.1

### Patch 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.1",
"version": "1.1.2",
"main": "src/client/index.tsx",
"scripts": {
"build": "tsc -b tsconfig.app.json && vite build",
Expand Down
8 changes: 8 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @eop/server

## 1.1.2

### Patch Changes

- 17eecda: Update dependencies
- Updated dependencies [17eecda]
- @eop/shared@1.1.2

## 1.1.1

### 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.1",
"version": "1.1.2",
"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
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/cornucopia-cards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eop/cornucopia-cards

## 1.1.2

### Patch Changes

- 17eecda: Update dependencies

## 1.1.1

## 1.1.0
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.1",
"version": "1.1.2",
"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
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eop/eslint-config

## 1.1.2

### Patch Changes

- 17eecda: Update dependencies

## 1.1.1

## 1.1.0
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.1",
"version": "1.1.2",
"exports": {
"./base": {
"default": "./base.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eop/prettier-config

## 1.1.2

### Patch Changes

- 17eecda: Update dependencies

## 1.1.1

## 1.1.0
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.1",
"version": "1.1.2",
"main": "prettier.config.mjs",
"scripts": {
"checkformat": "prettier . --check",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eop/shared

## 1.1.2

### Patch Changes

- 17eecda: Update dependencies

## 1.1.1

## 1.1.0
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.1",
"version": "1.1.2",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eop/typescript-config

## 1.1.2

### Patch Changes

- 17eecda: Update dependencies

## 1.1.1

## 1.1.0
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.1",
"version": "1.1.2",
"scripts": {
"checkformat": "prettier . --check",
"format": "prettier . --write"
Expand Down

0 comments on commit cd8cbda

Please sign in to comment.