Skip to content

Commit

Permalink
Merge pull request #103 from obewds/dev
Browse files Browse the repository at this point in the history
1.0.1 - fixing bug in app.ts generator that needed a switch of ZiggyVue import to composer pkg and not npm pkg
  • Loading branch information
oberocks committed Feb 29, 2024
2 parents 05d4cfe + 3fb22b3 commit ceba414
Show file tree
Hide file tree
Showing 9 changed files with 433 additions and 431 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ sail artisan ziggy:generate
> 1.0.0 - breaking change update due to ziggy package change - ./resources/js/ziggy.js file now needs to be ziggy typed with the "Config" ziggy typescript interface - which is also now in the ziggy vendor php package and not npm
> v1.0.1 - breaking change update due to ziggy package change - ./resources/js/app.ts file now needs it's ZiggyVue import to pull from composer/php package and no longer from npm package

<br/>

Expand Down
4 changes: 2 additions & 2 deletions dist/data/colors/vilt-ds-default-tailwind-color-palette.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ declare const _default: {
"800": string;
"900": string;
};
blueGray: {
warmGray: {
"50": string;
"100": string;
"200": string;
Expand All @@ -37,7 +37,7 @@ declare const _default: {
"800": string;
"900": string;
};
lightBlueGray: {
coolGray: {
"50": string;
"100": string;
"200": string;
Expand Down
Loading

0 comments on commit ceba414

Please sign in to comment.