chore: linkys
This commit is contained in:
parent
cac0cdce2d
commit
aa245f1ff0
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/monorepo",
|
"name": "@flecks/monorepo",
|
||||||
"repository": "https://github.com/cha0s/flecks",
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "lerna run build",
|
"build": "lerna run build",
|
||||||
"lint": "lerna run lint",
|
"lint": "lerna run lint",
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* sourcemaps for compiled flecks ([e35f87b](https://git.hq.cha0s.io/cha0s/flecks/commits/e35f87b888e5cee891d6b2b6cca761a0898a2461))
|
* sourcemaps for compiled flecks ([e35f87b](https://github.com/cha0s/flecks/commits/e35f87b888e5cee891d6b2b6cca761a0898a2461))
|
||||||
* **core:** compilation uses source babel config and ignores node_modules ([0b0219d](https://git.hq.cha0s.io/cha0s/flecks/commits/0b0219d09eae6a1f7952af1a751bc77c35ee5591))
|
* **core:** compilation uses source babel config and ignores node_modules ([0b0219d](https://github.com/cha0s/flecks/commits/0b0219d09eae6a1f7952af1a751bc77c35ee5591))
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
* **core/server:** read config from environment ([8ed9648](https://git.hq.cha0s.io/cha0s/flecks/commits/8ed96484b9cc260b1bc46d8f4cbe621476960d6c))
|
* **core/server:** read config from environment ([8ed9648](https://github.com/cha0s/flecks/commits/8ed96484b9cc260b1bc46d8f4cbe621476960d6c))
|
||||||
* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
|
* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/core",
|
"name": "@flecks/core",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/core"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* VSCode launch config ([5749228](https://git.hq.cha0s.io/cha0s/flecks/commits/5749228c2eb3ad22abf8006c90cc0bf3b5fc5865))
|
* VSCode launch config ([5749228](https://github.com/cha0s/flecks/commits/5749228c2eb3ad22abf8006c90cc0bf3b5fc5865))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/create-app
|
**Note:** Version bump only for package @flecks/create-app
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/create-app",
|
"name": "@flecks/create-app",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/create-app"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/create-fleck
|
**Note:** Version bump only for package @flecks/create-fleck
|
||||||
|
|
||||||
|
@ -11,6 +11,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/create-fleck
|
**Note:** Version bump only for package @flecks/create-fleck
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/create-fleck",
|
"name": "@flecks/create-fleck",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/create-fleck"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/db
|
**Note:** Version bump only for package @flecks/db
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/db",
|
"name": "@flecks/db",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/db"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/docker
|
**Note:** Version bump only for package @flecks/docker
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/docker",
|
"name": "@flecks/docker",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/docker"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,18 +3,18 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
|
* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/fleck
|
**Note:** Version bump only for package @flecks/fleck
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/fleck",
|
"name": "@flecks/fleck",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/fleck"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/governor
|
**Note:** Version bump only for package @flecks/governor
|
||||||
|
|
||||||
|
@ -11,6 +11,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/governor
|
**Note:** Version bump only for package @flecks/governor
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/governor",
|
"name": "@flecks/governor",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/governor"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/http
|
**Note:** Version bump only for package @flecks/http
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/http",
|
"name": "@flecks/http",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/http"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,18 +3,18 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
|
* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/react
|
**Note:** Version bump only for package @flecks/react
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/react",
|
"name": "@flecks/react",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/react"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/redis
|
**Note:** Version bump only for package @flecks/redis
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/redis",
|
"name": "@flecks/redis",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/redis"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/redux
|
**Note:** Version bump only for package @flecks/redux
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/redux",
|
"name": "@flecks/redux",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/redux"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/repl
|
**Note:** Version bump only for package @flecks/repl
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/repl",
|
"name": "@flecks/repl",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/repl"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/server
|
**Note:** Version bump only for package @flecks/server
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/server",
|
"name": "@flecks/server",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/server"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,17 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/socket
|
**Note:** Version bump only for package @flecks/socket
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/socket",
|
"name": "@flecks/socket",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/socket"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,18 +3,18 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
# [1.1.0](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
# [1.1.0](https://github.com/cha0s/flecks/compare/v1.0.2...v1.1.0) (2022-02-28)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
|
* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b))
|
||||||
* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
|
||||||
|
|
||||||
**Note:** Version bump only for package @flecks/user
|
**Note:** Version bump only for package @flecks/user
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "@flecks/user",
|
"name": "@flecks/user",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/cha0s/flecks.git",
|
||||||
|
"directory": "packages/user"
|
||||||
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user