mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-16 16:14:45 -04:00
release: prepare v1.2.3
This commit is contained in:
parent
19c064c63d
commit
bdbbbd9d77
5 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
## [v1.2.3] - 23 Nov 2021
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- macOSMonterey cursors added 🎊 fixed #66
|
- macOSMonterey cursors added 🎊 fixed #66
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "apple-cursor",
|
"name": "apple-cursor",
|
||||||
"version": "1.2.2",
|
"version": "1.2.3",
|
||||||
"description": "OpenSource macOS cursors.",
|
"description": "OpenSource macOS cursors.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Kaiz Khatri",
|
"author": "Kaiz Khatri",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bigsur",
|
"name": "bigsur",
|
||||||
"version": "1.2.2",
|
"version": "1.2.3",
|
||||||
"description": "macOS Big Sur cursors",
|
"description": "macOS Big Sur cursors",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "core",
|
"name": "core",
|
||||||
"version": "1.2.2",
|
"version": "1.2.3",
|
||||||
"description": "Apple Cursor bitmapper's core modules",
|
"description": "Apple Cursor bitmapper's core modules",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "monterey",
|
"name": "monterey",
|
||||||
"version": "1.2.2",
|
"version": "1.2.3",
|
||||||
"description": "macOS Monterey cursors",
|
"description": "macOS Monterey cursors",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue