Skip to content

Commit d74d003

Browse files
Version Packages (#102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 07d9186 commit d74d003

File tree

9 files changed

+56
-20
lines changed

9 files changed

+56
-20
lines changed

.changeset/update-bundle-size-badges.md

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

packages/1fe-server/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @1fe/server
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 07d9186: Replace non-working BundlePhobia badges with working bundlejs.com alternatives
8+
9+
Updated bundle size badges across all package README files to use bundlejs.com instead of the non-functional bundlephobia.com service. The new badges provide better functionality and are actively maintained:
10+
- Changed badge URLs from `bundlephobia.com/result?p=package` to `bundlejs.com/?q=package`
11+
- Updated badge image URLs from `img.shields.io/bundlephobia/minzip/package` to `deno.bundlejs.com/?q=package&badge=detailed`
12+
- All npm package badges remain functional and working correctly
13+
14+
This ensures users can access working bundle analysis tools and view accurate bundle size information.
15+
316
## 0.1.4
417

518
### Patch Changes

packages/1fe-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1fe/server",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Server-side runtime and utilities for 1FE applications",
55
"keywords": [
66
"1fe",

packages/1fe-shell/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @1fe/shell
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- 07d9186: Replace non-working BundlePhobia badges with working bundlejs.com alternatives
8+
9+
Updated bundle size badges across all package README files to use bundlejs.com instead of the non-functional bundlephobia.com service. The new badges provide better functionality and are actively maintained:
10+
- Changed badge URLs from `bundlephobia.com/result?p=package` to `bundlejs.com/?q=package`
11+
- Updated badge image URLs from `img.shields.io/bundlephobia/minzip/package` to `deno.bundlejs.com/?q=package&badge=detailed`
12+
- All npm package badges remain functional and working correctly
13+
14+
This ensures users can access working bundle analysis tools and view accurate bundle size information.
15+
316
## 0.1.4
417

518
### Patch Changes

packages/1fe-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1fe/shell",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Frontend shell and runtime for 1FE micro-frontend applications",
55
"keywords": [
66
"1fe",

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @1fe/cli
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 07d9186: Replace non-working BundlePhobia badges with working bundlejs.com alternatives
8+
9+
Updated bundle size badges across all package README files to use bundlejs.com instead of the non-functional bundlephobia.com service. The new badges provide better functionality and are actively maintained:
10+
- Changed badge URLs from `bundlephobia.com/result?p=package` to `bundlejs.com/?q=package`
11+
- Updated badge image URLs from `img.shields.io/bundlephobia/minzip/package` to `deno.bundlejs.com/?q=package&badge=detailed`
12+
- All npm package badges remain functional and working correctly
13+
14+
This ensures users can access working bundle analysis tools and view accurate bundle size information.
15+
316
## 0.1.3
417

518
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript",
1414
"contracts"
1515
],
16-
"version": "0.1.3",
16+
"version": "0.1.4",
1717
"license": "MIT",
1818
"author": "DocuSign",
1919
"homepage": "https://1fe.com",

packages/create-1fe-app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @1fe/create-1fe-app
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- 07d9186: Replace non-working BundlePhobia badges with working bundlejs.com alternatives
8+
9+
Updated bundle size badges across all package README files to use bundlejs.com instead of the non-functional bundlephobia.com service. The new badges provide better functionality and are actively maintained:
10+
- Changed badge URLs from `bundlephobia.com/result?p=package` to `bundlejs.com/?q=package`
11+
- Updated badge image URLs from `img.shields.io/bundlephobia/minzip/package` to `deno.bundlejs.com/?q=package&badge=detailed`
12+
- All npm package badges remain functional and working correctly
13+
14+
This ensures users can access working bundle analysis tools and view accurate bundle size information.
15+
316
## 0.0.5
417

518
### Patch Changes

packages/create-1fe-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1fe/create-1fe-app",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Create new 1FE applications with pre-configured setup and best practices",
55
"keywords": [
66
"1fe",

0 commit comments

Comments
 (0)