From ccfdde521a720cb4c7d1b24d35c2d16cc2aba58b Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 15 May 2024 15:04:07 +0300 Subject: [PATCH] Set new version --- CHANGELOG.md | 14 ++++++-------- doc/vite/DownloadDoc.vue | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c09f2843..80cd2c3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [4.0.0-beta-2](https://github.com/primefaces/primevue/tree/4.0.0-beta-2) (2024-05-03) +## [4.0.0-beta.3](https://github.com/primefaces/primevue/tree/4.0.0-beta.3) (2024-05-15) -[Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0-beta-1...4.0.0-beta-2) +[Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0-beta.2...4.0.0-beta.3) **Deprecated:** @@ -19,7 +19,6 @@ - Deprecated properties [\#5683](https://github.com/primefaces/primevue/issues/5683) - Deprecated slots [\#5682](https://github.com/primefaces/primevue/issues/5682) - Key name changes for pt property [\#5681](https://github.com/primefaces/primevue/issues/5681) -- [\#5678](https://github.com/primefaces/primevue/issues/5678) **Fixed bugs:** @@ -27,16 +26,15 @@ - [v4 beta1: InputMask] Placeholder attribute does not work [\#5664](https://github.com/primefaces/primevue/issues/5664) - Accordion: "Invalid watch source: undefined" and "Failed to resolve directive: ripple" [\#5733](https://github.com/primefaces/primevue/issues/5733) - v4: TypeError: Theme\_\_default.default.setPreset is not a function when configuring theme configuration using definePreset in vitest tests [\#5689](https://github.com/primefaces/primevue/issues/5689) -- [\#5678](https://github.com/primefaces/primevue/issues/5678) **Implemented New Features and Enhancements:** - Remove PrimeVueStyled and PrimeVueUnstyled plugins [\#5728](https://github.com/primefaces/primevue/issues/5728) - Small sized Badge [\#5729](https://github.com/primefaces/primevue/issues/5729) -## [4.0.0-beta-2](https://github.com/primefaces/primevue/tree/4.0.0-beta-2) (2024-05-03) +## [4.0.0-beta.2](https://github.com/primefaces/primevue/tree/4.0.0-beta.2) (2024-05-03) -[Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0-beta-1...4.0.0-beta-2) +[Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0-beta.1...4.0.0-beta.2) **Deprecated:** @@ -66,9 +64,9 @@ - Reimplement: Accordion [\#5643](https://github.com/primefaces/primevue/issues/5643) - New Component: Tabs [\#5621](https://github.com/primefaces/primevue/issues/5621) -## [4.0.0-beta-1](https://github.com/primefaces/primevue/tree/4.0.0-beta-1) +## [4.0.0-beta.1](https://github.com/primefaces/primevue/tree/4.0.0-beta.1) -[Full Changelog](https://github.com/primefaces/primevue/compare/3.51.0...4.0.0-beta-1) +[Full Changelog](https://github.com/primefaces/primevue/compare/3.51.0...4.0.0-beta.1) **Breaking Changes:** diff --git a/doc/vite/DownloadDoc.vue b/doc/vite/DownloadDoc.vue index f1dffa930..6e46736dd 100644 --- a/doc/vite/DownloadDoc.vue +++ b/doc/vite/DownloadDoc.vue @@ -12,13 +12,13 @@ export default { code: { basic: ` # Using npm -npm install primevue@4.0.0-beta.1 +npm install primevue@4.0.0-beta.3 # Using yarn -yarn add primevue@4.0.0-beta.1 +yarn add primevue@4.0.0-beta.3 # Using pnpm -pnpm add primevue@4.0.0-beta.1 +pnpm add primevue@4.0.0-beta.3 ` } }; diff --git a/package-lock.json b/package-lock.json index 655e7ab37..2f1f3df31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primevue", - "version": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primevue", - "version": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1787e8afc..640b13869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primevue", - "version": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "homepage": "https://primevue.org/", "repository": { "type": "git",