Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperse-net committed Dec 8, 2023
1 parent 9b17866 commit 2f0e70b
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 178 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": [
"@changesets/changelog-github",
{ "repo": "hyperse-io/tailwind-layer" }
],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
5 changes: 5 additions & 0 deletions .changeset/famous-seahorses-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperse-io/tailwind-layer": patch
---

bump version
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

github: [tianyingchun]
github: [hyperse-net]
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,30 +48,31 @@
},
"devDependencies": {
"@armit/eslint-config-bases": "0.1.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@types/node": "^20.10.1",
"@types/node": "^20.10.4",
"@types/postcss-js": "^4",
"@types/shell-quote": "1.7.5",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lint-staged": "15.1.0",
"lint-staged": "15.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"shell-quote": "1.8.1",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vitest": "^0.34.6"
"typescript": "^5.3.3",
"vite": "^5.0.6",
"vitest": "^1.0.2"
},
"peerDependencies": {
"postcss": "^8.4.21",
Expand Down
Loading

0 comments on commit 2f0e70b

Please sign in to comment.