Skip to content

Commit

Permalink
version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyy committed Jul 5, 2024
1 parent ef1a666 commit 68a466f
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 4 deletions.
10 changes: 10 additions & 0 deletions apps/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# examples

## 0.0.1

### Patch Changes

- Rework rest-client and extract device specific functionality in dedicated device classes. The rest-client itself is now designed to receive/request data in a more plain way, but less typesafe.
- Updated dependencies
- @ecoflow-api/rest-client@0.0.4
- @ecoflow-api/schemas@0.0.4
2 changes: 1 addition & 1 deletion apps/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "tsup src/**/*.ts --clean --format cjs --dts --minify",
Expand Down
8 changes: 8 additions & 0 deletions packages/rest-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ecoflow-api/rest-client

## 0.0.4

### Patch Changes

- Rework rest-client and extract device specific functionality in dedicated device classes. The rest-client itself is now designed to receive/request data in a more plain way, but less typesafe.
- Updated dependencies
- @ecoflow-api/schemas@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecoflow-api/rest-client",
"version": "0.0.3",
"version": "0.0.4",
"description": "A rest client for the Ecoflow API for NodeJS",
"keywords": [
"ecoflow",
Expand Down
6 changes: 6 additions & 0 deletions packages/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ecoflow-api/schemas

## 0.0.4

### Patch Changes

- Rework rest-client and extract device specific functionality in dedicated device classes. The rest-client itself is now designed to receive/request data in a more plain way, but less typesafe.

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecoflow-api/schemas",
"version": "0.0.3",
"version": "0.0.4",
"keywords": [
"ecoflow",
"api",
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ecoflow-api/typescript-config

## 0.0.4

### Patch Changes

- Rework rest-client and extract device specific functionality in dedicated device classes. The rest-client itself is now designed to receive/request data in a more plain way, but less typesafe.

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecoflow-api/typescript-config",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 68a466f

Please sign in to comment.