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
6 changes: 0 additions & 6 deletions .changeset/every-plums-train.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-facts-tan.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @connectivity-js/core

## 0.3.0

### Minor Changes

- `client.execute()` previously accepted only a string `actionKey`, causing the ([#16](https://github.com/minseong0324/connectivity-js/pull/16))

## 0.2.0

### Minor Changes
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": "@connectivity-js/core",
"version": "0.2.0",
"version": "0.3.0",
"description": "Type-safe, lightweight, framework-agnostic connectivity detection and offline action queue",
"author": "@minseong0324 <KIM Minseong>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @connectivity-js/devtools

## 0.3.0

### Minor Changes

- version bump ([#16](https://github.com/minseong0324/connectivity-js/pull/16))

### Patch Changes

- Updated dependencies [[`d29bfb2`](https://github.com/minseong0324/connectivity-js/commit/d29bfb2739e409b637de950481c280fe37c41e4d)]:
- @connectivity-js/core@0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectivity-js/devtools",
"version": "0.2.0",
"version": "0.3.0",
"description": "Framework-agnostic devtools panel for Connectivity",
"author": "@minseong0324 <KIM Minseong>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @connectivity-js/react-devtools

## 0.3.0

### Minor Changes

- version bump ([#16](https://github.com/minseong0324/connectivity-js/pull/16))

### Patch Changes

- Updated dependencies [[`d29bfb2`](https://github.com/minseong0324/connectivity-js/commit/d29bfb2739e409b637de950481c280fe37c41e4d), [`d29bfb2`](https://github.com/minseong0324/connectivity-js/commit/d29bfb2739e409b637de950481c280fe37c41e4d)]:
- @connectivity-js/core@0.3.0
- @connectivity-js/devtools@0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectivity-js/react-devtools",
"version": "0.2.0",
"version": "0.3.0",
"description": "React devtools for Connectivity",
"author": "@minseong0324 <KIM Minseong>",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @connectivity-js/react

## 0.3.0

### Minor Changes

- `client.execute()` previously accepted only a string `actionKey`, causing the ([#16](https://github.com/minseong0324/connectivity-js/pull/16))

### Patch Changes

- Updated dependencies [[`d29bfb2`](https://github.com/minseong0324/connectivity-js/commit/d29bfb2739e409b637de950481c280fe37c41e4d)]:
- @connectivity-js/core@0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectivity-js/react",
"version": "0.2.0",
"version": "0.3.0",
"description": "React adapter for Connectivity",
"author": "@minseong0324 <KIM Minseong>",
"license": "MIT",
Expand Down