Skip to content

Commit bdbbbd9

Browse files
committed
release: prepare v1.2.3
1 parent 19c064c commit bdbbbd9

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [v1.2.3] - 23 Nov 2021
11+
1012
### Added
1113

1214
- macOSMonterey cursors added 🎊 fixed #66

bitmapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apple-cursor",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "OpenSource macOS cursors.",
55
"main": "index.js",
66
"author": "Kaiz Khatri",

bitmapper/packages/bigsur/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bigsur",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "macOS Big Sur cursors",
55
"main": "dist/index.js",
66
"scripts": {

bitmapper/packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Apple Cursor bitmapper's core modules",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

bitmapper/packages/monterey/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monterey",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "macOS Monterey cursors",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)