Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchourajr committed Sep 23, 2024
1 parent c8f9d81 commit bd86a1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@muybuen/type": "^1.1.2",
"@muybuen/type": "^1.1.3",
"@tailwindcss/container-queries": "^0.1.1",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@muybuen/type",
"version": "1.1.2",
"version": "1.1.3",
"exports": "./src/index.ts",
"publish": {
"include": ["src/**/*.ts", "src/defaults.ts", "src/types.ts", "README.md"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@muybuen/type",
"version": "1.1.2",
"version": "1.1.3",
"author": "John Choura",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit bd86a1a

Please sign in to comment.