release: prepare v1.2.3

This commit is contained in:
ful1e5 2021-11-22 17:41:26 +05:30
parent 19c064c63d
commit bdbbbd9d77
5 changed files with 6 additions and 4 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
## [v1.2.3] - 23 Nov 2021
### Added
- macOSMonterey cursors added 🎊 fixed #66

View file

@ -1,6 +1,6 @@
{
"name": "apple-cursor",
"version": "1.2.2",
"version": "1.2.3",
"description": "OpenSource macOS cursors.",
"main": "index.js",
"author": "Kaiz Khatri",

View file

@ -1,6 +1,6 @@
{
"name": "bigsur",
"version": "1.2.2",
"version": "1.2.3",
"description": "macOS Big Sur cursors",
"main": "dist/index.js",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "core",
"version": "1.2.2",
"version": "1.2.3",
"description": "Apple Cursor bitmapper's core modules",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "monterey",
"version": "1.2.2",
"version": "1.2.3",
"description": "macOS Monterey cursors",
"main": "dist/index.js",
"scripts": {