Skip to content

Commit 72c7b80

Browse files
authored
chore: fix release tag (#2333)
1 parent efcfff2 commit 72c7b80

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"@module-federation/runtime-tools",
1313
"@module-federation/managers",
1414
"@module-federation/manifest",
15-
"@module-federation/dts-plugin"
15+
"@module-federation/dts-plugin",
16+
"@module-federation/third-party-dts-extractor"
1617
]
1718
],
1819
"ignorePatterns": ["^alpha|^beta"],

.changeset/heavy-guests-refuse.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
'@module-federation/runtime': patch
3+
'@module-federation/dts-plugin': patch
4+
'@module-federation/enhanced': patch
5+
'@module-federation/managers': patch
6+
'@module-federation/manifest': patch
7+
'@module-federation/node': patch
8+
'@module-federation/nextjs-mf': patch
9+
'@module-federation/rspack': patch
10+
'@module-federation/runtime-tools': patch
11+
'@module-federation/sdk': patch
12+
'@module-federation/third-party-dts-extractor': patch
13+
'@module-federation/utilities': patch
14+
'@module-federation/webpack-bundler-runtime': patch
15+
---
16+
17+
chore: fix release tag

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
- name: Build and test Packages
9090
run: |
9191
git fetch origin main
92-
npx nx run-many --target=build --exclude='*,!tag:package'
92+
npx nx run-many --targets=build --projects=tag:type:pkg
93+
ls -l packages/*/dist packages/*/package.json
9394
9495
- name: Release
9596
uses: web-infra-dev/actions@v2

packages/runtime/__tests__/shares.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ describe('shared', () => {
4848
const consumer = init(shareInfoWithoutLibAndGetConsumer);
4949
consumer.initShareScopeMap('default', provider.shareScopeMap['default']);
5050

51-
debugger;
5251
const reactDomInstance = await consumer.loadShare<{
5352
version: string;
5453
from: string;

0 commit comments

Comments
 (0)