Skip to content

Releases: codewyre/skwid

v1.1.0

14 Aug 08:08
Compare
Choose a tag to compare

1.1.0 (2024-08-14)

Features

  • ✨ Add yarn workspaces as project provider (31dfd45)

v1.0.3

13 Aug 22:35
Compare
Choose a tag to compare

1.0.3 (2024-08-13)

Bug Fixes

  • 🐛 Fix working directory not being interpolated correctly. (db6fc98)

v1.0.2

13 Aug 22:23
Compare
Choose a tag to compare

1.0.2 (2024-08-13)

Bug Fixes

  • 🐛 Fix endless loop when no configuration file exists. (d2bc206)

v1.0.1

13 Aug 22:15
Compare
Choose a tag to compare

1.0.1 (2024-08-13)

Bug Fixes

  • Fix private property in skwid package (cf8238e)

v1.0.0

13 Aug 22:13
Compare
Choose a tag to compare

1.0.0 (2024-08-13)

Bug Fixes

  • 🐛 Fix order of execution during build (346ef6c)
  • Fix missing type attribute in package.json and add remaining access level for packages. (0e1ff76)
  • solutions: 🐛 Fixed imports based on previous renaming (9b5c53d)
  • solutions: 🔥 Removed test code (564c284)
  • solutions: 🔊 Improve log formatting (362ae1d)

Features

  • ✨ Added "run" functionality for solutions (498293e)
  • ✨ Added solutions to skwid configurations (cb738de)
  • 🎉 Initial commita (0c12511)
  • solutions: ✨ Add lerna project source (9bc32dc)