Skip to content

Commit ae2e749

Browse files
committed
v12.2.1
1 parent 12eb9b5 commit ae2e749

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ dist
103103
# TernJS port file
104104
.tern-port
105105

106+
# Yarn Berry
107+
.yarn/install-state.gz
108+
106109
# Build file
107110
index.js
108111
.DS_Store

.yarn/install-state.gz

-580 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xd-crossword-monorepo",
33
"private": true,
4-
"version": "12.2.0",
4+
"version": "12.2.1",
55
"description": "Tools for taking different crossword file formats and converting them to xd, and for converting an xd file to useful JSON",
66
"scripts": {
77
"build": "yarn workspaces foreach -At run build",

packages/xd-crossword-tools-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xd-crossword-tools-parser",
3-
"version": "12.2.0",
3+
"version": "12.2.1",
44
"main": "dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/xd-crossword-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xd-crossword-tools",
3-
"version": "12.2.0",
3+
"version": "12.2.1",
44
"main": "dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "site",
33
"private": true,
4-
"version": "12.2.0",
4+
"version": "12.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)