Skip to content

Commit

Permalink
Merge pull request #320 from rpearce/chore/rename-project-back-to-rmiz
Browse files Browse the repository at this point in the history
Chore: rename project back to react-medium-image-zoom
  • Loading branch information
rpearce authored May 23, 2022
2 parents a97fd87 + b2c56cc commit 8c535a1
Show file tree
Hide file tree
Showing 6 changed files with 533 additions and 469 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "image-zoom",
"projectName": "react-medium-image-zoom",
"projectOwner": "rpearce",
"files": [
"README.md"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.4.1] - 2022-05-22
### Changed
* Switched project name back to `react-medium-image-zoom` and fixed links
* I'm not even sure it was working, but turned off `sourceMaps: true` in the
tsconfig
* Moved `AUTHORS` file into `contributors` key in `package.json`
* Added `funding` info to `package.json`

## [4.4.0] - 2022-05-13
### Changed
* Bumped minor version of `tslib` and made sure to actually use it (#306)
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing

1. Check out the [issues](https://github.com/rpearce/image-zoom/issues)
1. Check out the [issues](https://github.com/rpearce/react-medium-image-zoom/issues)
1. [Fork](https://guides.github.com/activities/forking/) this repository
1. [Clone](https://help.github.com/articles/cloning-a-repository/) your fork
1. Add the upstream project (this one) as a git remote:
```
$ git remote add upstream git@github.com:rpearce/image-zoom.git
$ git remote add upstream git@github.com:rpearce/react-medium-image-zoom.git
$ git fetch upstream
$ git rebase upstream/master
```
Expand Down
Loading

0 comments on commit 8c535a1

Please sign in to comment.