Skip to content

Commit 469aa7c

Browse files
Version Packages (#100)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01c8301 commit 469aa7c

File tree

9 files changed

+64
-22
lines changed

9 files changed

+64
-22
lines changed

.changeset/fix-npm-package-metadata.md

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

packages/1fe-server/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 01c8301: Add proper npm package metadata and fix missing license/repository info
8+
- Add license, author, homepage, repository fields to all packages
9+
- Include logo assets in package files for npm display
10+
- Change access from restricted to public for better visibility
11+
12+
This fixes:
13+
- Missing npm badges on package pages
14+
- "none" license display on npmjs.com
15+
- Missing GitHub repository links
16+
- Logo not appearing on npm package pages
17+
318
## 0.1.3
419

520
### 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.3",
3+
"version": "0.1.4",
44
"description": "Server-side runtime and utilities for 1FE applications",
55
"keywords": [
66
"1fe",

packages/1fe-shell/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 01c8301: Add proper npm package metadata and fix missing license/repository info
8+
- Add license, author, homepage, repository fields to all packages
9+
- Include logo assets in package files for npm display
10+
- Change access from restricted to public for better visibility
11+
12+
This fixes:
13+
- Missing npm badges on package pages
14+
- "none" license display on npmjs.com
15+
- Missing GitHub repository links
16+
- Logo not appearing on npm package pages
17+
318
## 0.1.3
419

520
### 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.3",
3+
"version": "0.1.4",
44
"description": "Frontend shell and runtime for 1FE micro-frontend applications",
55
"keywords": [
66
"1fe",

packages/cli/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 01c8301: Add proper npm package metadata and fix missing license/repository info
8+
- Add license, author, homepage, repository fields to all packages
9+
- Include logo assets in package files for npm display
10+
- Change access from restricted to public for better visibility
11+
12+
This fixes:
13+
- Missing npm badges on package pages
14+
- "none" license display on npmjs.com
15+
- Missing GitHub repository links
16+
- Logo not appearing on npm package pages
17+
318
## 0.1.2
419

520
### 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.2",
16+
"version": "0.1.3",
1717
"license": "MIT",
1818
"author": "DocuSign",
1919
"homepage": "https://1fe.com",

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

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- 01c8301: Add proper npm package metadata and fix missing license/repository info
8+
- Add license, author, homepage, repository fields to all packages
9+
- Include logo assets in package files for npm display
10+
- Change access from restricted to public for better visibility
11+
12+
This fixes:
13+
- Missing npm badges on package pages
14+
- "none" license display on npmjs.com
15+
- Missing GitHub repository links
16+
- Logo not appearing on npm package pages
17+
318
## 0.0.4
419

520
### 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.4",
3+
"version": "0.0.5",
44
"description": "Create new 1FE applications with pre-configured setup and best practices",
55
"keywords": [
66
"1fe",

0 commit comments

Comments
 (0)