Skip to content

Commit 9ac6294

Browse files
committedMay 17, 2024
version bump
1 parent daf0aee commit 9ac6294

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Datasworn v0.0.9
1+
# Datasworn v0.0.10
22

33
[![@datasworn/core on npm](https://img.shields.io/npm/v/@datasworn/core?logo=npm)](https://www.npmjs.com/package/@datasworn/core)
44
[![@datasworn/core on npm](https://img.shields.io/npm/dm/@datasworn/core?logo=npm)](https://www.npmjs.com/package/@datasworn/core)

‎pkg/nodejs/@datasworn/core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Datasworn v0.0.9
1+
# Datasworn v0.0.10
22

33
Traversal utilities, JSON schema, and Typescript declarations common to Datasworn packages.
44

‎pkg/nodejs/@datasworn/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datasworn/core",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Typings and JSON schema common to Datasworn. This is a pre-release package, provided for developer feedback. It will almost certainly receive breaking changes.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

‎pkg/nodejs/@datasworn/ironsworn-classic-delve/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"url": "https://github.com/rsek/datasworn/issues"
2222
},
2323
"dependencies": {
24-
"@datasworn/core": "0.0.9",
25-
"@datasworn/ironsworn-classic": "0.0.9"
24+
"@datasworn/core": "0.0.10",
25+
"@datasworn/ironsworn-classic": "0.0.10"
2626
},
2727
"authors": [
2828
{

‎pkg/nodejs/@datasworn/ironsworn-classic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/rsek/datasworn/issues"
2222
},
2323
"dependencies": {
24-
"@datasworn/core": "0.0.9"
24+
"@datasworn/core": "0.0.10"
2525
},
2626
"authors": [
2727
{

‎pkg/nodejs/@datasworn/starforged/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/rsek/datasworn/issues"
2222
},
2323
"dependencies": {
24-
"@datasworn/core": "0.0.9"
24+
"@datasworn/core": "0.0.10"
2525
},
2626
"authors": [
2727
{

0 commit comments

Comments
 (0)
Please sign in to comment.