Skip to content

Commit

Permalink
Merge pull request #158 from appwrite/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ArmanNik authored Mar 6, 2024
2 parents b320ca3 + fbe9cec commit 7d69973
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .changeset/famous-parrots-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-comics-thank.md

This file was deleted.

4 changes: 2 additions & 2 deletions apps/kitchensink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "ISC",
"devDependencies": {
"@appwrite.io/fonts": "*",
"@appwrite.io/pink": "0.7.0",
"@appwrite.io/pink-icons": "0.7.0",
"@appwrite.io/pink": "0.8.0",
"@appwrite.io/pink-icons": "0.8.0",
"vite-plugin-handlebars": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions apps/pink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@appwrite.io/fonts": "*",
"@appwrite.io/pink": "0.7.0",
"@appwrite.io/pink-icons": "0.7.0",
"@appwrite.io/pink": "0.8.0",
"@appwrite.io/pink-icons": "0.8.0",
"@types/prismjs": "^1.26.0",
"glob": "^8.0.3",
"sass": "^1.57.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @appwrite.io/pink-icons

## 0.8.0

### Minor Changes

- 98aadac: Add utility class to remove max width
- 1381501: Add utility class

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appwrite.io/pink-icons",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"type": "module",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @appwrite.io/pink

## 0.8.0

### Minor Changes

- 98aadac: Add utility class to remove max width
- 1381501: Add utility class

### Patch Changes

- Updated dependencies [98aadac]
- Updated dependencies [1381501]
- @appwrite.io/pink-icons@0.8.0

## 0.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appwrite.io/pink",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@appwrite.io/pink-icons": "0.7.0",
"@appwrite.io/pink-icons": "0.8.0",
"normalize.css": "^8.0.1",
"the-new-css-reset": "^1.11.2"
},
Expand Down

0 comments on commit 7d69973

Please sign in to comment.