Skip to content

Commit

Permalink
Version Packages (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 19, 2023
1 parent 4b334ca commit 58c7200
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-elephants-know.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @seed-design/icon

## 0.2.0

### Minor Changes

- 4b334ca: change sprite svg to inline svg

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seed-design/icon",
"version": "0.1.13-alpha.0",
"version": "0.2.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
15 changes: 2 additions & 13 deletions packages/icon/schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/daangn/seed-design/%40seed-design/icon%400.1.13-alpha.0/packages/icon/schema/schema.json",
"$id": "https://raw.githubusercontent.com/daangn/seed-design/%40seed-design/icon%400.2.0/packages/icon/schema/schema.json",
"title": "Karrot UI Icon Schema",
"description": "JSON Schema for Karrot UI Icon v0.1.13-alpha.0",
"description": "JSON Schema for Karrot UI Icon v0.2.0",
"type": "object",
"properties": {
"icons": {
Expand Down Expand Up @@ -557,17 +557,6 @@
"componentPath": {
"type": "string",
"pattern": "^.+.tsx$"
},
"spritePath": {
"type": "string",
"pattern": "^.+.svg$"
},
"withContext": {
"type": "boolean"
},
"contextPath": {
"type": "string",
"pattern": "^.+.tsx$"
}
},
"required": ["icons"]
Expand Down

0 comments on commit 58c7200

Please sign in to comment.