Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Modulz -> WorkOS #1029

Merged
merged 2 commits into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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