Skip to content

Commit

Permalink
Merge pull request #2 from candidosales/svelte-5
Browse files Browse the repository at this point in the history
Sveltekit 2 , Svelte 5
  • Loading branch information
candidosales authored Oct 26, 2024
2 parents f469d48 + 3ddd159 commit f8ac491
Show file tree
Hide file tree
Showing 587 changed files with 11,700 additions and 11,103 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.18](https://github.com/candidosales/svelte-shopify-polaris-icons/compare/v0.0.16...v0.0.18) (2024-10-26)


### Features

* added search, design improved ([ed4cffd](https://github.com/candidosales/svelte-shopify-polaris-icons/commit/ed4cffd80fbab69e6c5a4a4ad30e413beaba0655))
* improve font weight ([6d8b8f3](https://github.com/candidosales/svelte-shopify-polaris-icons/commit/6d8b8f3b0f07e65e72c6c82f86f14f821823bbb1))
* improve seo ([883ac36](https://github.com/candidosales/svelte-shopify-polaris-icons/commit/883ac36e09a5f0e25590b5522615564faf1a89c0))
* show how to import ([a76749f](https://github.com/candidosales/svelte-shopify-polaris-icons/commit/a76749f520f2dac966c8c2a092ce0d135e6953cc))


### Bug Fixes

* canonical url ([4eadc5e](https://github.com/candidosales/svelte-shopify-polaris-icons/commit/4eadc5ef14e864d144c03b040fb2d73e026fce45))
* fix pnpm ([f298537](https://github.com/candidosales/svelte-shopify-polaris-icons/commit/f298537eda006d410bebe495ca89bbd8ed63d9a1))
* improve search ([4b8759b](https://github.com/candidosales/svelte-shopify-polaris-icons/commit/4b8759b75fc91b6b97745670fd5c819eea5b21a8))
* improved links ([a3c3c07](https://github.com/candidosales/svelte-shopify-polaris-icons/commit/a3c3c079280eb84ff70bf4e294f1344fe7184dca))

### [0.0.16](https://github.com/candidosales/svelte-shopify-polaris-icons/compare/v0.0.15...v0.0.16) (2023-07-27)


Expand Down
3,239 changes: 2,175 additions & 1,064 deletions package-lock.json

Large diffs are not rendered by default.

65 changes: 33 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-shopify-polaris-icons",
"version": "0.0.16",
"version": "0.0.18",
"description": "Svelte Shopify Polaris Icons",
"author": {
"name": "Candido Sales Gomes",
Expand Down Expand Up @@ -29,35 +29,36 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2"
"svelte": "^5.0.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.2"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.4",
"@sveltejs/package": "^2.2.0",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"@playwright/test": "^1.48.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.0",
"sass": "^1.64.2",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vitest": "^0.34.1"
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"publint": "^0.2.12",
"sass": "^1.80.4",
"svelte": "^5.1.3",
"svelte-check": "^4.0.5",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.3"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -2374,9 +2375,9 @@
},
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.5.1",
"flowbite": "^1.8.1",
"flowbite-svelte": "^0.40.2",
"svelte-meta-tags": "^2.8.0"
"@floating-ui/dom": "^1.6.11",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.47.1",
"svelte-meta-tags": "^4.0.4"
}
}
}
Loading

0 comments on commit f8ac491

Please sign in to comment.