Skip to content

Commit f456667

Browse files
authored
Changed removed the ".com" from Brisa's contact email address (#892)
1 parent 586f2a2 commit f456667

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at contact@brisa.build.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at contact@brisa.build. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ This Code of Conduct applies within project spaces and in public spaces when an
9898

9999
### Enforcement
100100

101-
Instances of unacceptable behavior may be reported by contacting the team at contact@brisa.build.com. All complaints will be reviewed and investigated with confidentiality. Maintainers not upholding the Code may face consequences.
101+
Instances of unacceptable behavior may be reported by contacting the team at contact@brisa.build. All complaints will be reviewed and investigated with confidentiality. Maintainers not upholding the Code may face consequences.
102102

103103
### Attribution
104104

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"author": {
1111
"name": "Brisa Team",
12-
"email": "contact@brisa.build.com"
12+
"email": "contact@brisa.build"
1313
},
1414
"type": "module",
1515
"workspaces": [

packages/adapter-vercel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"author": {
1313
"name": "Brisa Team",
14-
"email": "contact@brisa.build.com"
14+
"email": "contact@brisa.build"
1515
},
1616
"repository": {
1717
"type": "git",

packages/brisa-pandacss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"types": "./index.d.ts",
99
"author": {
1010
"name": "Brisa Team",
11-
"email": "contact@brisa.build.com"
11+
"email": "contact@brisa.build"
1212
},
1313
"repository": {
1414
"type": "git",

packages/brisa-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"types": "./index.d.ts",
99
"author": {
1010
"name": "Brisa Team",
11-
"email": "contact@brisa.build.com"
11+
"email": "contact@brisa.build"
1212
},
1313
"scripts": {
1414
"libs-json": "bun run scripts/generate-json-deps.ts"

packages/brisa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"author": {
1111
"name": "Brisa Team",
12-
"email": "contact@brisa.build.com"
12+
"email": "contact@brisa.build"
1313
},
1414
"type": "module",
1515
"exports": {

packages/brisa/src/utils/client-build-plugin/integration.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3153,14 +3153,14 @@ describe('integration', () => {
31533153

31543154
testComponent.setAttribute(
31553155
'user',
3156-
'{ "emails": ["contact@brisa.build.com"] }',
3156+
'{ "emails": ["contact@brisa.build"] }',
31573157
);
31583158

31593159
expect(window.mockSignalParent).toHaveBeenCalledTimes(2);
31603160
expect(window.mockSignalChild).toHaveBeenCalledTimes(1);
31613161
expect(window.mockSignalGrandChild).toHaveBeenCalledTimes(1);
31623162
expect(testComponent?.shadowRoot?.innerHTML).toBe(
3163-
'<div><b>contact@brisa.build.com</b></div>',
3163+
'<div><b>contact@brisa.build</b></div>',
31643164
);
31653165

31663166
testComponent.removeAttribute('user');

packages/create-brisa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"author": {
1212
"name": "Brisa Team",
13-
"email": "contact@brisa.build.com"
13+
"email": "contact@brisa.build"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)