Skip to content

Commit

Permalink
Merge pull request #127 from TNG/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
ChristophNiehoff committed Aug 27, 2024
2 parents 19b5818 + e270e36 commit fe595eb
Show file tree
Hide file tree
Showing 24 changed files with 100 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-owls-jam.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nervous-cows-shave.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/real-teachers-argue.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ and follow the instructions to add a new changeset for the relevant packages.
A release can then be performed by running

```bash
npx changeset version
npx changeset version && npm install
```

and committing and pushing the changes.
Expand Down
25 changes: 25 additions & 0 deletions apps/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# @eop/client

## 1.0.0

### Major Changes

- 9c51094: Replace CRA with Vite

BREAKING CHANGE:

- Environment variables now need to be prefixed with `VITE_` instead of `REACT_APP_`

- 8b5f27f: Separate package into subpackages and add support for Node.js 18, 20 and 22.

Support for Node.js 16 has been dropped.

### Minor Changes

- cf35b82: Update React to v18 and also update related libraries

### Patch Changes

- Updated dependencies [8b5f27f]
- @eop/cornucopia-cards@1.0.0
- @eop/shared@1.0.0
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": "0.24.0",
"version": "1.0.0",
"main": "src/client/index.tsx",
"scripts": {
"build": "tsc -b tsconfig.app.json && vite build",
Expand Down
File renamed without changes.
14 changes: 14 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @eop/server

## 1.0.0

### Major Changes

- 8b5f27f: Separate package into subpackages and add support for Node.js 18, 20 and 22.

Support for Node.js 16 has been dropped.

### Patch Changes

- Updated dependencies [8b5f27f]
- @eop/shared@1.0.0
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": "0.24.0",
"version": "1.0.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.

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

## 1.0.0

### Major Changes

- 8b5f27f: Separate package into subpackages and add support for Node.js 18, 20 and 22.

Support for Node.js 16 has been dropped.
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": "0.24.0",
"version": "1.0.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
9 changes: 9 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @eop/eslint-config

## 1.0.0

### Major Changes

- 8b5f27f: Separate package into subpackages and add support for Node.js 18, 20 and 22.

Support for Node.js 16 has been dropped.
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": "0.24.0",
"version": "1.0.0",
"exports": {
"./base": {
"default": "./base.js"
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @eop/prettier-config

## 1.0.0

### Major Changes

- 8b5f27f: Separate package into subpackages and add support for Node.js 18, 20 and 22.

Support for Node.js 16 has been dropped.
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@eop/prettier-config",
"type": "module",
"version": "0.24.0",
"main": "prettier.config.js",
"version": "1.0.0",
"main": "prettier.config.mjs",
"scripts": {
"checkformat": "prettier . --check",
"format": "prettier . --write"
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @eop/shared

## 1.0.0

### Major Changes

- 8b5f27f: Separate package into subpackages and add support for Node.js 18, 20 and 22.

Support for Node.js 16 has been dropped.
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": "0.24.0",
"version": "1.0.0",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @eop/typescript-config

## 1.0.0

### Major Changes

- 8b5f27f: Separate package into subpackages and add support for Node.js 18, 20 and 22.

Support for Node.js 16 has been dropped.
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": "0.24.0",
"version": "1.0.0",
"scripts": {
"checkformat": "prettier . --check",
"format": "prettier . --write"
Expand Down

0 comments on commit fe595eb

Please sign in to comment.