From aa245f1ff069c753b078ffc587d9cb73dfe2bfd6 Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 28 Feb 2022 11:59:16 -0600 Subject: [PATCH] chore: linkys --- package.json | 5 ++++- packages/core/CHANGELOG.md | 12 ++++++------ packages/core/package.json | 5 +++++ packages/create-app/CHANGELOG.md | 6 +++--- packages/create-app/package.json | 5 +++++ packages/create-fleck/CHANGELOG.md | 4 ++-- packages/create-fleck/package.json | 5 +++++ packages/db/CHANGELOG.md | 6 +++--- packages/db/package.json | 5 +++++ packages/docker/CHANGELOG.md | 6 +++--- packages/docker/package.json | 5 +++++ packages/fleck/CHANGELOG.md | 8 ++++---- packages/fleck/package.json | 5 +++++ packages/governor/CHANGELOG.md | 4 ++-- packages/governor/package.json | 5 +++++ packages/http/CHANGELOG.md | 6 +++--- packages/http/package.json | 5 +++++ packages/react/CHANGELOG.md | 8 ++++---- packages/react/package.json | 5 +++++ packages/redis/CHANGELOG.md | 6 +++--- packages/redis/package.json | 5 +++++ packages/redux/CHANGELOG.md | 6 +++--- packages/redux/package.json | 5 +++++ packages/repl/CHANGELOG.md | 6 +++--- packages/repl/package.json | 5 +++++ packages/server/CHANGELOG.md | 6 +++--- packages/server/package.json | 5 +++++ packages/socket/CHANGELOG.md | 6 +++--- packages/socket/package.json | 5 +++++ packages/user/CHANGELOG.md | 8 ++++---- packages/user/package.json | 5 +++++ 31 files changed, 128 insertions(+), 50 deletions(-) diff --git a/package.json b/package.json index c5664aa..d3ecfd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "@flecks/monorepo", - "repository": "https://github.com/cha0s/flecks", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git" + }, "scripts": { "build": "lerna run build", "lint": "lerna run lint", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b48b0f3..ec4df76 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* sourcemaps for compiled flecks ([e35f87b](https://git.hq.cha0s.io/cha0s/flecks/commits/e35f87b888e5cee891d6b2b6cca761a0898a2461)) -* **core:** compilation uses source babel config and ignores node_modules ([0b0219d](https://git.hq.cha0s.io/cha0s/flecks/commits/0b0219d09eae6a1f7952af1a751bc77c35ee5591)) +* sourcemaps for compiled flecks ([e35f87b](https://github.com/cha0s/flecks/commits/e35f87b888e5cee891d6b2b6cca761a0898a2461)) +* **core:** compilation uses source babel config and ignores node_modules ([0b0219d](https://github.com/cha0s/flecks/commits/0b0219d09eae6a1f7952af1a751bc77c35ee5591)) ### Features -* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363)) -* **core/server:** read config from environment ([8ed9648](https://git.hq.cha0s.io/cha0s/flecks/commits/8ed96484b9cc260b1bc46d8f4cbe621476960d6c)) -* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b)) +* rich debugging ([545bfce](https://github.com/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363)) +* **core/server:** read config from environment ([8ed9648](https://github.com/cha0s/flecks/commits/8ed96484b9cc260b1bc46d8f4cbe621476960d6c)) +* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b)) diff --git a/packages/core/package.json b/packages/core/package.json index 9156109..6360f5a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/core", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/core" + }, "publishConfig": { "access": "public" }, diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md index b9c42d0..fe7f49b 100644 --- a/packages/create-app/CHANGELOG.md +++ b/packages/create-app/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* 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 diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 650114d..8656f7c 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/create-app", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/create-app" + }, "publishConfig": { "access": "public" }, diff --git a/packages/create-fleck/CHANGELOG.md b/packages/create-fleck/CHANGELOG.md index 8210538..e0ae676 100644 --- a/packages/create-fleck/CHANGELOG.md +++ b/packages/create-fleck/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. 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 @@ -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 diff --git a/packages/create-fleck/package.json b/packages/create-fleck/package.json index a03f8d4..450b329 100644 --- a/packages/create-fleck/package.json +++ b/packages/create-fleck/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/create-fleck", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/create-fleck" + }, "publishConfig": { "access": "public" }, diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index beaa15d..dbd1a19 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* 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 diff --git a/packages/db/package.json b/packages/db/package.json index c248e4a..add5af8 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/db", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/db" + }, "publishConfig": { "access": "public" }, diff --git a/packages/docker/CHANGELOG.md b/packages/docker/CHANGELOG.md index bd730d0..987c989 100644 --- a/packages/docker/CHANGELOG.md +++ b/packages/docker/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* 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 diff --git a/packages/docker/package.json b/packages/docker/package.json index c2b0d02..1a1eb6b 100644 --- a/packages/docker/package.json +++ b/packages/docker/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/docker", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/docker" + }, "publishConfig": { "access": "public" }, diff --git a/packages/fleck/CHANGELOG.md b/packages/fleck/CHANGELOG.md index 27bc4de..0c4c5a4 100644 --- a/packages/fleck/CHANGELOG.md +++ b/packages/fleck/CHANGELOG.md @@ -3,18 +3,18 @@ All notable changes to this project will be documented in this file. 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 -* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b)) -* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363)) +* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b)) +* 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 diff --git a/packages/fleck/package.json b/packages/fleck/package.json index 8956345..7d4874d 100644 --- a/packages/fleck/package.json +++ b/packages/fleck/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/fleck", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/fleck" + }, "publishConfig": { "access": "public" }, diff --git a/packages/governor/CHANGELOG.md b/packages/governor/CHANGELOG.md index 2bce689..00416e5 100644 --- a/packages/governor/CHANGELOG.md +++ b/packages/governor/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. 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 @@ -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 diff --git a/packages/governor/package.json b/packages/governor/package.json index 7dc1490..1b2b39a 100644 --- a/packages/governor/package.json +++ b/packages/governor/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/governor", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/governor" + }, "publishConfig": { "access": "public" }, diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index f4cac3e..4e605cb 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* 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 diff --git a/packages/http/package.json b/packages/http/package.json index 8863e42..b248c02 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/http", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/http" + }, "publishConfig": { "access": "public" }, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e5589f3..a31c3eb 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,18 +3,18 @@ All notable changes to this project will be documented in this file. 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 -* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b)) -* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363)) +* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b)) +* 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 diff --git a/packages/react/package.json b/packages/react/package.json index c5396b7..2ca5e09 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/react", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/react" + }, "publishConfig": { "access": "public" }, diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md index 0c8c701..a7de576 100644 --- a/packages/redis/CHANGELOG.md +++ b/packages/redis/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* 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 diff --git a/packages/redis/package.json b/packages/redis/package.json index 655d2a2..8bf71d4 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/redis", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/redis" + }, "publishConfig": { "access": "public" }, diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index ea56fd1..e9e3efe 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* 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 diff --git a/packages/redux/package.json b/packages/redux/package.json index 3efd17a..6505007 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/redux", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/redux" + }, "publishConfig": { "access": "public" }, diff --git a/packages/repl/CHANGELOG.md b/packages/repl/CHANGELOG.md index cf5a73e..b44c94e 100644 --- a/packages/repl/CHANGELOG.md +++ b/packages/repl/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* 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 diff --git a/packages/repl/package.json b/packages/repl/package.json index e728db9..dc8f69e 100644 --- a/packages/repl/package.json +++ b/packages/repl/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/repl", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/repl" + }, "publishConfig": { "access": "public" }, diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index d1f7669..a8bd958 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* 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 diff --git a/packages/server/package.json b/packages/server/package.json index 512fe21..fe7e32d 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/server", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/server" + }, "publishConfig": { "access": "public" }, diff --git a/packages/socket/CHANGELOG.md b/packages/socket/CHANGELOG.md index ed333e8..4f2cdbc 100644 --- a/packages/socket/CHANGELOG.md +++ b/packages/socket/CHANGELOG.md @@ -3,17 +3,17 @@ All notable changes to this project will be documented in this file. 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 -* 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 diff --git a/packages/socket/package.json b/packages/socket/package.json index f5617bd..f4c331f 100644 --- a/packages/socket/package.json +++ b/packages/socket/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/socket", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/socket" + }, "publishConfig": { "access": "public" }, diff --git a/packages/user/CHANGELOG.md b/packages/user/CHANGELOG.md index 6bedf9c..dade89f 100644 --- a/packages/user/CHANGELOG.md +++ b/packages/user/CHANGELOG.md @@ -3,18 +3,18 @@ All notable changes to this project will be documented in this file. 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 -* babel in flecksrc ([dc60217](https://git.hq.cha0s.io/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b)) -* rich debugging ([545bfce](https://git.hq.cha0s.io/cha0s/flecks/commits/545bfce1ab602044041b370b413df62ae0cb9363)) +* babel in flecksrc ([dc60217](https://github.com/cha0s/flecks/commits/dc60217bd66d436eac6afe0e6d803f43a354bc6b)) +* 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 diff --git a/packages/user/package.json b/packages/user/package.json index 089be2b..5e26288 100644 --- a/packages/user/package.json +++ b/packages/user/package.json @@ -1,5 +1,10 @@ { "name": "@flecks/user", + "repository": { + "type" : "git", + "url" : "https://github.com/cha0s/flecks.git", + "directory": "packages/user" + }, "publishConfig": { "access": "public" },