Skip to content

Commit

Permalink
website: remove workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xa3k5 committed Aug 10, 2024
1 parent cb96f47 commit 34b0741
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@web3icons/website",
"@web3icons/figma-plugin",
"@web3icons/eslint-config",
"@web3icons/typescript-config"
]
"ignore": ["@web3icons/website", "@web3icons/figma-plugin"]
}
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"vaul": "^0.9.1"
},
"devDependencies": {
"@web3icons/eslint-config": "workspace:*",
"@web3icons/eslint-config": "0.0.2",
"classnames": "^2.5.1",
"shiki": "^1.12.1"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @web3icons/eslint-config

## 0.0.2

### Patch Changes

-

## 0.0.1

### Patch Changes

-
8 changes: 6 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "@web3icons/eslint-config",
"version": "0.0.0",
"private": true,
"version": "0.0.2",
"author": "0xa3k5",
"files": [
"library.js",
"next.js",
"react-internal.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/0xa3k5/web3icons.git",
"directory": "packages/eslint-config"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @web3icons/typescript-config

## 0.0.2

### Patch Changes

-

## 0.0.1

### Patch Changes

-
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3icons/typescript-config",
"version": "0.0.0",
"version": "0.0.2",
"private": true,
"author": "0xa3k5",
"files": [
Expand Down

0 comments on commit 34b0741

Please sign in to comment.