Skip to content

Commit

Permalink
release: increment version from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet committed Jan 31, 2024
1 parent 85aa571 commit 2eb7c7d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.23.0

- feat: add named constants for composing unicode gurmukhi
- feat: stylize ਹ (ha) glyph
- feat: stylize ੴ (ik oankar) to better match other fonts
- docs: add instructions to install within dart and flutter apps

## 0.22.0

- build: finalize release and publish strategy
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/sant-lipi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sant-lipi",
"version": "0.22.0",
"version": "0.23.0",
"description": "A unicode font for extraordinary Gurmukhi",
"license": "MIT",
"author": "Bhajneet S.K. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/pubdev/sant_lipi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sant_lipi
description: A unicode font for extraordinary Gurmukhi.
version: 0.22.0
version: 0.23.0
repository: https://github.com/shabados/SantLipi
topics:
- font
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "santlipi"
version = "0.22.0"
version = "0.23.0"
description = "A unicode font for extraordinary Gurmukhi"
authors = ["Bhajneet S.K. <[email protected]>"]
license = "OFL-1.1-RFN"
Expand Down
4 changes: 2 additions & 2 deletions sources/SantLipi.glyphs
Original file line number Diff line number Diff line change
Expand Up @@ -21950,7 +21950,7 @@ value = "Copyright 2022 Shabad OS. All rights reserved.";
},
{
key = versionString;
value = "Version 0.022";
value = "Version 0.023";
},
{
key = licenses;
Expand Down Expand Up @@ -21999,5 +21999,5 @@ master02 = {
};
};
versionMajor = 0;
versionMinor = 22;
versionMinor = 23;
}

0 comments on commit 2eb7c7d

Please sign in to comment.