Skip to content

Commit

Permalink
[ci] release (#132)
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 Sep 15, 2022
1 parent bd31a67 commit a8bae7f
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .changeset/fair-mugs-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-phones-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-snails-occur.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-balloons-grin.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @edgelabs/app

## 1.1.0

### Minor Changes

- [#131](https://github.com/v3xlabs/edgeserver/pull/131) [`2db4c80`](https://github.com/v3xlabs/edgeserver/commit/2db4c802435e5e93b4e34544996356f7661d2a33) Thanks [@lucemans](https://github.com/lucemans)! - Migrate to vite

### Patch Changes

- [#133](https://github.com/v3xlabs/edgeserver/pull/133) [`abc4022`](https://github.com/v3xlabs/edgeserver/commit/abc4022e68f9ca8474090ff7b8f1e95eab91aa66) Thanks [@lucemans](https://github.com/lucemans)! - Fix buffer import

* [#134](https://github.com/v3xlabs/edgeserver/pull/134) [`bd31a67`](https://github.com/v3xlabs/edgeserver/commit/bd31a6702c948647a6de9a44c18fcc63b68226ca) Thanks [@lucemans](https://github.com/lucemans)! - Change ENV Variable naming
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edgelabs/app",
"version": "1.0.0",
"version": "1.1.0",
"license": "GPL-3.0",
"author": {
"name": "lvkdotsh",
Expand Down
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.10.4

### Patch Changes

- Updated dependencies [[`a84037f`](https://github.com/v3xlabs/edgeserver/commit/a84037fa28289d3e1c83c310b024d8ba11c7c7f4)]:
- @edgelabs/types@1.0.6

## 3.10.3

### 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": "@edgelabs/groot",
"version": "3.10.3",
"version": "3.10.4",
"private": true,
"repository": "[email protected]:lvkdotsh/ipedge.git",
"author": "lucemans <[email protected]>",
Expand Down
10 changes: 10 additions & 0 deletions apps/landing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @web/landing

## 1.1.0

### Minor Changes

- [#131](https://github.com/v3xlabs/edgeserver/pull/131) [`2db4c80`](https://github.com/v3xlabs/edgeserver/commit/2db4c802435e5e93b4e34544996356f7661d2a33) Thanks [@lucemans](https://github.com/lucemans)! - Migrate to vite

### Patch Changes

- [`a84037f`](https://github.com/v3xlabs/edgeserver/commit/a84037fa28289d3e1c83c310b024d8ba11c7c7f4) Thanks [@lucemans](https://github.com/lucemans)! - Cleanup and Bump Scripts

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edgelabs/landing",
"version": "1.0.6",
"version": "1.1.0",
"private": true,
"license": "GPL-3.0",
"dependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @edgelabs/config

## 0.1.0

### Minor Changes

- [#131](https://github.com/v3xlabs/edgeserver/pull/131) [`2db4c80`](https://github.com/v3xlabs/edgeserver/commit/2db4c802435e5e93b4e34544996356f7661d2a33) Thanks [@lucemans](https://github.com/lucemans)! - Migrate to vite

### Patch Changes

- [`a84037f`](https://github.com/v3xlabs/edgeserver/commit/a84037fa28289d3e1c83c310b024d8ba11c7c7f4) Thanks [@lucemans](https://github.com/lucemans)! - Cleanup and Bump Scripts

- Updated dependencies [[`a84037f`](https://github.com/v3xlabs/edgeserver/commit/a84037fa28289d3e1c83c310b024d8ba11c7c7f4)]:
- @edgelabs/types@1.0.6

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edgelabs/config",
"description": "Configuration Parsing Utilities for Edgeserver",
"version": "0.0.3",
"version": "0.1.0",
"exports": {
".": {
"require": "./dist/index.js",
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.6

### Patch Changes

- [`a84037f`](https://github.com/v3xlabs/edgeserver/commit/a84037fa28289d3e1c83c310b024d8ba11c7c7f4) Thanks [@lucemans](https://github.com/lucemans)! - Cleanup and Bump Scripts

## 1.0.5

### 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,7 +1,7 @@
{
"name": "@edgelabs/types",
"description": "Types for all the things in Edgeserver",
"version": "1.0.5",
"version": "1.0.6",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down

0 comments on commit a8bae7f

Please sign in to comment.