Skip to content

Commit 17b111a

Browse files
Change Package Name (#353)
1 parent d9c9841 commit 17b111a

File tree

65 files changed

+380
-353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+380
-353
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @techmmunity-symbiosis/reviewers
1+
* @thothom/reviewers

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
22

3-
github: [techmmunity]
3+
github: [thothom]

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const your = (code) => here;
3131
## Environment
3232

3333
<pre><code>
34-
Symbiosis version: X.Y.Z
34+
ThothOM version: X.Y.Z
3535
<!-- Check whether this is still an issue in the most recent Nest version -->
3636

3737
For Tooling issues:

.github/ISSUE_TEMPLATE/Support_question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ assignees: ""
88

99
<!-- We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! 😁. -->
1010

11-
- Discord Community Chat: https://discord.gg/TakYksUzzZ
11+
- Discord Community Chat: https://discord.gg/NMtAJ6whG7

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Discord Community
4-
url: https://discord.gg/TakYksUzzZ
4+
url: https://discord.gg/NMtAJ6whG7
55
about: You can help us and a lot of more people in our discord community ;D

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PR Of Documentation Update: N/A
99

1010
Please check if your PR fulfills the following requirements:
1111

12-
- [ ] My contribution follows [the guidelines](https://github.com/techmmunity/symbiosis/blob/master/CONTRIBUTING.md)
12+
- [ ] My contribution follows [the guidelines](https://github.com/thothom/core/blob/master/CONTRIBUTING.md)
1313
- [ ] I followed [GitFlow](https://github.com/techmmunity/git-magic/blob/master/docs/en/gitflow.md) pattern to create the branch
1414
- [ ] Tests for the changes have been added
1515
- [ ] I created a PR to add / update the documentation (or aren't necessary)

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ tsconfig*
5555
!tsconfig.json
5656
!tsconfig.build.json
5757

58-
# Do not touch it! Symb needs this exact exclude, or will generate it again.
59-
/.symbiosis
58+
# Do not touch it! Thoth needs this exact exclude, or will generate it again.
59+
/.thothom

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
"plugable",
127127
"prebuild",
128128
"sonarjs",
129-
"symb",
130129
"techmmunity",
130+
"thothom",
131131
"transpiled",
132132
"tsbuildinfo",
133133
"typeorm",

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Dependencies
1919

20-
## [0.0.31] - 2022-02-12
20+
## [0.0.1] - 2022-06-30
21+
22+
### Added
23+
24+
### Changed
25+
26+
- Package name to `ThothOM`, `@thothom/core`
27+
28+
### Fixed
29+
30+
### Removed
31+
32+
### Dependencies
33+
34+
## [@techmmunity/symbiosis@0.0.31] - 2022-02-12
2135

2236
### Added
2337

@@ -32,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3246

3347
### Dependencies
3448

35-
## [0.0.30] - 2021-12-25
49+
## [@techmmunity/symbiosis@0.0.30] - 2021-12-25
3650

3751
### Added
3852

@@ -48,7 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4862

4963
- Update TypeScript to 4.5.4
5064

51-
## [0.0.29] - 2021-12-05
65+
## [@techmmunity/symbiosis@0.0.29] - 2021-12-05
5266

5367
### Added
5468

@@ -102,7 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102116
- Bump @types/uuid from 8.3.1 to 8.3.3
103117
- Bump @types/jest from 27.0.2 to 27.0.3
104118

105-
## [0.0.28] - 2021-11-16
119+
## [@techmmunity/symbiosis@0.0.28] - 2021-11-16
106120

107121
### Added
108122

@@ -117,7 +131,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117131

118132
### Removed
119133

120-
## [0.0.27] - 2021-11-12
134+
## [@techmmunity/symbiosis@0.0.27] - 2021-11-12
121135

122136
### Added
123137

@@ -143,7 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143157

144158
- [BC] `isSubEntity` option from `@Entity` (replaced by `@SubEntity()`)
145159

146-
## [0.0.26] - 2021-11-04
160+
## [@techmmunity/symbiosis@0.0.26] - 2021-11-04
147161

148162
### Added
149163

@@ -161,7 +175,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161175

162176
### Removed
163177

164-
## [0.0.25] - 2021-10-26
178+
## [@techmmunity/symbiosis@0.0.25] - 2021-10-26
165179

166180
### Added
167181

@@ -171,7 +185,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171185

172186
### Removed
173187

174-
## [0.0.21] - 2021-10-26
188+
## [@techmmunity/symbiosis@0.0.21] - 2021-10-26
175189

176190
### Added
177191

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# How to contribute?
22

3-
All the details about contributing are in [our website](https://symbiosis.techmmunity.com.br).
3+
All the details about contributing are in [our website](https://thothom.com).

0 commit comments

Comments
 (0)