Skip to content

Commit

Permalink
Merge pull request #7 from magiclabs/trystendsmyth-fix-versioning
Browse files Browse the repository at this point in the history
fix: update versioning
  • Loading branch information
trystendsmyth authored Aug 20, 2024
2 parents 720d2bd + 7cc25e2 commit db68b59
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v5.1.1 (Mon Aug 7 2024)

- Updates name, packages, paths and linting

#### 🚀 Enhancement

- Adds etherlink mainnet

# v5.1.0 (Mon Aug 7 2024)

#### 🚀 Enhancement
Expand All @@ -10,7 +18,7 @@

- Removes Universal support with associated flags, prompts, and templates
- Adds architectural updates to EVM templates

#### Authors: 1

- pbillingsby ([@PBillingsby](https://github.com/PBillingsby))
Expand All @@ -20,7 +28,7 @@
#### 🚀 Enhancement

- Adds Etherlink support

#### Authors: 1

- Hunter Cote ([@hcote](https://github.com/hcote))
Expand All @@ -30,7 +38,7 @@
#### 🚀 Enhancement

- Adds zkSync support

#### Authors: 2

- James ([@jamesrp13](https://github.com/jamesrp13))
Expand Down Expand Up @@ -191,7 +199,7 @@

#### 🚀 Enhancement

- * Add microsoft OAuth login [#59](https://github.com/magiclabs/create-magic-app/pull/59) ([@Ethella](https://github.com/Ethella))
- - Add microsoft OAuth login [#59](https://github.com/magiclabs/create-magic-app/pull/59) ([@Ethella](https://github.com/Ethella))

#### Authors: 1

Expand Down Expand Up @@ -291,7 +299,7 @@

#### 🐛 Bug Fix

- * change success page link from referral to quickstart [#52](https://github.com/magiclabs/create-magic-app/pull/52) ([@Ethella](https://github.com/Ethella))
- - change success page link from referral to quickstart [#52](https://github.com/magiclabs/create-magic-app/pull/52) ([@Ethella](https://github.com/Ethella))

#### Authors: 1

Expand Down Expand Up @@ -710,7 +718,7 @@

#### 🏠 Internal

- Introduce the new package name: `make-magic` [#8](https://github.com/magiclabs/create-magic-app/pull/8) ([@smithki](https://github.com/smithki))
- Introduce the new package name: `make-magic` [#8](https://github.com/magiclabs/create-magic-app/pull/8) ([@smithki](https://github.com/smithki))

#### Authors: 1

Expand Down Expand Up @@ -769,4 +777,3 @@
- Ian K Smith ([@smithki](https://github.com/smithki))

---

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "make-magic-app",
"version": "5.1.0",
"version": "5.1.1",
"description": "A tool for quickly scaffolding an app with Magic authentication baked-in!",
"repository": "magiclabs/make-magic-app",
"license": "MIT",
Expand Down

0 comments on commit db68b59

Please sign in to comment.