Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophNiehoff committed Nov 18, 2024
1 parent de9b4e1 commit b9b28fd
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 14 deletions.
12 changes: 12 additions & 0 deletions apps/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @eop/client

## 1.1.0

### Minor Changes

- Draw a random card.

### Patch Changes

- Updated dependencies
- @eop/shared@1.1.0
- @eop/cornucopia-cards@1.1.0

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

## 1.1.0

### Patch Changes

- Updated dependencies
- @eop/shared@1.1.0

## 1.0.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.0.1",
"version": "1.1.0",
"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.

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.0

## 1.0.1

## 1.0.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.0.1",
"version": "1.1.0",
"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.0

## 1.0.1

## 1.0.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.0.1",
"version": "1.1.0",
"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.0

## 1.0.1

## 1.0.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.0.1",
"version": "1.1.0",
"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.0

### Minor Changes

- Draw a random card.

## 1.0.1

## 1.0.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.0.1",
"version": "1.1.0",
"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.0

## 1.0.1

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

0 comments on commit b9b28fd

Please sign in to comment.