Skip to content

Commit

Permalink
Change location of link from ansul agrawal to react-scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
ansulagrawal committed Jul 13, 2023
1 parent cec7a4b commit dcf9ebf
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ask-question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
attributes:
label: Checklist
options:
- label: I've looked through the [README](https://github.com/ansulagrawal/react-big-schedule#readme)
- label: I've looked through the [README](https://github.com/react-scheduler/react-big-schedule#readme)
required: true
- label: I've verified that I am running react-big-schedule version **4.2.0** or above.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
attributes:
label: Checklist
options:
- label: I've looked through the [README](https://github.com/ansulagrawal/react-big-schedule#readme)
- label: I've looked through the [README](https://github.com/react-scheduler/react-big-schedule#readme)
required: true
- label: I've verified that I'm running react-big-schedule version **4.2.0**
required: true
Expand Down
40 changes: 20 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [4.2.4](https://github.com/ansulagrawal/react-big-schedule/compare/4.2.3...4.2.4)
## [4.2.4](https://github.com/react-scheduler/react-big-schedule/compare/4.2.3...4.2.4)

`2023-07-13`

Expand All @@ -14,36 +14,36 @@
- webpack : 5.88.0 -> 5.88.1
- Converted to an organization by [@ansulagrawal](https://github.com/ansulagrawal)

## [4.2.3](https://github.com/ansulagrawal/react-big-schedule/compare/4.2.2...4.2.3)
## [4.2.3](https://github.com/react-scheduler/react-big-schedule/compare/4.2.2...4.2.3)

`2023-06-28`

- Fixed the `GetPos` import error by @ansulagrawal in [#59](https://github.com/ansulagrawal/react-big-schedule/pull/59)
- Fixed the `GetPos` import error by @ansulagrawal in [#59](https://github.com/react-scheduler/react-big-schedule/pull/59)

## [4.2.2](https://github.com/ansulagrawal/react-big-schedule/compare/4.2.1...4.2.2)
## [4.2.2](https://github.com/react-scheduler/react-big-schedule/compare/4.2.1...4.2.2)

`2023-06-27`

- Updated Readme by @ansulagrawal in [#46](https://github.com/ansulagrawal/react-big-schedule/pull/46)
- Chore(deps-dev): Bump webpack from 5.87.0 to 5.88.0 by @dependabot in [#50](https://github.com/ansulagrawal/react-big-schedule/pull/50)
- Chore(deps): Bump antd from 5.6.2 to 5.6.3 by @dependabot in [#51](https://github.com/ansulagrawal/react-big-schedule/pull/51)
- Updated Readme by @ansulagrawal in [#46](https://github.com/react-scheduler/react-big-schedule/pull/46)
- Chore(deps-dev): Bump webpack from 5.87.0 to 5.88.0 by @dependabot in [#50](https://github.com/react-scheduler/react-big-schedule/pull/50)
- Chore(deps): Bump antd from 5.6.2 to 5.6.3 by @dependabot in [#51](https://github.com/react-scheduler/react-big-schedule/pull/51)

#### New Contributors

- @dependabot

## [4.2.1](https://github.com/ansulagrawal/react-big-schedule/compare/4.2.0...4.2.1)
## [4.2.1](https://github.com/react-scheduler/react-big-schedule/compare/4.2.0...4.2.1)

`2023-06-24`

- Updated Antd Version and added `@babel/cli` package [#39](https://github.com/ansulagrawal/react-big-schedule/pull/39) [@ansulagrawal](https://github.com/ansulagrawal)
- Fixes for calculating span and isEnd for events. [#35](https://github.com/ansulagrawal/react-big-schedule/pull/35) [@adam-m-clark](https://github.com/adam-m-clark)
- Updated Antd Version and added `@babel/cli` package [#39](https://github.com/react-scheduler/react-big-schedule/pull/39) [@ansulagrawal](https://github.com/ansulagrawal)
- Fixes for calculating span and isEnd for events. [#35](https://github.com/react-scheduler/react-big-schedule/pull/35) [@adam-m-clark](https://github.com/adam-m-clark)

#### New Contributors

- [@adam-m-clark](https://github.com/adam-m-clark)

## [4.2.0](https://github.com/ansulagrawal/react-big-schedule/compare/3.0.2...4.0.0)
## [4.2.0](https://github.com/react-scheduler/react-big-schedule/compare/3.0.2...4.0.0)

`2023-06-17`

Expand All @@ -58,7 +58,7 @@
- Remove build from github
- Remove unnecessary package dependencies

## [3.0.2](https://github.com/ansulagrawal/react-big-schedule/compare/3.0.1...3.0.2)
## [3.0.2](https://github.com/react-scheduler/react-big-schedule/compare/3.0.1...3.0.2)

`2023-06-11`

Expand All @@ -71,14 +71,14 @@ Note:
- With this release, users can now import the React Big Schedule library in the umd.js format, providing more flexibility and compatibility with different project setups.
- Please ensure to update your projects to this version to take advantage of the new feature and the fixed import issues.

# [3.0.1](https://github.com/ansulagrawal/react-big-schedule/compare/3.0.0...3.0.1)
# [3.0.1](https://github.com/react-scheduler/react-big-schedule/compare/3.0.0...3.0.1)

`2023-06-04`

- Fixed exporting of CSS file in the build process to ensure proper functionality.
- Removed publishing on GitHub as npm is already available for distribution.

# [3.0.0](https://github.com/ansulagrawal/react-big-schedule/compare/2.0.0...3.0.0)
# [3.0.0](https://github.com/react-scheduler/react-big-schedule/compare/2.0.0...3.0.0)

`2023-06-04`

Expand All @@ -99,18 +99,18 @@ Thanks to [@hbatalhaStch](https://github.com/hbatalhaStch), Changes has been cop

- [@hbatalhaStch](https://github.com/hbatalhaStch)

# [2.0.0](https://github.com/ansulagrawal/react-big-schedule/compare/1.0.0...2.0.0)
# [2.0.0](https://github.com/react-scheduler/react-big-schedule/compare/1.0.0...2.0.0)

`2023-05-27`

- Add configurable colour visibility and optional date display in popover. [#16](https://github.com/ansulagrawal/react-big-schedule/pull/16)
- Add configurable colour visibility and optional date display in popover. [#16](https://github.com/react-scheduler/react-big-schedule/pull/16)

- Add configurable cell size options for Week, Month, and Year views. [#17](https://github.com/ansulagrawal/react-big-schedule/pull/17)
- Add configurable cell size options for Week, Month, and Year views. [#17](https://github.com/react-scheduler/react-big-schedule/pull/17)

- Add SWAP event function for event swapping in library. [#18](https://github.com/ansulagrawal/react-big-schedule/pull/18)
- Add SWAP event function for event swapping in library. [#18](https://github.com/react-scheduler/react-big-schedule/pull/18)

- Enhance library with wrapper function and streamlined dependencies. [#19](https://github.com/ansulagrawal/react-big-schedule/pull/19)
- Fix bugs and enhancement of format. [#20](https://github.com/ansulagrawal/react-big-schedule/pull/20)
- Enhance library with wrapper function and streamlined dependencies. [#19](https://github.com/react-scheduler/react-big-schedule/pull/19)
- Fix bugs and enhancement of format. [#20](https://github.com/react-scheduler/react-big-schedule/pull/20)

### Breaking Changes:

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[npm-image]: http://img.shields.io/npm/v/react-big-schedule.svg
[npm-url]: http://npmjs.org/package/react-big-schedule
[mit-image]: https://img.shields.io/badge/License-MIT-green.svg
[mit-url]: https://github.com/ansulagrawal/react-big-schedule/blob/master/LICENSE
[codeql-image]: https://github.com/ansulagrawal/react-big-schedule/actions/workflows/github-code-scanning/codeql/badge.svg?branch=master
[codeql-url]: https://github.com/ansulagrawal/react-big-schedule/actions/workflows/github-code-scanning/codeql
[mit-url]: https://github.com/react-scheduler/react-big-schedule/blob/master/LICENSE
[codeql-image]: https://github.com/react-scheduler/react-big-schedule/actions/workflows/github-code-scanning/codeql/badge.svg?branch=master
[codeql-url]: https://github.com/react-scheduler/react-big-schedule/actions/workflows/github-code-scanning/codeql


React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern, browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision.
Expand Down Expand Up @@ -57,10 +57,10 @@ Contributions to react-big-schedule are welcome! If you find a bug or want to co
Please ensure that your code adheres to the project's coding conventions and includes appropriate tests.

## License
React Big Schedule is released under the MIT License. See the [LICENSE](https://github.com/ansulagrawal/react-big-schedule/blob/master/LICENSE) file for more details.
React Big Schedule is released under the MIT License. See the [LICENSE](https://github.com/react-scheduler/react-big-schedule/blob/master/LICENSE) file for more details.

## Support
If you have any questions or need support, please create an issue in the [GitHub repository](https://github.com/ansulagrawal/react-big-schedule/issues).
If you have any questions or need support, please create an issue in the [GitHub repository](https://github.com/react-scheduler/react-big-schedule/issues).

## Credits
React Big Schedule is developed and maintained by the React Big Schedule team. We would like to thank the open-source community for their valuable contributions and feedback.
Expand All @@ -86,7 +86,7 @@ We would like to acknowledge the following projects for their inspiration and co
We are continuously working on enhancing react-big-schedule and welcome your feedback and suggestions for future improvements.

## Changelog
Please refer to the [CHANGELOG.md](https://github.com/ansulagrawal/react-big-schedule/blob/master/CHANGELOG.md) file.
Please refer to the [CHANGELOG.md](https://github.com/react-scheduler/react-big-schedule/blob/master/CHANGELOG.md) file.


## Use and Setup
Expand Down

0 comments on commit dcf9ebf

Please sign in to comment.