-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa89841
commit ba66112
Showing
54 changed files
with
200 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
"changelog": [ | ||
"@changesets/changelog-github", | ||
{ "repo": "calender-sync/calender-sync-monorepo" } | ||
{ "repo": "theskinnycoder/calendar-sync-monorepo" } | ||
], | ||
"commit": false, | ||
"fixed": [], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
}, | ||
"author": { | ||
"name": "Rahul SriRam", | ||
"email": "calender[email protected]", | ||
"email": "calendar[email protected]", | ||
"url": "https://rahulsriram.dev" | ||
}, | ||
"license": "UNLICENSED", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
}, | ||
"author": { | ||
"name": "Rahul SriRam", | ||
"email": "calender[email protected]", | ||
"email": "calendar[email protected]", | ||
"url": "https://rahulsriram.dev" | ||
}, | ||
"license": "UNLICENSED", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "calender-sync-monorepo", | ||
"name": "calendar-sync-monorepo", | ||
"version": "0.0.1", | ||
"description": "", | ||
"scripts": { | ||
|
@@ -30,7 +30,7 @@ | |
"keywords": [], | ||
"author": { | ||
"name": "Rahul SriRam", | ||
"email": "calender[email protected]", | ||
"email": "calendar[email protected]", | ||
"url": "https://rahulsriram.dev" | ||
}, | ||
"license": "MIT", | ||
|
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/@calender-sync/core/LICENSE → packages/@calendar-sync/core/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@calender-sync/core", | ||
"name": "@calendar-sync/core", | ||
"version": "0.0.0", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
|
@@ -21,7 +21,7 @@ | |
"lint:fix": "eslint \"**/*.{js,jsx,ts,tsx}\" --max-warnings 0 --fix" | ||
}, | ||
"keywords": [ | ||
"calender-sync", | ||
"calendar-sync", | ||
"core" | ||
], | ||
"private": false, | ||
|
@@ -31,7 +31,7 @@ | |
"license": "MIT", | ||
"author": { | ||
"name": "Rahul SriRam", | ||
"email": "calender[email protected]", | ||
"email": "calendar[email protected]", | ||
"url": "https://rahulsriram.dev" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/@calender-sync/react/LICENSE → packages/@calendar-sync/hooks/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@calender-sync/hooks", | ||
"name": "@calendar-sync/hooks", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": { | ||
"name": "Rahul SriRam", | ||
"email": "calender[email protected]", | ||
"email": "calendar[email protected]", | ||
"url": "https://rahulsriram.dev" | ||
}, | ||
"license": "MIT", | ||
|
@@ -31,7 +31,7 @@ | |
"lint:fix": "eslint \"**/*.{js,jsx,ts,tsx}\" --max-warnings 0 --fix" | ||
}, | ||
"keywords": [ | ||
"calender-sync", | ||
"calendar-sync", | ||
"react", | ||
"vite", | ||
"typescript", | ||
|
@@ -61,6 +61,6 @@ | |
"typescript": "^5.4.5" | ||
}, | ||
"dependencies": { | ||
"@calender-sync/core": "workspace:*" | ||
"@calendar-sync/core": "workspace:*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/@calender-sync/hooks/LICENSE → packages/@calendar-sync/react/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "@calender-sync/react", | ||
"name": "@calendar-sync/react", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": { | ||
"name": "Rahul SriRam", | ||
"email": "calender[email protected]", | ||
"email": "calendar[email protected]", | ||
"url": "https://rahulsriram.dev" | ||
}, | ||
"license": "MIT", | ||
|
@@ -33,7 +33,7 @@ | |
"build-storybook": "storybook build" | ||
}, | ||
"keywords": [ | ||
"calender-sync", | ||
"calendar-sync", | ||
"react", | ||
"tailwindcss", | ||
"vite", | ||
|
@@ -83,6 +83,6 @@ | |
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.1.1", | ||
"tailwind-merge": "^2.3.0", | ||
"@calender-sync/hooks": "workspace:*" | ||
"@calendar-sync/hooks": "workspace:*" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...react/src/components/dropdown/context.tsx → ...react/src/components/dropdown/context.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...s/dropdown/use-calender-link-dropdown.tsx → ...s/dropdown/use-calendar-link-dropdown.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.