Skip to content

Commit 0098901

Browse files
committed
v13.0.0
1 parent b44af56 commit 0098901

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.3.0",
4+
"version": "13.0.0",
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.3.0",
3+
"version": "13.0.0",
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.3.0",
3+
"version": "13.0.0",
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.3.0",
4+
"version": "13.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)