chore: bump version to 1.3.17 and add themes export
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.3.16",
|
"version": "1.3.17",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.3.16",
|
"version": "1.3.17",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/react": "^2.0.0",
|
"@headlessui/react": "^2.0.0",
|
||||||
|
|||||||
+4
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@zen/core",
|
"name": "@zen/core",
|
||||||
"version": "1.3.16",
|
"version": "1.3.17",
|
||||||
"description": "Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins.",
|
"description": "Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -116,6 +116,9 @@
|
|||||||
"./toast": {
|
"./toast": {
|
||||||
"import": "./dist/core/toast/index.js"
|
"import": "./dist/core/toast/index.js"
|
||||||
},
|
},
|
||||||
|
"./themes": {
|
||||||
|
"import": "./dist/core/themes/index.js"
|
||||||
|
},
|
||||||
"./shared/components": {
|
"./shared/components": {
|
||||||
"import": "./dist/shared/components/index.js"
|
"import": "./dist/shared/components/index.js"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user