Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.13.0
node-version: 22.17.0

- uses: pnpm/action-setup@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.13.0
node-version: 22.17.0
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v3
Expand Down
14 changes: 14 additions & 0 deletions workspace/packages/muse-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @ebay/muse-cli

## 2.0.0

### Major Changes

- vite 8 upgrade

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0
- @ebay/muse-dev-utils@2.0.0
- @ebay/muse-modules-analyzer@1.0.19
- @ebay/muse-simple-server@1.0.37

## 1.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-cli"
},
"version": "1.0.34",
"version": "2.0.0",
"main": "index.js",
"bin": {
"muse": "./bin/muse.js"
Expand Down
6 changes: 6 additions & 0 deletions workspace/packages/muse-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ebay/muse-core

## 2.0.0

### Major Changes

- vite 8 upgrade

## 1.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-core"
},
"version": "1.0.45",
"version": "2.0.0",
"main": "lib/index.js",
"description": "Core APIs of Muse management.",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions workspace/packages/muse-dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ebay/muse-dev-utils

## 2.0.0

### Major Changes

- vite 8 upgrade

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0
- @ebay/muse-modules@2.0.0
- @ebay/muse-express-middleware@2.0.0

## 1.0.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-dev-utils"
},
"version": "1.0.73",
"version": "2.0.0",
"main": "lib/index.js",
"bin": {
"muse-dev-utils": "./bin/muse-dev-utils.js"
Expand Down
8 changes: 8 additions & 0 deletions workspace/packages/muse-express-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ebay/muse-express-middleware

## 2.0.0

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0
- @ebay/muse-modules-analyzer@1.0.19

## 1.0.59

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-express-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-express-middleware"
},
"version": "1.0.59",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions workspace/packages/muse-modules-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ebay/muse-modules-analyzer

## 1.0.19

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0
- @ebay/muse-modules@2.0.0

## 1.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-modules-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-modules-analyzer"
},
"version": "1.0.18",
"version": "1.0.19",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions workspace/packages/muse-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ebay/muse-modules

## 2.0.0

### Major Changes

- vite 8 upgrade

## 1.0.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebay/muse-modules",
"version": "1.0.30",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/ebay/Muse",
Expand Down
7 changes: 7 additions & 0 deletions workspace/packages/muse-plugin-acl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# muse-acl-plugin

## 1.0.20

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0

## 1.0.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-plugin-acl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-plugin-acl"
},
"version": "1.0.19",
"version": "1.0.20",
"description": "",
"main": "./lib/index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions workspace/packages/muse-plugin-git-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ebay/muse-git-storage

## 2.0.0

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0

## 1.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-plugin-git-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-plugin-git-storage"
},
"version": "1.0.35",
"version": "2.0.0",
"main": "lib/index.js",
"license": "MIT",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions workspace/packages/muse-plugin-s3-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ebay/muse-plugin-s3-storage

## 2.0.0

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-plugin-s3-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-plugin-s3-storage"
},
"version": "1.0.31",
"version": "2.0.0",
"description": "",
"main": "lib/index.js",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions workspace/packages/muse-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ebay/muse-runner

## 1.0.24

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0
- @ebay/muse-dev-utils@2.0.0
- @ebay/muse-express-middleware@2.0.0

## 1.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-runner"
},
"version": "1.0.23",
"version": "1.0.24",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions workspace/packages/muse-simple-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ebay/muse-simple-server

## 1.0.37

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0
- @ebay/muse-express-middleware@2.0.0

## 1.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-simple-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-simple-server"
},
"version": "1.0.36",
"version": "1.0.37",
"main": "index.js",
"license": "MIT",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions workspace/packages/muse-vanilla-vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ebay/muse-vanilla-vite-plugin

## 2.0.0

### Major Changes

- vite 8 upgrade
2 changes: 1 addition & 1 deletion workspace/packages/muse-vanilla-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-vanilla-vite-plugin"
},
"version": "1.0.0",
"version": "2.0.0",
"description": "Vite plugin for MUSE vanilla (init/boot) plugins with IIFE build output",
"main": "lib/museVanillaVitePlugin.js",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions workspace/packages/muse-vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ebay/muse-vite-plugin

## 2.0.0

### Major Changes

- vite 8 upgrade

### Patch Changes

- Updated dependencies
- @ebay/muse-core@2.0.0
- @ebay/muse-dev-utils@2.0.0
- @ebay/muse-modules@2.0.0

## 1.0.55

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/packages/muse-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/ebay/Muse",
"directory": "workspace/packages/muse-vite-plugin"
},
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"description": "",
"main": "lib/museVitePlugin.js",
"type": "module",
Expand Down