Skip to content

Commit

Permalink
[ci] release (#118)
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] authored Aug 22, 2022
1 parent a28b948 commit 997bac8
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-olives-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-camels-roll.md

This file was deleted.

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

## 3.10.1

### Patch Changes

- [`3f6048c`](https://github.com/v3xlabs/edgeserver/commit/3f6048ce212cccad16d69be4b10f461915bf36b0) Thanks [@lucemans](https://github.com/lucemans)! - TSConfig Configuration

- Updated dependencies [[`3f6048c`](https://github.com/v3xlabs/edgeserver/commit/3f6048ce212cccad16d69be4b10f461915bf36b0)]:
- @edgelabs/types@1.0.3

## 3.10.0

### Minor 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": "@edgelabs/groot",
"version": "3.10.0",
"version": "3.10.1",
"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.10

### Patch Changes

- [#117](https://github.com/v3xlabs/edgeserver/pull/117) [`9180547`](https://github.com/v3xlabs/edgeserver/commit/918054711dcc0566022be4a2402f92512452a396) Thanks [@lucemans](https://github.com/lucemans)! - Introduce Header

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.3

### Patch Changes

- [`3f6048c`](https://github.com/v3xlabs/edgeserver/commit/3f6048ce212cccad16d69be4b10f461915bf36b0) Thanks [@lucemans](https://github.com/lucemans)! - TSConfig Configuration

## 1.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@edgelabs/types",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
Expand Down

0 comments on commit 997bac8

Please sign in to comment.