diff --git a/.changeset/brown-plums-provide.md b/.changeset/brown-plums-provide.md new file mode 100644 index 0000000..965279e --- /dev/null +++ b/.changeset/brown-plums-provide.md @@ -0,0 +1,5 @@ +--- +'jotai-x': patch +--- + +doc diff --git a/.gitignore b/.gitignore index 643eba0..fc5202c 100644 --- a/.gitignore +++ b/.gitignore @@ -113,8 +113,6 @@ connect.lock #storybook storybook-static/ -# Local -packages/plate/docs/ # Local Netlify folder .netlify /test-results/ diff --git a/README.md b/README.md index 01e0192..9484d89 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ which solves these challenges, so you can focus on your app. yarn add jotai jotai-x ``` -For further details and API documentation, visit [jotai-x.udecode.io](https://jotai-x.udecode.io). +For further details and API documentation, visit [jotai-x.udecode.dev](https://jotai-x.udecode.dev). ## **Why Choose `jotai-x`?** diff --git a/jest.config.cjs b/jest.config.cjs index 2ccb4a8..6daa205 100644 --- a/jest.config.cjs +++ b/jest.config.cjs @@ -35,7 +35,6 @@ module.exports = { moduleNameMapper: { '\\.(css|less|sass|scss)$': '/scripts/styleMock.cjs', ...getTsConfigBasePaths(), - // '^@udecode/plate-core$': '/packages/core/src', ...modules, }, preset: 'ts-jest', diff --git a/packages/jotai-x/README.md b/packages/jotai-x/README.md index 01e0192..9484d89 100644 --- a/packages/jotai-x/README.md +++ b/packages/jotai-x/README.md @@ -12,7 +12,7 @@ which solves these challenges, so you can focus on your app. yarn add jotai jotai-x ``` -For further details and API documentation, visit [jotai-x.udecode.io](https://jotai-x.udecode.io). +For further details and API documentation, visit [jotai-x.udecode.dev](https://jotai-x.udecode.dev). ## **Why Choose `jotai-x`?** diff --git a/packages/jotai-x/package.json b/packages/jotai-x/package.json index f9900fb..5834870 100644 --- a/packages/jotai-x/package.json +++ b/packages/jotai-x/package.json @@ -3,14 +3,14 @@ "version": "1.2.3", "description": "Jotai store factory for a best-in-class developer experience.", "license": "MIT", - "homepage": "https://platejs.org", + "homepage": "https://jotai-x.udecode.dev/", "repository": { "type": "git", - "url": "https://github.com/udecode/plate.git", - "directory": "packages/cli" + "url": "https://github.com/udecode/jotai-x.git", + "directory": "packages/jotai-x" }, "bugs": { - "url": "https://github.com/udecode/plate/issues" + "url": "https://github.com/udecode/jotai-x/issues" }, "sideEffects": false, "main": "dist/index.js",