Skip to content

Commit 43151c0

Browse files
chore(release): v0.26.0
1 parent ff4d6a6 commit 43151c0

86 files changed

Lines changed: 101 additions & 101 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meith/cli",
3-
"version": "0.25.1",
3+
"version": "0.26.0",
44
"description": "The operator CLI: migrations, backup and restore, imports, users and settings — and the community bin that runs it against an external board workspace.",
55
"license": "MIT",
66
"repository": {

apps/cli/src/upgrade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { type PluginDefinition, pluginNavigationPlacements } from '@meith/plugin
1111
import { runPluginLifecycle } from '@meith/runtime'
1212
import { type PluginUpgrade, planUpgrade, upgradeNotice } from '@meith/upgrade'
1313

14-
export const CODE_VERSION = '0.25.1'
14+
export const CODE_VERSION = '0.26.0'
1515

1616
export function pluginUpgrades(plugins: readonly PluginDefinition[]): readonly PluginUpgrade[] {
1717
return plugins.map((plugin) => ({

apps/community/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meith/web",
3-
"version": "0.25.1",
3+
"version": "0.26.0",
44
"description": "The board itself: the Next.js app, and the forum-web bin that materializes it into an external board workspace.",
55
"license": "MIT",
66
"repository": {

apps/community/src/server/upgrade-notice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { planUpgrade, type UpgradeState, upgradeNotice } from '@meith/upgrade'
66

77
import { activeDefinitions } from './plugin-host'
88

9-
export const CODE_VERSION = '0.25.1'
9+
export const CODE_VERSION = '0.26.0'
1010

1111
export async function pendingUpgradeNotice(): Promise<string | null> {
1212
if (env.DATA_SOURCE !== 'postgres') return null

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meith/site",
3-
"version": "0.25.1",
3+
"version": "0.26.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --port 3100",

apps/web/public/create-board.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ cat > "$BOARD_NAME/package.json" <<'MEITH_SCAFFOLD_EOF'
3535
"community": "community"
3636
},
3737
"dependencies": {
38-
"@meith/web": "0.25.1",
39-
"@meith/cli": "0.25.1",
40-
"@meith/theme-default": "0.25.1",
38+
"@meith/web": "0.26.0",
39+
"@meith/cli": "0.26.0",
40+
"@meith/theme-default": "0.26.0",
4141
"next": "16.3.1"
4242
},
4343
"engines": {

apps/web/public/marketplace/v1.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"screenshots": [
1111
"/marketplace/screenshots/calendar-light.png"
1212
],
13-
"version": "0.25.1",
13+
"version": "0.26.0",
1414
"apiVersion": 0,
1515
"meith": ">=0.16 <1",
1616
"repository": "https://github.com/meith-dev/meith",
@@ -25,7 +25,7 @@
2525
"screenshots": [
2626
"/marketplace/screenshots/clubhouse-light.png"
2727
],
28-
"version": "0.25.1",
28+
"version": "0.26.0",
2929
"apiVersion": 0,
3030
"meith": ">=0.16 <1",
3131
"repository": "https://github.com/meith-dev/meith",
@@ -40,7 +40,7 @@
4040
"screenshots": [
4141
"/marketplace/screenshots/default-light.png"
4242
],
43-
"version": "0.25.1",
43+
"version": "0.26.0",
4444
"apiVersion": 0,
4545
"meith": ">=0.16 <1",
4646
"repository": "https://github.com/meith-dev/meith",
@@ -55,7 +55,7 @@
5555
"screenshots": [
5656
"/marketplace/screenshots/dues-light.png"
5757
],
58-
"version": "0.25.1",
58+
"version": "0.26.0",
5959
"apiVersion": 0,
6060
"meith": ">=0.16 <1",
6161
"repository": "https://github.com/meith-dev/meith",
@@ -70,7 +70,7 @@
7070
"screenshots": [
7171
"/marketplace/screenshots/midnight-light.png"
7272
],
73-
"version": "0.25.1",
73+
"version": "0.26.0",
7474
"apiVersion": 0,
7575
"meith": ">=0.16 <1",
7676
"repository": "https://github.com/meith-dev/meith",
@@ -85,7 +85,7 @@
8585
"screenshots": [
8686
"/marketplace/screenshots/phasebook-light.png"
8787
],
88-
"version": "0.25.1",
88+
"version": "0.26.0",
8989
"apiVersion": 0,
9090
"meith": ">=0.16 <1",
9191
"repository": "https://github.com/meith-dev/meith",
@@ -100,7 +100,7 @@
100100
"screenshots": [
101101
"/marketplace/screenshots/raidframe-light.png"
102102
],
103-
"version": "0.25.1",
103+
"version": "0.26.0",
104104
"apiVersion": 0,
105105
"meith": ">=0.16 <1",
106106
"repository": "https://github.com/meith-dev/meith",
@@ -115,7 +115,7 @@
115115
"screenshots": [
116116
"/marketplace/screenshots/webhooks-light.png"
117117
],
118-
"version": "0.25.1",
118+
"version": "0.26.0",
119119
"apiVersion": 0,
120120
"meith": ">=0.16 <1",
121121
"repository": "https://github.com/meith-dev/meith",

apps/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meith/worker",
3-
"version": "0.25.1",
3+
"version": "0.26.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

boards/stock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meith/board-stock",
3-
"version": "0.25.1",
3+
"version": "0.26.0",
44
"description": "The stock board: a create-meith-shaped workspace consuming @meith/web and @meith/cli, built by docker/Dockerfile into the official image. Not published.",
55
"license": "MIT",
66
"repository": {

docker/compose.coolify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ services:
7171
# applied before the first request rather than racing it — and an upgrade that
7272
# fails to migrate never serves the new code at all.
7373
migrate:
74-
image: ${MEITH_IMAGE:-ghcr.io/meith-dev/meith:0.25.1}
74+
image: ${MEITH_IMAGE:-ghcr.io/meith-dev/meith:0.26.0}
7575
environment:
7676
COMMUNITY_ROLE: migrate
7777
DATABASE_URL: postgres://community:$SERVICE_PASSWORD_POSTGRES@postgres:5432/community
@@ -96,7 +96,7 @@ services:
9696
# worker whether its process is alive. A single web-shaped check declared per
9797
# service is how every worker container ended up permanently unhealthy.
9898
web:
99-
image: ${MEITH_IMAGE:-ghcr.io/meith-dev/meith:0.25.1}
99+
image: ${MEITH_IMAGE:-ghcr.io/meith-dev/meith:0.26.0}
100100
restart: unless-stopped
101101
mem_limit: ${WEB_MEM_LIMIT:-1g}
102102
cpus: ${WEB_CPUS:-2}
@@ -149,7 +149,7 @@ services:
149149
# here — queued mail leaves, bans expire, digests send — so a board without
150150
# this service is one where nothing fails and nothing happens.
151151
worker:
152-
image: ${MEITH_IMAGE:-ghcr.io/meith-dev/meith:0.25.1}
152+
image: ${MEITH_IMAGE:-ghcr.io/meith-dev/meith:0.26.0}
153153
restart: unless-stopped
154154
mem_limit: ${WORKER_MEM_LIMIT:-768m}
155155
cpus: ${WORKER_CPUS:-1}

0 commit comments

Comments
 (0)