-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from appwrite/style-updates-for-release-1.4
updates: release 1.4
- Loading branch information
Showing
405 changed files
with
3,175 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": patch | ||
"@appwrite.io/pink": patch | ||
--- | ||
|
||
Fix desynced icons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": minor | ||
"@appwrite.io/pink": minor | ||
--- | ||
|
||
add divider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": minor | ||
"@appwrite.io/pink": minor | ||
--- | ||
|
||
Fix avatar icons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": minor | ||
"@appwrite.io/pink": minor | ||
--- | ||
|
||
Fix switch button |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": patch | ||
"@appwrite.io/pink": patch | ||
--- | ||
|
||
fixes for 1.4.x release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": minor | ||
"@appwrite.io/pink": minor | ||
--- | ||
|
||
Fix: font cropping |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": patch | ||
"@appwrite.io/pink": patch | ||
--- | ||
|
||
fix desync issue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": patch | ||
"@appwrite.io/pink": patch | ||
--- | ||
|
||
patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": patch | ||
"@appwrite.io/pink": patch | ||
--- | ||
|
||
pre-release patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": minor | ||
"@appwrite.io/pink": minor | ||
--- | ||
|
||
Add bun icon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@appwrite.io/pink-icons": minor | ||
"@appwrite.io/pink": minor | ||
--- | ||
|
||
Changes for 1.4 from other branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Versioning | ||
|
||
Versioning consists in 3 steps. Specifying a bump (which can be `patch`, `minor` or `major`), updating package versions, and releasing. | ||
|
||
## Automatic PR flow | ||
|
||
### Bumping | ||
|
||
To specify a new bump in the package versions, you can use the `bump-x` script, where `x` is the bump type. | ||
|
||
This will automatically generate a [changeset](https://github.com/changesets/changesets). A changeset is a file that contains the bump intent, and a list of all commits that will be included in the release. | ||
|
||
### Releasing | ||
|
||
After bumping, you should commit and push the changesets. This will trigger a GitHub action that will automatically create a release PR to your branch. This PR will contain all the changesets that have been pushed since the last release. | ||
|
||
## CLI flow | ||
|
||
### Bumping | ||
|
||
To specify a new bump in the package versions, you can use the `bump-x` script, where `x` is the bump type. | ||
|
||
This will automatically generate a [changeset](https://github.com/changesets/changesets). A changeset is a file that contains the bump intent, and a list of all commits that will be included in the release. | ||
|
||
### Updating package versions | ||
|
||
To apply the bump intents, and change the package versions accordingly, you can use the `version` script. This will automatically update all the `CHANGELOG.md` files, and the `package.json` files. | ||
|
||
### Releasing | ||
|
||
If everything looks good, you can release the new version using the `release` script. This will automatically create a new git tag, and publish the packages to npm. Don't forget to commit! | ||
|
||
## Pre-releasing | ||
|
||
Sometimes, you will want to release a pre-release version. Firstly, be sure to be in a branch that is not `main`. Then, you can use the `pre` script, which will enter the current branch into pre-release mode. While in pre-release mode, all other actions are the same, but the version will be suffixed with `-next.X`. | ||
|
||
Before merging this pre-release branch into `main`, be sure to exit the pre-release mode using the `pre` script again. |
Oops, something went wrong.
9bde08d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
pink-design – ./
pink-design-git-main-appwrite.vercel.app
ui-pinkui.vercel.app
pink-design-appwrite.vercel.app
pinkdesign.vercel.app
pink.appwrite.io
9bde08d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ui-kitchensink – ./
ui-kitchensink-git-main-appwrite.vercel.app
appwrite-kitchensink.vercel.app
ui-kitchensink-appwrite.vercel.app