Skip to content

Commit

Permalink
[ci] release (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 21, 2022
1 parent 04a24dd commit a6cdebb
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-ways-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-apricots-nail.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/groot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web/ipedge

## 3.9.2

### Patch Changes

- Updated dependencies [[`04a24dd`](https://github.com/v3xlabs/edgeserver/commit/04a24dd40a320c2b2f8d8eedac206b5335a32ead)]:
- @edgelabs/types@1.0.2

## 3.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/groot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web/ipedge",
"version": "3.9.1",
"version": "3.9.2",
"private": true,
"repository": "[email protected]:lvkdotsh/ipedge.git",
"author": "lucemans <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @edgelabs/cli

## 0.0.9

### Patch Changes

- [#87](https://github.com/v3xlabs/edgeserver/pull/87) [`bd185e1`](https://github.com/v3xlabs/edgeserver/commit/bd185e1e1dbf06142f9e20994039e32167701551) Thanks [@lucemans](https://github.com/lucemans)! - Bump

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edgelabs/cli",
"description": "",
"version": "0.0.8",
"version": "0.0.9",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @edgelabs/types

## 1.0.2

### Patch Changes

- [#101](https://github.com/v3xlabs/edgeserver/pull/101) [`04a24dd`](https://github.com/v3xlabs/edgeserver/commit/04a24dd40a320c2b2f8d8eedac206b5335a32ead) Thanks [@lucemans](https://github.com/lucemans)! - Added hello comment

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edgelabs/types",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit a6cdebb

Please sign in to comment.