Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rsek committed May 17, 2024
1 parent daf0aee commit 9ac6294
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Datasworn v0.0.9
# Datasworn v0.0.10

[![@datasworn/core on npm](https://img.shields.io/npm/v/@datasworn/core?logo=npm)](https://www.npmjs.com/package/@datasworn/core)
[![@datasworn/core on npm](https://img.shields.io/npm/dm/@datasworn/core?logo=npm)](https://www.npmjs.com/package/@datasworn/core)
Expand Down
2 changes: 1 addition & 1 deletion pkg/nodejs/@datasworn/core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Datasworn v0.0.9
# Datasworn v0.0.10

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

Expand Down
2 changes: 1 addition & 1 deletion pkg/nodejs/@datasworn/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datasworn/core",
"version": "0.0.9",
"version": "0.0.10",
"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.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions pkg/nodejs/@datasworn/ironsworn-classic-delve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"url": "https://github.com/rsek/datasworn/issues"
},
"dependencies": {
"@datasworn/core": "0.0.9",
"@datasworn/ironsworn-classic": "0.0.9"
"@datasworn/core": "0.0.10",
"@datasworn/ironsworn-classic": "0.0.10"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion pkg/nodejs/@datasworn/ironsworn-classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/rsek/datasworn/issues"
},
"dependencies": {
"@datasworn/core": "0.0.9"
"@datasworn/core": "0.0.10"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion pkg/nodejs/@datasworn/starforged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/rsek/datasworn/issues"
},
"dependencies": {
"@datasworn/core": "0.0.9"
"@datasworn/core": "0.0.10"
},
"authors": [
{
Expand Down

0 comments on commit 9ac6294

Please sign in to comment.