Skip to content

Commit 8567449

Browse files
committed
chore: 1.1.0
1 parent c7d731f commit 8567449

18 files changed

Lines changed: 26 additions & 25 deletions

File tree

.nx/version-plans/version-plan-1763537368268.md

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

.nx/version-plans/version-plan-1764171489687.md

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.1.0 (2025-12-01)
2+
3+
### 🚀 Features
4+
5+
- **@rozenite/network-activity-plugin:** You can now see the percentage progress of a request in the Status column. Additionally, whenever a timeout occurs, it will be considered a failure. ([#147](https://github.com/callstackincubator/rozenite/pull/147))
6+
- **@rozenite/network-activity-plugin:** The appearance of the record button was updated to more clearly indicate whether network traffic is being recorded. ([#153](https://github.com/callstackincubator/rozenite/pull/153))
7+
8+
### ❤️ Thank You
9+
10+
- David Prevost @dprevost-LMI
11+
112
# 1.0.0 (2025-11-14)
213

314
### 🚀 Features

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rozenite",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Command-line interface for creating and managing React Native DevTools plugins",
55
"type": "module",
66
"bin": {

packages/expo-atlas-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rozenite/expo-atlas-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Expo Atlas for Rozenite.",
55
"type": "module",
66
"main": "./dist/react-native.cjs",

packages/metro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rozenite/metro",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Metro bundler plugin for Rozenite.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rozenite/middleware",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Middleware for Rozenite.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/mmkv-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rozenite/mmkv-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "MMKV for Rozenite.",
55
"type": "module",
66
"main": "./dist/react-native.cjs",

packages/network-activity-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rozenite/network-activity-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Network Activity for Rozenite.",
55
"type": "module",
66
"main": "./dist/react-native.cjs",

packages/performance-monitor-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rozenite/performance-monitor-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Performance Monitor for Rozenite.",
55
"type": "module",
66
"main": "./dist/react-native.cjs",

0 commit comments

Comments
 (0)