poetry-core 0.0.4 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49f6ccc559aadc3002505eb41c57b5bd3bf81962c542e0bc536ae634dc2cf13a
4
- data.tar.gz: 0bc9fe5c78386a405d4484f11cff85c14c90a2139beb26e9284d63108de38ed1
3
+ metadata.gz: ec837c1c31e39d20d47e278d7ae7dde0ff26f036f17e8bc33dcf81abd6daafdd
4
+ data.tar.gz: 650c0d9053220a0500ae619402dd92515248b0b6bfe960f85e874ace979f36af
5
5
  SHA512:
6
- metadata.gz: 2c7a9f694573f04bc10f66adbba1a9bc17683da4c4a85de4371e7682e1c0a0c6c7b5eec47ee6acdd85590bb60b48b4146906f4626f03a459392c841378a908e5
7
- data.tar.gz: d38bd0bf9ebd9febfe0de1cc3d329efe93e71417fd497ab29af142b5b001931ab4062e912373bde6b34ef8224f23d212c232261f96ef9fb8a7dc86bddddfd4d4
6
+ metadata.gz: d9e82544dcb308ba9feea37d8de5f2272bae3be011c59601c584f6b2b90f1156f6bfef8864d03b0d17c62308eba42e8f82572acfc55a7dd8ce3510c95266ca8a
7
+ data.tar.gz: b35b3d54fa5f02ebd98357a1c93cf4b89a0969a45c1793e15e782d23921cb670a52889fc888e0204dbde640bc0a83176c54ea8f285031f41802b12bbadbd45de
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
1
  # Changelog
2
2
 
3
3
  ## [Unreleased]
4
+
5
+ ## [0.1.0] - 2026-09-05
6
+
7
+ Initial public release. The family releases in lockstep; every gem pins its siblings at the same version.
8
+
9
+ - The component framework on ViewComponent: the `Component` base class with the options, slots, variants, states, and parts DSL, class merging, HTML attribute handling, and the Stimulus wiring builders every component runs through.
10
+ - Design tokens authored once and compiled to a Tailwind v4 theme or BEM CSS behind a contrast gate, with nine visual themes.
11
+ - The component registry that every other surface projects from: `poetry check` verification of Herb-parsed ERB, llms.txt generation, registry items in the shadcn registry format, and stable ids for Turbo morphs and fragment caches.
12
+ - Shared Stimulus controllers (`@poetry/core`), the preview infrastructure, the agent tools DSL for WebMCP declarations, and the install-time class safelist.
@@ -4,6 +4,6 @@ module Poetry
4
4
  module Core
5
5
  # The gem version. Every gem in the family carries the same version
6
6
  # and pins poetry-core to it exactly.
7
- VERSION = "0.0.4"
7
+ VERSION = "0.1.0"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poetry-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Solt