Skip to content

Commit

Permalink
chore: apply version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobpesch committed Sep 14, 2023
1 parent 9b63445 commit 1db76e7
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 8 deletions.
12 changes: 12 additions & 0 deletions apps/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# server

## 0.2.1

### Patch Changes

- Handle possibly undefined environment variable
- Updated dependencies
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"author": "",
"private": true,
Expand Down
13 changes: 13 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# web

## 0.2.1

### Patch Changes

- Handle possibly undefined environment variable
- Updated dependencies
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"type": "commonjs",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/coordinate-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# coordinate-utils

## 0.2.1

### Patch Changes

- Handle possibly undefined environment variable
- Updated dependencies
- [email protected]
- [email protected]
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/coordinate-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coordinate-utils",
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/index.js",
"types": "./dist/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# database

## 0.2.1

### Patch Changes

- Handle possibly undefined environment variable
- Updated dependencies
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "database",
"main": "./dist/index.js",
"version": "0.2.0",
"version": "0.2.1",
"types": "./dist/index.js",
"scripts": {
"build": "tsc --build",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-custom

## 0.2.1

### Patch Changes

- Handle possibly undefined environment variable

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/game-logic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# game-logic

## 0.2.1

### Patch Changes

- Handle possibly undefined environment variable
- Updated dependencies
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/game-logic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "game-logic",
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/index.js",
"types": "./dist/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tsconfig

## 0.2.1

### Patch Changes

- Handle possibly undefined environment variable

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# types

## 0.2.1

### Patch Changes

- Handle possibly undefined environment variable
- Updated dependencies
- [email protected]
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "types",
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/index.js",
"types": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1db76e7

Please sign in to comment.