Skip to content

Commit f3f8b6e

Browse files
committed
v0.21.1
1 parent 35466c7 commit f3f8b6e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas/cli",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "CLI containing utilities and simple script runner",
55
"exports": {
66
".": {
@@ -24,7 +24,7 @@
2424
],
2525
"license": "MIT",
2626
"dependencies": {
27-
"@compas/stdlib": "0.21.0",
27+
"@compas/stdlib": "0.21.1",
2828
"c8": "11.0.0",
2929
"chokidar": "3.6.0",
3030
"recast": "0.23.11",

packages/code-gen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas/code-gen",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "Generate various boring parts of your server",
55
"exports": {
66
".": {
@@ -19,7 +19,7 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22-
"@compas/stdlib": "0.21.0"
22+
"@compas/stdlib": "0.21.1"
2323
},
2424
"author": {
2525
"name": "Dirk de Visser",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas/server",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "Koa server and common middleware",
55
"exports": {
66
".": {
@@ -19,7 +19,7 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22-
"@compas/stdlib": "0.21.0",
22+
"@compas/stdlib": "0.21.1",
2323
"@types/formidable": "2.0.6",
2424
"@types/koa": "3.0.2",
2525
"co-body": "6.2.0",

packages/stdlib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas/stdlib",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "All kinds of utility functions",
55
"exports": {
66
".": {

packages/store/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compas/store",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "Postgres & S3-compatible wrappers for common things",
55
"exports": {
66
".": {
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@aws-sdk/client-s3": "3.1014.0",
2222
"@aws-sdk/lib-storage": "3.1014.0",
23-
"@compas/stdlib": "0.21.0",
23+
"@compas/stdlib": "0.21.1",
2424
"crc": "4.3.2",
2525
"cron-parser": "^4.9.0",
2626
"file-type": "21.3.4",

0 commit comments

Comments
 (0)