feat(release): ship the current feature set as 1.2.0

Version 1.1.0 was published on 2026-09-15, so its tag is closed. Every commit
since then, the update-feed rework, dictionary import and export, the extra
push transports, and entitlement gating, needs its own immutable version.

Product version, Android version code, iOS build number, and all package and
store surfaces move to 1.2.0 / 1020001, with Korean and English store notes for
the new version code. The download centers read that version and its release
date from one place instead of repeating them inline.
This commit is contained in:
Yun Chan 2026-09-16 23:49:50 +09:00
parent 49a4c97923
commit 035d0a76f5
25 changed files with 56 additions and 47 deletions

22
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "d3ro-voice-monorepo",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "d3ro-voice-monorepo",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"workspaces": [
"apps/desktop",
@ -25,7 +25,7 @@
},
"apps/admin": {
"name": "@d3ro/admin",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"@d3ro/api-client": "*",
"@d3ro/core": "*",
@ -109,7 +109,7 @@
},
"apps/desktop": {
"name": "@d3ro/desktop",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"@d3ro/core": "*",
@ -156,7 +156,7 @@
},
"apps/mobile-rn": {
"name": "@d3ro/mobile-rn",
"version": "1.1.0",
"version": "1.2.0",
"extraneous": true,
"dependencies": {
"@d3ro/api-client": "file:../../packages/api-client",
@ -209,7 +209,7 @@
},
"apps/web": {
"name": "@d3ro/web",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"@d3ro/api-client": "*",
"@d3ro/core": "*",
@ -20397,7 +20397,7 @@
},
"packages/api-client": {
"name": "@d3ro/api-client",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"@d3ro/core": "*",
@ -20414,7 +20414,7 @@
},
"packages/core": {
"name": "@d3ro/core",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"docx": "^9.6.1"
@ -20425,7 +20425,7 @@
},
"packages/i18n": {
"name": "@d3ro/i18n",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"devDependencies": {
"@types/react": "^19.0.0"
@ -20436,7 +20436,7 @@
},
"packages/ui": {
"name": "@d3ro/ui",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"@d3ro/core": "*"
@ -20456,7 +20456,7 @@
},
"packages/ui-native": {
"name": "@d3ro/ui-native",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"devDependencies": {
"@types/react": "*"