Skip to content

Commit

Permalink
Merge pull request #145 from politico/vue-2-deprecation-message
Browse files Browse the repository at this point in the history
chore: Add vue 2 support deprecation notice as post install message
  • Loading branch information
cafloyd authored Oct 2, 2024
2 parents b09031c + d00d471 commit 8ac183f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# vue-accessible-selects

> [!WARNING]
> VUE 2 SUPPORT WILL BE DEPRECATED AFTER DECEMBER 2024. Beginning in January 2025, we will publish version 2 of the Vue Accessible Selects library, which is compatible with Vue 3. Until then, you can access this Vue 3-compatible version published as the alpha version of this package.
[![npm version](https://badge.fury.io/js/@politico%2Fvue-accessible-selects.svg)](https://badge.fury.io/js/@politico%2Fvue-accessible-selects)
[![Netlify Status](https://api.netlify.com/api/v1/badges/dd8c8636-2b7a-4984-a031-712b57d9bfba/deploy-status)](https://app.netlify.com/sites/vue-accessible-selects/deploys)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"prepublishOnly": "npm test && npm run build && npm run shake",
"shake": "agadoo dist/index.js",
"storybook": "start-storybook -p 6006 --docs",
"build-storybook": "build-storybook --docs"
"build-storybook": "build-storybook --docs",
"postinstall": "echo 'VUE 2 SUPPORT WILL BE DEPRECATED AFTER DECEMBER 2024. Beginning in January 2025, we will publish version 2 of the Vue Accessible Selects library, which is compatible with Vue 3. Until then, you can access the Vue 3-compatible version published as the alpha version of this package.'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8ac183f

Please sign in to comment.