Skip to content

Commit 631f0f3

Browse files
authored
release v2.7.0
release v2.7.0
2 parents 61a86b8 + e65be33 commit 631f0f3

File tree

3 files changed

+47
-8
lines changed

3 files changed

+47
-8
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## v2.7.0
4+
5+
[compare changes](https://github.com/vuejs-jp/vuefes-2025/compare/v2.6.1...v2.7.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Sold out after party ([#969](https://github.com/vuejs-jp/vuefes-2025/pull/969))
10+
- Feature flags improvement ([#970](https://github.com/vuejs-jp/vuefes-2025/pull/970))
11+
- Timetable ([#908](https://github.com/vuejs-jp/vuefes-2025/pull/908))
12+
- Staff ([#930](https://github.com/vuejs-jp/vuefes-2025/pull/930))
13+
- Guiest details ([#971](https://github.com/vuejs-jp/vuefes-2025/pull/971))
14+
- Closing early bird ([#972](https://github.com/vuejs-jp/vuefes-2025/pull/972))
15+
- Soldout tickets ([#981](https://github.com/vuejs-jp/vuefes-2025/pull/981))
16+
17+
### 🩹 Fixes
18+
19+
- Keynote time ([#974](https://github.com/vuejs-jp/vuefes-2025/pull/974))
20+
21+
### 🏡 Chore
22+
23+
- Eslint ignore path ([084db0e](https://github.com/vuejs-jp/vuefes-2025/commit/084db0e))
24+
- Add timetable og image ([5733802](https://github.com/vuejs-jp/vuefes-2025/commit/5733802))
25+
- Shuffle on client ([7f72943](https://github.com/vuejs-jp/vuefes-2025/commit/7f72943))
26+
- Aspect-ratio ([98fe395](https://github.com/vuejs-jp/vuefes-2025/commit/98fe395))
27+
- Add volunteer staff (Satouuuuuu) ([#975](https://github.com/vuejs-jp/vuefes-2025/pull/975))
28+
- Timetable improvement ([#977](https://github.com/vuejs-jp/vuefes-2025/pull/977))
29+
- Section transition ([477beec](https://github.com/vuejs-jp/vuefes-2025/commit/477beec))
30+
- Guest speaker info ([#979](https://github.com/vuejs-jp/vuefes-2025/pull/979))
31+
- Add core staff (antfu) ([#980](https://github.com/vuejs-jp/vuefes-2025/pull/980))
32+
- Sold out early bird ([39d97ca](https://github.com/vuejs-jp/vuefes-2025/commit/39d97ca))
33+
- Toggle feature flags for 2025-09-01 release ([d5e4a1e](https://github.com/vuejs-jp/vuefes-2025/commit/d5e4a1e))
34+
35+
### ❤️ Contributors
36+
37+
- @ubugeeei
38+
- @448jp
39+
- @Hal-Spidernight
40+
- @csy19
41+
342
## v2.6.1
443

544
[compare changes](https://github.com/vuejs-jp/vuefes-2025/compare/v2.6.0...v2.6.1)

nuxt.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default defineNuxtConfig({
127127

128128
// Use `process.env.CONTEXT !== "production"` for dev only features
129129
featureFlags: {
130-
timetable: process.env.CONTEXT !== "production",
130+
timetable: true,
131131
staff: process.env.CONTEXT !== "production",
132132

133133
soldOutAfterParty: true,
@@ -138,12 +138,12 @@ export default defineNuxtConfig({
138138
soldOutIndividualSponsor: false, // turn on when sold out
139139

140140
guestDetailsEvan: false,
141-
guestDetailsDaniel: process.env.CONTEXT !== "production",
142-
guestDetailsJohnson: process.env.CONTEXT !== "production",
143-
guestDetailsAkryum: process.env.CONTEXT !== "production",
144-
guestDetailsBaku: process.env.CONTEXT !== "production",
145-
guestDetailsOgawa: process.env.CONTEXT !== "production",
146-
guestDetailsLeaysgur: process.env.CONTEXT !== "production",
141+
guestDetailsDaniel: true,
142+
guestDetailsJohnson: true,
143+
guestDetailsAkryum: true,
144+
guestDetailsBaku: true,
145+
guestDetailsOgawa: true,
146+
guestDetailsLeaysgur: true,
147147
},
148148

149149
eslint: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuefes-2025",
33
"private": true,
4-
"version": "2.6.1",
4+
"version": "2.7.0",
55
"type": "module",
66
"author": {
77
"name": "ubugeeei",

0 commit comments

Comments
 (0)