Skip to content

Commit

Permalink
Merge pull request #1029 from stitchesjs/workos
Browse files Browse the repository at this point in the history
Update Modulz -> WorkOS
  • Loading branch information
zenorocha authored Jun 1, 2022
2 parents 74c3b96 + 1392436 commit 1fb6333
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at colm@modulz.app. All
reported by contacting the project team at colm@workos.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ scope and avoid unrelated commits.

That’s it! Now [open a pull request] with a clear title and description.

[already been reported]: https://github.com/modulz/stitches/issues
[fork this project]: https://github.com/modulz/stitches/fork
[already been reported]: https://github.com/stitchesjs/stitches/issues
[fork this project]: https://github.com/stitchesjs/stitches/fork
[live example]: https://codesandbox.io/
[open a pull request]: https://help.github.com/articles/using-pull-requests/
[reduced test case]: https://css-tricks.com/reduced-test-cases/
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Modulz
Copyright (c) 2022 WorkOS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Framework-agnostic implementation.
npm install @stitches/core
```

[Read more](https://github.com/modulz/stitches/tree/main/packages/core)
[Read more](https://github.com/stitchesjs/stitches/tree/main/packages/core)

#### Stitches React

Expand All @@ -26,7 +26,7 @@ React wrapper including the `styled` API.
npm install @stitches/react
```

[Read more](https://github.com/modulz/stitches/tree/main/packages/react)
[Read more](https://github.com/stitchesjs/stitches/tree/main/packages/react)

---

Expand All @@ -50,12 +50,12 @@ Here's a list of community-built projects:

## Authors

- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)
- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)
- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)
- Pedro Duarte ([@peduarte](https://twitter.com/peduarte))
- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal))
- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [WorkOS](https://workos.com)

## License

Licensed under the MIT License, Copyright © 2021-present Modulz.
Licensed under the MIT License, Copyright © 2022-present WorkOS.

See [LICENSE](./LICENSE.md) for more information.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"type": "module",
"license": "MIT",
"contributors": [
"Pedro Duarte <pedro@modulz.app>",
"Abdulhadi Alhallak <abdulhadi@modulz.app>",
"Jonathan Neal <jonathan@modulz.app>"
"Pedro Duarte",
"Abdulhadi Alhallak <abdul@workos.com>",
"Jonathan Neal"
],
"scripts": {
"build:test:types": "yarn workspace @stitches/test build",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ Please follow our [contributing guidelines](./CONTRIBUTING.md).

## Authors

- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)
- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)
- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)
- Pedro Duarte ([@peduarte](https://twitter.com/peduarte))
- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [WorkOS](https://workos.com)
- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal))

## License

Licensed under the MIT License, Copyright © 2021-present Modulz.
Licensed under the MIT License, Copyright © 2022-present WorkOS.

See [LICENSE](./LICENSE.md) for more information.
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
],
"sideEffects": false,
"license": "MIT",
"repository": "modulz/stitches",
"repository": "stitchesjs/stitches",
"homepage": "https://stitches.dev/",
"bugs": "https://github.com/modulz/stitches/issues",
"bugs": "https://github.com/stitchesjs/stitches/issues",
"contributors": [
"Pedro Duarte <pedro@modulz.app>",
"Abdulhadi Alhallak <abdulhadi@modulz.app>",
"Jonathan Neal <jonathan@modulz.app>"
"Pedro Duarte",
"Abdulhadi Alhallak <abdul@workos.com>",
"Jonathan Neal"
],
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/features/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const createRenderer = (
const groupCache = (isResponsive ? sheet.rules.resonevar : sheet.rules.onevar ).cache
/*
* make sure that normal variants are injected before responsive ones
* @see {@link https://github.com/modulz/stitches/issues/737|github}
* @see {@link https://github.com/stitchesjs/stitches/issues/737|github}
*/
const targetInjectionGroup = isResponsive ? injectionTarget.resonevar : injectionTarget.onevar

Expand Down
10 changes: 5 additions & 5 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ For full documentation, visit [stitches.dev](https://stitches.dev).

## Contributing

Please follow our [contributing guidelines](https://github.com/modulz/stitches/blob/canary/CONTRIBUTING.md).
Please follow our [contributing guidelines](https://github.com/stitchesjs/stitches/blob/canary/CONTRIBUTING.md).

## Authors

- Pedro Duarte ([@peduarte](https://twitter.com/peduarte)) - [Modulz](https://modulz.app)
- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal)) - [Modulz](https://modulz.app)
- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [Modulz](https://modulz.app)
- Pedro Duarte ([@peduarte](https://twitter.com/peduarte))
- Jonathan Neal ([@jon_neal](https://twitter.com/jon_neal))
- Abdulhadi Alhallak ([@hadi_hlk](https://twitter.com/hadi_hlk)) - [WorkOS](https://workos.com)

## License

Licensed under the MIT License, Copyright © 2021-present Modulz.
Licensed under the MIT License, Copyright © 2022-present WorkOS.

See [LICENSE](./LICENSE.md) for more information.
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
],
"sideEffects": false,
"license": "MIT",
"repository": "modulz/stitches",
"repository": "stitchesjs/stitches",
"homepage": "https://stitches.dev/",
"bugs": "https://github.com/modulz/stitches/issues",
"bugs": "https://github.com/stitchesjs/stitches/issues",
"contributors": [
"Pedro Duarte <pedro@modulz.app>",
"Abdulhadi Alhallak <abdulhadi@modulz.app>",
"Jonathan Neal <jonathan@modulz.app>"
"Pedro Duarte",
"Abdulhadi Alhallak <abdul@workos.com>",
"Jonathan Neal"
],
"devDependencies": {
"react": "17.0.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
],
"sideEffects": false,
"license": "MIT",
"repository": "modulz/stitches",
"homepage": "https://github.com/modulz/stitches#readme",
"bugs": "https://github.com/modulz/stitches/issues",
"repository": "stitchesjs/stitches",
"homepage": "https://github.com/stitchesjs/stitches#readme",
"bugs": "https://github.com/stitchesjs/stitches/issues",
"contributors": [
"Jonathan Neal <jonathan@modulz.app>",
"Pedro Duarte <pedro@modulz.app>",
"Abdulhadi Alhallak <abdulhadi@modulz.app>"
"Jonathan Neal",
"Pedro Duarte",
"Abdulhadi Alhallak <abdul@workos.com>"
],
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/test/Issue-813-core.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://github.com/modulz/stitches/issues/813
// https://github.com/stitchesjs/stitches/issues/813
import { createStitches } from '@stitches/core'
import * as Stitches from '@stitches/core'

Expand Down
2 changes: 1 addition & 1 deletion packages/test/Issue-813-react.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://github.com/modulz/stitches/issues/813
// https://github.com/stitchesjs/stitches/issues/813
import { createStitches } from '@stitches/react'
import * as Stitches from '@stitches/react'

Expand Down

0 comments on commit 1fb6333

Please sign in to comment.