Skip to content

Commit

Permalink
Updates for Mint 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Sep 18, 2023
1 parent 5655d69 commit dd90b98
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Mint
uses: fabasoad/setup-mint-action@main
with:
version: 0.18.0
version: 0.19.0

- name: Install dependencies
run: mint install
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mint 0.18.0
mint 0.19.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Mint - Installing dependencies
✔ Cloned mint-color (https://github.com/mint-lang/mint-color)

⚙ Resolving dependency tree...
◈ mint-ui ➔ 6.0.0
◈ mint-color ➔ 0.7.0
◈ mint-ui ➔ 9.0.0
◈ mint-color ➔ 0.8.0

⚙ Copying packages...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Expand Down
4 changes: 2 additions & 2 deletions mint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mint-ui-website",
"mint-version": "0.18.0 <= v < 1.0.0",
"mint-version": "0.19.0 <= v < 1.0.0",
"application": {
"name": "Mint UI",
"title": "Mint UI - Beautiful, Reliable Components for Mint",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"mint-ui": {
"repository": "https://github.com/mint-lang/mint-ui",
"constraint": "7.0.0 <= v < 8.0.0"
"constraint": "8.0.0 <= v < 9.0.0"
}
}
}
6 changes: 3 additions & 3 deletions source/Pages/Install.mint
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ component Pages.Install {
"dependencies": {
"mint-ui": {
"repository": "https://github.com/mint-lang/mint-ui",
"constraint": "7.0.0 <= v < 8.0.0"
"constraint": "8.0.0 <= v < 9.0.0"
}
}
JSON
Expand Down Expand Up @@ -69,8 +69,8 @@ component Pages.Install {
Cloned mint-color(https://github.com/mint-lang/mint-color)

Resolving dependency tree...
mint-ui6.0.0
mint-color0.7.0
mint-ui8.0.0
mint-color0.9.0

Copying packages...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Expand Down

0 comments on commit dd90b98

Please # to comment.