Skip to content

Commit

Permalink
Merge pull request #100 from appwrite/changeset-release/style-updates…
Browse files Browse the repository at this point in the history
…-for-release-1.4
  • Loading branch information
TGlide authored Aug 3, 2023
2 parents 2d6f1b5 + 19d8792 commit 48067b0
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@appwrite.io/pink": "0.0.6"
},
"changesets": [
"ten-snakes-teach",
"three-waves-cheer"
]
}
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.0.7-next.0",
"@appwrite.io/pink-icons": "0.0.7-next.0",
"@appwrite.io/pink": "0.0.7-next.1",
"@appwrite.io/pink-icons": "0.0.7-next.1",
"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.0.7-next.0",
"@appwrite.io/pink-icons": "0.0.7-next.0",
"@appwrite.io/pink": "0.0.7-next.1",
"@appwrite.io/pink-icons": "0.0.7-next.1",
"@types/prismjs": "^1.26.0",
"glob": "^8.0.3",
"sass": "^1.57.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @appwrite.io/pink-icons

## 0.0.7-next.1

### Patch Changes

- 2d6f1b5: patch

## 0.0.7-next.0

### Patch 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.0.7-next.0",
"version": "0.0.7-next.1",
"description": "",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @appwrite.io/pink

## 0.0.7-next.1

### Patch Changes

- 2d6f1b5: patch
- Updated dependencies [2d6f1b5]
- @appwrite.io/pink-icons@0.0.7-next.1

## 0.0.7-next.0

### Patch 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.0.7-next.0",
"version": "0.0.7-next.1",
"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.0.7-next.0",
"@appwrite.io/pink-icons": "0.0.7-next.1",
"normalize.css": "^8.0.1",
"the-new-css-reset": "^1.7.3"
},
Expand Down

0 comments on commit 48067b0

Please sign in to comment.