unicon 1.0.0 → 1.0.1

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: 4a9ffba80efd2f5bb76b9b46e280d009f1fd4e4ff33aa6a95ef6c09de5637e2c
4
- data.tar.gz: e555d386547d296794e575a4fab0bb4f21741a1f70d63c16cb197754606ae3f6
3
+ metadata.gz: 61f3430f2c4b8788ed5b38940fabed93c956d0c342cdcd5e81fa10884d621d0e
4
+ data.tar.gz: 43b0bebb2a39b6907c7c40a5ac943c8cc8d9a5b01049828ec920f12e12e34c4d
5
5
  SHA512:
6
- metadata.gz: 9b5bd3b6d7c99768292cd29774e57b8d668b02a74046bb9f3f78f0d5e2d6f4e444fbd88fa8b46e3f8155e4e83b1a473f27e98d699478992830ee8efe603ea70b
7
- data.tar.gz: 14ec217b79d5fb9d40000230538f6e8711bcb7150d1293307f784f43f553659331fe6e0d2d20ba3cc63966df459039e6846b2a58b8ca61509a75bff54f90627c
6
+ metadata.gz: ad979552c848c480ae0689b8444b4e162e0b563c1042c8539697f3a1fdf5a13bc3e2f5c9735104dfa8038bb8cc135e24e1e1b1db414102c8434a8b18d13f31ac
7
+ data.tar.gz: ad9432a27cdab1a8ed18e96650b223fe542057b56a8133cc56fdebd62ef33a144c9725cd3c11d4a1ea916f0793bef4a48e7f8536c5ab58c7e07f7520a52032c9
data/CHANGELOG.md CHANGED
@@ -3,6 +3,11 @@
3
3
  Every entry says whether it is a fix, a feature or a breaking change, since that is
4
4
  what decides both whether a reader can take it and what the next version number is.
5
5
 
6
+ ## [1.0.1] - 2026-08-14
7
+
8
+ - **Feature.** `:post` resolves to `:document`, beside `:page` and `:form`: a post is
9
+ a piece of writing. 305 names now resolve, 136 of them aliases.
10
+
6
11
  ## [1.0.0] - 2026-08-14
7
12
 
8
13
  - **Feature.** `:author` resolves to `:account`, beside `:avatar` and `:profile`: the
data/README.md CHANGED
@@ -146,7 +146,7 @@ drawn out. `Unicon.actions` names them all.
146
146
  | `:contact` | | ![person-rolodex](vendor/bootstrap-icons/person-rolodex.svg "person-rolodex") | ![person.crop.circle](vendor/sf-symbols/person.crop.circle.svg "person.crop.circle") | ![contacts](vendor/material-symbols/contacts.svg "contacts") |
147
147
  | `:credit_card` | `:charge` `:payment` `:transaction` | ![credit-card](vendor/bootstrap-icons/credit-card.svg "credit-card") | ![creditcard](vendor/sf-symbols/creditcard.svg "creditcard") | ![credit_card](vendor/material-symbols/credit_card.svg "credit_card") |
148
148
  | `:display` | `:screen` | ![display](vendor/bootstrap-icons/display.svg "display") | ![display](vendor/sf-symbols/display.svg "display") | ![monitor](vendor/material-symbols/monitor.svg "monitor") |
149
- | `:document` | `:file` `:form` `:page` `:summary` | ![file-earmark](vendor/bootstrap-icons/file-earmark.svg "file-earmark") | ![doc](vendor/sf-symbols/doc.svg "doc") | ![description](vendor/material-symbols/description.svg "description") |
149
+ | `:document` | `:file` `:form` `:page` `:post` `:summary` | ![file-earmark](vendor/bootstrap-icons/file-earmark.svg "file-earmark") | ![doc](vendor/sf-symbols/doc.svg "doc") | ![description](vendor/material-symbols/description.svg "description") |
150
150
  | `:droplet` | | ![droplet](vendor/bootstrap-icons/droplet.svg "droplet") | ![drop](vendor/sf-symbols/drop.svg "drop") | ![water_drop](vendor/material-symbols/water_drop.svg "water_drop") |
151
151
  | `:envelope` | `:email` | ![envelope](vendor/bootstrap-icons/envelope.svg "envelope") | ![envelope](vendor/sf-symbols/envelope.svg "envelope") | ![mail](vendor/material-symbols/mail.svg "mail") |
152
152
  | `:eye` | `:view` | ![eye](vendor/bootstrap-icons/eye.svg "eye") | ![eye](vendor/sf-symbols/eye.svg "eye") | ![visibility](vendor/material-symbols/visibility.svg "visibility") |
@@ -24,7 +24,7 @@ module Unicon
24
24
  order: :cart, organization: :building, package: :box, page: :document,
25
25
  password: :lock, payment: :credit_card, permission: :key, photo: :image,
26
26
  picture: :image, plan: :calendar, platform: :puzzle, plugin: :puzzle,
27
- preference: :sliders, price: :tag, product: :box, profile: :account,
27
+ post: :document, preference: :sliders, price: :tag, product: :box, profile: :account,
28
28
  project: :folder, prompt: :terminal, provider: :briefcase, purchase: :cart,
29
29
  rating: :star, recording: :microphone, region: :map, reminder: :bell,
30
30
  review: :star, ride: :car, role: :badge, route: :signpost,
@@ -1,4 +1,4 @@
1
1
  module Unicon
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob