# Migration Guides

On occasion, we release breaking changes to the libraries. This page links to various migration guides.

## redux-resource

* [v2 ⇨ v3](https://github.com/jamesplease/redux-resource/blob/master/packages/redux-resource/docs/migration-guides/2-to-3.md)
* [`resourceful-redux` ⇨ `redux-resource`](https://github.com/jamesplease/redux-resource/blob/master/packages/redux-resource/docs/migration-guides/1-to-2.md)

## redux-resource-xhr

* [v3 ⇨ v4](https://github.com/jamesplease/redux-resource/blob/master/packages/redux-resource-xhr/docs/migration-guides/3-to-4.md)
* [v2 ⇨ v3](https://github.com/jamesplease/redux-resource/blob/master/packages/redux-resource-xhr/docs/migration-guides/2-to-3.md)

## redux-resource-prop-types

* [v3 ⇨ v4](https://github.com/jamesplease/redux-resource/blob/master/packages/redux-resource-prop-types/docs/migration-guides/3-to-4.md)
* [v2 ⇨ v3](https://github.com/jamesplease/redux-resource/blob/master/packages/redux-resource-prop-types/docs/migration-guides/2-to-3.md)

## redux-resource-plugins

* [v2 ⇨ v3](https://github.com/jamesplease/redux-resource/blob/master/packages/redux-resource-plugins/docs/migration-guides/2-to-3.md)

## redux-resource-action-creators

* [v1 ⇨ v2](https://github.com/jamesplease/redux-resource/blob/master/packages/redux-resource-action-creators/docs/migration-guides/1-to-2.md)
