Skip to content

Commit 67c0ba6

Browse files
chore: update package versions (#3)
1 parent c856a5d commit 67c0ba6

File tree

4 files changed

+10
-76
lines changed

4 files changed

+10
-76
lines changed

.changeset/early-swans-glow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/nextjs-app/marketing/microfrontends-custom.jsonc

Lines changed: 0 additions & 68 deletions
This file was deleted.

packages/microfrontends/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# @vercel/microfrontends
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- c856a5d:
8+
- Add support for custom `microfrontends.json` file names. This enables a single application to be deployed as multiple different vercel projects / microfrontends.
9+
- Strip asset prefix from Vercel Firewall rate limit paths. Support Vercel Firewall rate limit requests when they go to a child application.
10+
311
## 2.0.1
412

513
### Patch Changes
614

7-
- 8c11bdc:
15+
- 8c11bdc:
816
- Support hyphens and escaped special characters in supported path matching regex https://vercel.com/docs/microfrontends/path-routing#supported-path-expressions
917
- Improve error message for when local development proxy can't determine the port
1018
- Update local proxy double slash routing behaviour to match the production proxy

packages/microfrontends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/microfrontends",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"private": false,
55
"description": "Defines configuration and utilities for microfrontends development",
66
"keywords": [

0 commit comments

Comments
 (0)