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
5 changes: 0 additions & 5 deletions .changeset/channel-command-default.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/android-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hot-updater/android-helper

## 0.36.8

### Patch Changes

- @hot-updater/cli-tools@0.36.8
- @hot-updater/core@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/android-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/android-helper",
"version": "0.36.7",
"version": "0.36.8",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/apple-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hot-updater/apple-helper

## 0.36.8

### Patch Changes

- @hot-updater/cli-tools@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apple-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/apple-helper",
"version": "0.36.7",
"version": "0.36.8",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/bsdiff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hot-updater/bsdiff

## 0.36.8

## 0.36.7

## 0.36.6
Expand Down
2 changes: 1 addition & 1 deletion packages/bsdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/bsdiff",
"version": "0.36.7",
"version": "0.36.8",
"description": "Hot Updater BSdiff library that produces BSDIFF40 patches for RN bspatch flows",
"license": "MIT AND BSD-2-Clause AND bzip2-1.0.6",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hot-updater/cli-tools

## 0.36.8

### Patch Changes

- @hot-updater/core@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/cli-tools",
"version": "0.36.7",
"version": "0.36.8",
"type": "module",
"engines": {
"node": ">=20.19.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hot-updater/console

## 0.36.8

### Patch Changes

- @hot-updater/bsdiff@0.36.8
- @hot-updater/server@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hot-updater/console",
"type": "module",
"version": "0.36.7",
"version": "0.36.8",
"files": [
".output",
"package.json"
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hot-updater/core

## 0.36.8

## 0.36.7

## 0.36.6
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/core",
"version": "0.36.7",
"version": "0.36.8",
"type": "module",
"description": "React Native OTA solution for self-hosted",
"sideEffects": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/hot-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# hot-updater

## 0.36.8

### Patch Changes

- 67703ab: Report the default `production` channel in `hot-updater channel` when the native files carry no channel value, instead of showing an empty channel.
- @hot-updater/android-helper@0.36.8
- @hot-updater/apple-helper@0.36.8
- @hot-updater/cli-tools@0.36.8
- @hot-updater/console@0.36.8
- @hot-updater/core@0.36.8
- @hot-updater/server@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hot-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hot-updater",
"type": "module",
"version": "0.36.7",
"version": "0.36.8",
"engines": {
"node": ">=20.19.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hot-updater/react-native

## 0.36.8

### Patch Changes

- @hot-updater/cli-tools@0.36.8
- @hot-updater/core@0.36.8
- @hot-updater/js@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/react-native",
"version": "0.36.7",
"version": "0.36.8",
"description": "React Native OTA solution for self-hosted",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hot-updater/server

## 0.36.8

### Patch Changes

- @hot-updater/bsdiff@0.36.8
- @hot-updater/core@0.36.8
- @hot-updater/js@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/server",
"version": "0.36.7",
"version": "0.36.8",
"type": "module",
"description": "React Native OTA solution for self-hosted",
"sideEffects": false,
Expand Down
2 changes: 2 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hot-updater/test-utils

## 0.36.8

## 0.36.7

## 0.36.6
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hot-updater/test-utils",
"private": true,
"version": "0.36.7",
"version": "0.36.8",
"type": "module",
"description": "Test utilities for Hot Updater packages",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions plugins/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hot-updater/aws

## 0.36.8

### Patch Changes

- @hot-updater/cli-tools@0.36.8
- @hot-updater/server@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hot-updater/aws",
"type": "module",
"version": "0.36.7",
"version": "0.36.8",
"description": "React Native OTA solution for self-hosted",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/bare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hot-updater/bare

## 0.36.8

### Patch Changes

- @hot-updater/cli-tools@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/bare/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hot-updater/bare",
"type": "module",
"version": "0.36.7",
"version": "0.36.8",
"description": "React Native OTA solution for self-hosted",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/bugsnag-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hot-updater/bugsnag-plugin

## 0.36.8

### Patch Changes

- @hot-updater/core@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/bugsnag-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/bugsnag-plugin",
"version": "0.36.7",
"version": "0.36.8",
"type": "module",
"description": "React Native OTA solution for self-hosted",
"sideEffects": false,
Expand Down
10 changes: 10 additions & 0 deletions plugins/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hot-updater/cloudflare

## 0.36.8

### Patch Changes

- @hot-updater/cli-tools@0.36.8
- @hot-updater/core@0.36.8
- @hot-updater/server@0.36.8
- @hot-updater/js@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hot-updater/cloudflare",
"type": "module",
"version": "0.36.7",
"version": "0.36.8",
"description": "React Native OTA solution for self-hosted",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions plugins/datadog-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hot-updater/datadog-plugin

## 0.36.8

### Patch Changes

- @hot-updater/core@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/datadog-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/datadog-plugin",
"version": "0.36.7",
"version": "0.36.8",
"type": "module",
"description": "React Native OTA solution for self-hosted",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions plugins/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hot-updater/expo

## 0.36.8

### Patch Changes

- @hot-updater/cli-tools@0.36.8
- @hot-updater/bare@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hot-updater/expo",
"type": "module",
"version": "0.36.7",
"version": "0.36.8",
"description": "React Native OTA solution for self-hosted",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions plugins/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @hot-updater/firebase

## 0.36.8

### Patch Changes

- @hot-updater/cli-tools@0.36.8
- @hot-updater/core@0.36.8
- @hot-updater/server@0.36.8
- @hot-updater/plugin-core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hot-updater/firebase",
"type": "module",
"version": "0.36.7",
"version": "0.36.8",
"description": "React Native OTA solution for self-hosted",
"main": "dist/index.cjs",
"types": "dist/index.d.cts",
Expand Down
6 changes: 6 additions & 0 deletions plugins/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hot-updater/js

## 0.36.8

### Patch Changes

- @hot-updater/core@0.36.8

## 0.36.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hot-updater/js",
"version": "0.36.7",
"version": "0.36.8",
"type": "module",
"description": "React Native OTA solution for self-hosted",
"sideEffects": false,
Expand Down
Loading