Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .changeset/tired-dancers-find.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@rock-js/plugin-brownfield-android': patch
'@rock-js/platform-apple-helpers': patch
'@rock-js/plugin-brownfield-ios': patch
'@rock-js/platform-android': patch
'@rock-js/provider-github': patch
'@rock-js/welcome-screen': patch
'@rock-js/plugin-repack': patch
'@rock-js/platform-ios': patch
'@rock-js/plugin-metro': patch
'@rock-js/test-helpers': patch
'@rock-js/provider-s3': patch
'create-rock': patch
'@rock-js/config': patch
'@rock-js/tools': patch
'rock': patch
---

chore: add missing description fields to package.jsons
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rock",
"version": "0.11.4",
"description": "Command-line interface for Rock - a React Native development toolkit",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/config",
"version": "0.11.4",
"description": "Configuration management utilities for Rock projects",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "create-rock",
"version": "0.11.4",
"description": "Scaffolding tool for creating new React Native applications with Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/platform-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/platform-android",
"version": "0.11.4",
"description": "Android platform support and configuration for Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/platform-apple-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/platform-apple-helpers",
"version": "0.11.4",
"description": "Shared utilities and helpers for Apple platforms (iOS/macOS/tvOS/visionOS) in Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/platform-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/platform-ios",
"version": "0.11.4",
"description": "iOS platform support and configuration for Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-brownfield-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/plugin-brownfield-android",
"version": "0.11.4",
"description": "Plugin for integrating Rock projects with existing Android apps",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-brownfield-ios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/plugin-brownfield-ios",
"version": "0.11.4",
"description": "Plugin for integrating Rock projects with existing iOS apps",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-metro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/plugin-metro",
"version": "0.11.4",
"description": "Metro bundler integration plugin for Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-repack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/plugin-repack",
"version": "0.11.4",
"description": "Re.Pack bundler integration plugin for Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/provider-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/provider-github",
"version": "0.11.4",
"description": "GitHub Actions provider for Rock Remote Build Cache",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/provider-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/provider-s3",
"version": "0.11.4",
"description": "AWS S3 (and Cloudflare R2) provider for Rock Remote Build Cache",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/test-helpers",
"version": "0.11.4",
"description": "Internal testing utilities and helpers for Rock packages",
"type": "module",
"private": true,
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/tools",
"version": "0.11.4",
"description": "Internal core utilities for Rock",
"type": "module",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/welcome-screen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rock-js/welcome-screen",
"version": "0.11.4",
"description": "Welcome screen component for Rock React Native applications",
"type": "module",
"main": "./dist/src/index.jsx",
"types": "./dist/src/index.d.ts",
Expand Down
Loading