Skip to content

Commit 57fee1e

Browse files
Version Packages @module-federation/[email protected] (#469)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bcb44ca commit 57fee1e

File tree

3 files changed

+121
-120
lines changed

3 files changed

+121
-120
lines changed

.changeset/neat-feet-allow.md

-119
This file was deleted.

dashboard-plugin/CHANGELOG.md

+120
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,125 @@
11
# @module-federation/dashboard-plugin
22

3+
## 2.7.5
4+
5+
### Patch Changes
6+
7+
- bcb44ca: Huge overview of latest changes, this change also introduces a contribution guide to help contributors understand the process of creating new changesets and PRs.
8+
9+
### Commits on Sep 13, 2023:
10+
11+
Added a new feature to enable cache buster.
12+
Updated a client version file.
13+
Made some code style fixes and removed comments.
14+
15+
### Commits on Sep 6, 2023:
16+
17+
Fixed changeset.
18+
Merged changes from the remote master branch.
19+
20+
### Commits on Sep 1, 2023:
21+
22+
Added a feature related to timeout and fallback for the client version.
23+
24+
### Commits on Jun 29, 2023:
25+
26+
Made a version update.
27+
Made changes related to Medusa delegate.
28+
29+
### Commits on Jan 18, 2023:
30+
31+
Added Medusa delegate modules.
32+
33+
### Commits on Nov 2, 2022:
34+
35+
Made various fixes and updates.
36+
Fixed issues related to CI and webpack.
37+
Removed old package names and changeset files.
38+
39+
### Commits on Sep 22, 2022:
40+
41+
Created new apps and plugins for testing.
42+
43+
### Commits on Aug 10, 2022:
44+
45+
Made version updates and fixed webpack errors.
46+
47+
### Commits on Aug 9, 2022:
48+
49+
Made various updates and fixes.
50+
Updated Node.js and dependencies.
51+
52+
### Commits on Jul 13, 2022:
53+
54+
Made changes related to version strategy.
55+
56+
### Commits on Jul 11, 2022:
57+
58+
Added support for Next.js.
59+
Updated dependencies like serve and node-fetch.
60+
Fixed temporary issues.
61+
62+
### Commits on Jul 8, 2022:
63+
64+
Updated injector to load the remote in a simpler format.
65+
Removed GraphQL from an API endpoint.
66+
Fixed token issues.
67+
68+
### Commits on Jul 6, 2022:
69+
70+
Added Git SHA to objects.
71+
Enabled stats file output.
72+
Made various updates and fixes.
73+
74+
### Commits on Jul 1, 2022:
75+
76+
Updated endpoints.
77+
78+
### Commits on Jun 27, 2022:
79+
80+
Made version updates.
81+
Updated injector and API to serve a simpler format for loading the remote.
82+
83+
### Commits on May 6, 2022:
84+
85+
Fixed configurations to help setup work.
86+
87+
### Commits on Apr 22, 2022:
88+
89+
Fixed database store.
90+
91+
### Commits on Mar 17, 2022:
92+
93+
Updated dependencies and fixed build issues.
94+
Added timers for debugging.
95+
96+
### Commits on Jan 11, 2022:
97+
98+
Updated less dependency.
99+
100+
### Commits on Oct 29, 2021:
101+
102+
Updated Yarn and webpack dependencies.
103+
104+
### Commits on Sep 24, 2021:
105+
106+
Fixed issues related to plugin tokens.
107+
108+
### Commits on Sep 21, 2021:
109+
110+
Added more timers for debugging.
111+
Made changes to cache settings.
112+
113+
### Commits on Sep 20, 2021:
114+
115+
Made various changes to cache settings, prefetch, and public cache.
116+
117+
### Commits on Sep 19, 2021:
118+
119+
Made changes to buttons, cache headers, and JSON bindings.
120+
Added new remote versions and endpoints.
121+
This summary provides an overview of the changes made in the repository, including new features, bug fixes, dependency updates, and other improvements.
122+
3123
## 2.2.0
4124

5125
### Minor Changes

dashboard-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@module-federation/dashboard-plugin",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"main": "FederationDashboardPlugin.js",
55
"bin": "bin/federation-report.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)