Skip to content

Releases: NextCommerceCo/theme-kit

Ignore tmp files from AI Agents

05 Mar 09:55

Choose a tag to compare

1.1.0

05 Mar 06:34
1dc6a43

Choose a tag to compare

What's Changed

Bug fixes

  • Fix ntk watch compatibility with Python 3.12+ and modernise dependencies
  • Replace asyncio.get_event_loop() / loop.run_until_complete() with asyncio.run() in the watch command

Dependencies

  • Replace deprecated watchgod with watchfiles (the maintained successor by the same author)
  • Update python_requires to >=3.10 (Python 3.8/3.9 are EOL)
  • Pin test dependencies (flake8, pytest)
  • Wire up extras_require={"test": ...} in setup.py so pip install -e ".[test]" works

CI / release pipeline

  • Update CI matrix and tox to test against Python 3.10–3.14
  • Fix release pipeline — replace legacy python setup.py sdist bdist_wheel with python -m build

Full Changelog: 1.0.7...1.1.0

1.0.7

26 Sep 09:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

20 Feb 07:58

Choose a tag to compare

Full Changelog: 1.0.5...1.0.6

1.0.5

20 Feb 07:47

Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

26 Mar 03:10
8d2aa4e

Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

14 Mar 03:39

Choose a tag to compare

  • Fix issue with trailing slash on store domain
  • Update package tooling to use pytest
  • Add support and build testing for python 3.10
  • Drop support for python 3.6

1.0.2

07 Jun 09:31
b0377fe

Choose a tag to compare

Update to use Oauth Token instead of legacy API Tokens.

1.0.1

13 Jun 11:15

Choose a tag to compare

Minor patch to add default sass output style.

1.0.0

08 Jun 09:16

Choose a tag to compare

Initial release of 29 Next Theme Kit with full support to sync theme files and sass css support.