Skip to content

Commit 94e2fba

Browse files
authored
chore: add missing description fields to package.jsons (#595)
* chore: add missing description fields to package.jsons * changeset
1 parent 2788d2f commit 94e2fba

File tree

16 files changed

+34
-0
lines changed

16 files changed

+34
-0
lines changed

.changeset/tired-dancers-find.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
'@rock-js/plugin-brownfield-android': patch
3+
'@rock-js/platform-apple-helpers': patch
4+
'@rock-js/plugin-brownfield-ios': patch
5+
'@rock-js/platform-android': patch
6+
'@rock-js/provider-github': patch
7+
'@rock-js/welcome-screen': patch
8+
'@rock-js/plugin-repack': patch
9+
'@rock-js/platform-ios': patch
10+
'@rock-js/plugin-metro': patch
11+
'@rock-js/test-helpers': patch
12+
'@rock-js/provider-s3': patch
13+
'create-rock': patch
14+
'@rock-js/config': patch
15+
'@rock-js/tools': patch
16+
'rock': patch
17+
---
18+
19+
chore: add missing description fields to package.jsons

packages/cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "rock",
33
"version": "0.11.4",
4+
"description": "Command-line interface for Rock - a React Native development toolkit",
45
"type": "module",
56
"types": "./dist/src/index.d.ts",
67
"exports": {

packages/config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@rock-js/config",
33
"version": "0.11.4",
4+
"description": "Configuration management utilities for Rock projects",
45
"type": "module",
56
"types": "./dist/src/index.d.ts",
67
"exports": {

packages/create-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "create-rock",
33
"version": "0.11.4",
4+
"description": "Scaffolding tool for creating new React Native applications with Rock",
45
"type": "module",
56
"types": "./dist/src/index.d.ts",
67
"exports": {

packages/platform-android/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@rock-js/platform-android",
33
"version": "0.11.4",
4+
"description": "Android platform support and configuration for Rock",
45
"type": "module",
56
"types": "./dist/src/index.d.ts",
67
"exports": {

packages/platform-apple-helpers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@rock-js/platform-apple-helpers",
33
"version": "0.11.4",
4+
"description": "Shared utilities and helpers for Apple platforms (iOS/macOS/tvOS/visionOS) in Rock",
45
"type": "module",
56
"types": "./dist/src/index.d.ts",
67
"exports": {

packages/platform-ios/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@rock-js/platform-ios",
33
"version": "0.11.4",
4+
"description": "iOS platform support and configuration for Rock",
45
"type": "module",
56
"types": "./dist/src/index.d.ts",
67
"exports": {

packages/plugin-brownfield-android/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@rock-js/plugin-brownfield-android",
33
"version": "0.11.4",
4+
"description": "Plugin for integrating Rock projects with existing Android apps",
45
"type": "module",
56
"types": "./dist/src/index.d.ts",
67
"exports": {

packages/plugin-brownfield-ios/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@rock-js/plugin-brownfield-ios",
33
"version": "0.11.4",
4+
"description": "Plugin for integrating Rock projects with existing iOS apps",
45
"type": "module",
56
"types": "./dist/src/index.d.ts",
67
"exports": {

packages/plugin-metro/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@rock-js/plugin-metro",
33
"version": "0.11.4",
4+
"description": "Metro bundler integration plugin for Rock",
45
"type": "module",
56
"types": "./dist/src/index.d.ts",
67
"exports": {

0 commit comments

Comments
 (0)