Skip to content

Commit

Permalink
Merge pull request #265 from wealthfront/prepare-release-2.2.2-beta
Browse files Browse the repository at this point in the history
Prepare for release 2.2.2-beta
  • Loading branch information
Kritarie authored Nov 15, 2022
2 parents 46e793f + 2eb1dc4 commit 28cb6a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.2.2-beta
- Adds extension functions to `LinearNavigator` for common navigation patterns.

## 2.2.1-beta
- Support interrupting transitions to prevent overlapping animations in `LazySetNavigator`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the dependencies you need in your `build.gradle`:
### Core library

```groovy
def magellanVersion = '2.2.1-beta'
def magellanVersion = '2.2.2-beta'
implementation "com.wealthfront:magellan-library:${magellanVersion}"
```

Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Update CHANGELOG.md for the impending release.
- Update README.md with the new version.
2. `git commit -am "Prepare for release X.Y.Z"` (where X.Y.Z is the new version)
3. Open a Pull Request with the above changes. Get it merged
3. Open a Pull Request with the above changes. Get it merged.
4. Create a tag for this version
- `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the version)
- Push this tag to GitHub: `git push && git push --tags`
Expand All @@ -20,7 +20,7 @@ Visit [Maven Central Repository Search](https://search.maven.org/search?q=magell
7. Change the repo's metadata to reflect the next development cycle
- Change gradle.properties to the next SNAPSHOT version.
- `git commit -am "Prepare next development version"`
8. Open a Pull Request with the above changes. Get it merged
8. Open a Pull Request with the above changes. Get it merged.

## Publish to local maven repo

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.wealthfront
VERSION_NAME=2.2.2-SNAPSHOT
VERSION_NAME=2.2.2-beta

POM_DESCRIPTION=The simplest navigation library for Android

Expand Down

0 comments on commit 28cb6a0

Please sign in to comment.