Skip to content

Commit 82c9b45

Browse files
chore(release): 1.0.0 [skip ci]
1 parent e965dd5 commit 82c9b45

File tree

3 files changed

+93
-2
lines changed

3 files changed

+93
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
1+
# 1.0.0 (2025-06-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **Basic test system:** Fixed compendium flag for imports from tests system and removed unnecessary manipulation of flags using item source ([fa3b135](https://github.com/misterpotts/fabricate/commit/fa3b135412752f2640eddc914cd13ba3477cf2c2))
7+
* **Basic test system:** Removed unnecessary item directory - will just use actors inventories and item flags ([3b4d9ae](https://github.com/misterpotts/fabricate/commit/3b4d9ae1ccc48452c2220c11c24380787f66d47b))
8+
* Default model version setting value ([#288](https://github.com/misterpotts/fabricate/issues/288)) ([faee73f](https://github.com/misterpotts/fabricate/commit/faee73f516480c2fd25deda8cb6fa5a05eec9bcf))
9+
10+
11+
### Features
12+
13+
* **#20:** Support for ASv1.6 crafting checks ([8185ca7](https://github.com/misterpotts/fabricate/commit/8185ca742b783400a26d888a596e14c94d5cea5b)), closes [#20](https://github.com/misterpotts/fabricate/issues/20)
14+
* **#20:** Support for ASv1.6 crafting checks ([328a06d](https://github.com/misterpotts/fabricate/commit/328a06df4665315b613fa4ab44ae11a480166660)), closes [#20](https://github.com/misterpotts/fabricate/issues/20)
15+
* **#20:** Support for ASv1.6 crafting checks ([5dfdd16](https://github.com/misterpotts/fabricate/commit/5dfdd1688d1d454efc47dec88dc91a55b5553141)), closes [#20](https://github.com/misterpotts/fabricate/issues/20)
16+
* **#20:** Support for ASv1.6 crafting checks ([cfc838e](https://github.com/misterpotts/fabricate/commit/cfc838e0be2561fe62e1863f1bd45d0219553036)), closes [#20](https://github.com/misterpotts/fabricate/issues/20)
17+
* **Basic test system:** Added some missing dist files from the last commit ([10e1411](https://github.com/misterpotts/fabricate/commit/10e1411bae0d072730361d2755dd53afff34f3c6))
18+
* **Basic test system:** Added some missing dist files from the last commit ([5f16c45](https://github.com/misterpotts/fabricate/commit/5f16c458b59959648fd4493e54f474ca306e87cb))
19+
* **Basic test system:** Test compendium and system link up to some extent now. Need to improve testing of the crafting process and interactions with stubs/mocks ([ac6e057](https://github.com/misterpotts/fabricate/commit/ac6e0574ae1d0de9a277c4ef9a731d1ea5c55782))
20+
* Crafting API Examples ([#142](https://github.com/misterpotts/fabricate/issues/142)) ([ff19e09](https://github.com/misterpotts/fabricate/commit/ff19e095a7210f2cfdf455df8b3ee3607439ba2b))
21+
* **Crafting System Registry:** Crafting systems are now loaded completely from compendium content. some values can be removed from flags if they can be derived in a future change ([b4eaaea](https://github.com/misterpotts/fabricate/commit/b4eaaea7873be2afda4ad246c35d0857b1843194))
22+
* **Default Fabricator:** All tests now pass in DefaultFabricator.spec.ts ([de8c1be](https://github.com/misterpotts/fabricate/commit/de8c1becdf9f89010c7da60350a0b748cfc56218))
23+
* **Default Fabricator:** More passing tests ([cb4f925](https://github.com/misterpotts/fabricate/commit/cb4f9253cf1abec7d41ebc5b97440a2a4da3f058))
24+
* Fabricate API V2 2 ([#127](https://github.com/misterpotts/fabricate/issues/127)) ([b84e572](https://github.com/misterpotts/fabricate/commit/b84e572b4d90bbcd115f8e0a219bf6e00291e37a))
25+
* Introduce tailwindcss for use in Fabricate's Actor crafting app… ([#199](https://github.com/misterpotts/fabricate/issues/199)) ([ddbbead](https://github.com/misterpotts/fabricate/commit/ddbbeadad57ba7288e5b0dd2e20f20b27e18d43d))
26+
* **lesscss:** Add support for transpilation of LESS CSS files and versionfiles in /dist (is this best practice? No idea!) ([74e7c7e](https://github.com/misterpotts/fabricate/commit/74e7c7efadf3a2884dcb0d6da472d170ea960b05))
27+
* Make crafting system manager resizable ([#125](https://github.com/misterpotts/fabricate/issues/125)) ([e48f74e](https://github.com/misterpotts/fabricate/commit/e48f74efcff8a52fd933c9780eac9554b7d005f4))
28+
* **Recipe Item UI:** Recipe tab template spec ([41fc7a1](https://github.com/misterpotts/fabricate/commit/41fc7a110caa5d18c41dfe3c63ba2cfa1d720d07))
29+
* **Recipe Item UI:** Resolving crafting system and actor from click event partially completed ([98dabcf](https://github.com/misterpotts/fabricate/commit/98dabcff32960eb2ec2496615c6101623bfe5e1a))
30+
* **Recipe Tab:** Recipe type items for 5e now render an [empty] tab ([f11af54](https://github.com/misterpotts/fabricate/commit/f11af54a06f450c6f509da038a09732f02a67328))
31+
* Use default item quantity path in unknown systems ([#155](https://github.com/misterpotts/fabricate/issues/155)) ([905e59f](https://github.com/misterpotts/fabricate/commit/905e59f09e4d1c580aa272297004c885553c4337))
32+
* **V0.0.2:** Test compendium in place for dev. This is how I intend to distribute ingredients and recipes for supported crafting systems (as of now) ([686d3c5](https://github.com/misterpotts/fabricate/commit/686d3c533f47bfdc58af27d2391bbbf985d0efa4))
33+
* **V0.0.2:** Test compendium in place for dev. This is how I intend to distribute ingredients and recipes for supported crafting systems (as of now) ([419f70b](https://github.com/misterpotts/fabricate/commit/419f70bb074c057b301f62f946ad81eb5d79e680))
34+
* **webpack:** Add missing `.` to webpack config ([9b66a67](https://github.com/misterpotts/fabricate/commit/9b66a672e7f5c517d957c8bc564b7c8828db1ca2))
35+
* **webpack:** Add webpack config ([256695e](https://github.com/misterpotts/fabricate/commit/256695e95cd904be21d319b967f317e55ce61cc3))
36+
* **webpack:** Webpack complete! ([a5c30b8](https://github.com/misterpotts/fabricate/commit/a5c30b891f0de04b8352bb275858bd95d54f7460))
37+
138
# Changelog
239

340
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
441

542
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
43+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

dist/module.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"id": "fabricate",
3+
"title": "Fabricate",
4+
"version": "1.0.0",
5+
"description": "A system-agnostic, flexible crafting module for FoundryVTT",
6+
"authors": [
7+
{
8+
"name": "misterpotts",
9+
"email": "matt@misterpotts.uk",
10+
"discord": "MisterPotts#0255",
11+
"url": "https://www.patreon.com/misterpotts"
12+
}
13+
],
14+
"compatibility": {
15+
"minimum": "10",
16+
"verified": "11.308.0"
17+
},
18+
"url": "https://github.com/misterpotts/fabricate",
19+
"manifest": "",
20+
"download": "",
21+
"bugs": "https://github.com/misterpotts/fabricate/issues",
22+
"packs": [
23+
{
24+
"name": "alchemists-supplies-v16",
25+
"label": "Alchemist's Supplies (v1.6)",
26+
"path": "./packs/alchemists-supplies-v16.db",
27+
"type": "Item",
28+
"module": "fabricate",
29+
"system": "dnd5e"
30+
}
31+
],
32+
"includes": [
33+
"./assets/**",
34+
"./lang/**",
35+
"fabricate.js",
36+
"style.css",
37+
"./packs/**",
38+
"./templates/**",
39+
"./module.json"
40+
],
41+
"languages": [
42+
{
43+
"lang": "en",
44+
"name": "English",
45+
"path": "lang/en.json"
46+
}
47+
],
48+
"esmodules": [
49+
"fabricate.js"
50+
],
51+
"styles": [
52+
"style.css"
53+
]
54+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabricate",
3-
"version": "0.10.24",
3+
"version": "1.0.0",
44
"description": "A system-agnostic, flexible crafting module for FoundryVT",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)