Skip to content

Commit 3e7ac09

Browse files
committed
Merge branch 'main' into plugin-media
2 parents 400cb52 + 195adf5 commit 3e7ac09

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.119](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.118...v2.0.0-rc.119) (2025-10-31)
7+
8+
### Bug Fixes
9+
10+
- **plugin-pwa:** fix import typos ([f229cea](https://github.com/vuepress/ecosystem/commit/f229cea3ac6295287483e46dd8d9eb2f40c8053f))
11+
612
# [2.0.0-rc.118](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.117...v2.0.0-rc.118) (2025-10-31)
713

814
**Note:** Version bump only for package @vuepress/ecosystem

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "2.0.0-rc.118",
3+
"version": "2.0.0-rc.119",
44
"command": {
55
"version": {
66
"allowBranch": "main",

plugins/pwa/plugin-pwa/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.119](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.118...v2.0.0-rc.119) (2025-10-31)
7+
8+
### Bug Fixes
9+
10+
- **plugin-pwa:** fix import typos ([f229cea](https://github.com/vuepress/ecosystem/commit/f229cea3ac6295287483e46dd8d9eb2f40c8053f))
11+
612
# [2.0.0-rc.118](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.117...v2.0.0-rc.118) (2025-10-31)
713

814
**Note:** Version bump only for package @vuepress/plugin-pwa

plugins/pwa/plugin-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-pwa",
3-
"version": "2.0.0-rc.118",
3+
"version": "2.0.0-rc.119",
44
"description": "VuePress plugin - progressive web application",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)