Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .changeset/atomic-design-components.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/canonical-urn-identity.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/chrome-blocks.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/component-canonical.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/component-picker-ux.md

This file was deleted.

42 changes: 0 additions & 42 deletions .changeset/cookie-consent-plugin.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/custom-block-kinds.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/press-editable-navigation.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/privacy-policy-page-seed.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/quiet-schema-poll-log.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/section-blocks.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# playground

## 0.1.1

### Patch Changes

- Updated dependencies [[`936ece7`](https://github.com/ogs-tech/press/commit/936ece7cdf9fadf17f5174512855a10506d3c6ad), [`a6bdc84`](https://github.com/ogs-tech/press/commit/a6bdc84ca26eebe65a78ecfbdd7407e096ee839f), [`a6bdc84`](https://github.com/ogs-tech/press/commit/a6bdc84ca26eebe65a78ecfbdd7407e096ee839f), [`260d8ea`](https://github.com/ogs-tech/press/commit/260d8eacd4df2518b74133678d1c476d0aa637f4), [`21c793b`](https://github.com/ogs-tech/press/commit/21c793b456331a7f6a1e3246ebc2d967416b5f3c), [`b11ced9`](https://github.com/ogs-tech/press/commit/b11ced9730896101871952e4627fcc2b3cb19fb8), [`490bdc7`](https://github.com/ogs-tech/press/commit/490bdc7f63c9fe893c249e32be8f60fd13891061)]:
- @ogs-tech/press-web@1.0.0
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "press dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/playground/packages/cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# playground-cms

## 0.1.1

### Patch Changes

- Updated dependencies [[`936ece7`](https://github.com/ogs-tech/press/commit/936ece7cdf9fadf17f5174512855a10506d3c6ad), [`a6bdc84`](https://github.com/ogs-tech/press/commit/a6bdc84ca26eebe65a78ecfbdd7407e096ee839f), [`21c793b`](https://github.com/ogs-tech/press/commit/21c793b456331a7f6a1e3246ebc2d967416b5f3c), [`21c793b`](https://github.com/ogs-tech/press/commit/21c793b456331a7f6a1e3246ebc2d967416b5f3c), [`21c793b`](https://github.com/ogs-tech/press/commit/21c793b456331a7f6a1e3246ebc2d967416b5f3c), [`b11ced9`](https://github.com/ogs-tech/press/commit/b11ced9730896101871952e4627fcc2b3cb19fb8), [`21c793b`](https://github.com/ogs-tech/press/commit/21c793b456331a7f6a1e3246ebc2d967416b5f3c), [`a6bdc84`](https://github.com/ogs-tech/press/commit/a6bdc84ca26eebe65a78ecfbdd7407e096ee839f), [`490bdc7`](https://github.com/ogs-tech/press/commit/490bdc7f63c9fe893c249e32be8f60fd13891061)]:
- @ogs-tech/press-cms@1.0.0
2 changes: 1 addition & 1 deletion apps/playground/packages/cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-cms",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "press cms host (Strapi)",
"scripts": {
Expand Down
35 changes: 35 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# @ogs-tech/create-press

## 0.1.1

### Patch Changes

- [`936ece7`](https://github.com/ogs-tech/press/commit/936ece7cdf9fadf17f5174512855a10506d3c6ad) Thanks [@odenirdev](https://github.com/odenirdev)! - feat!: Atomic Design component palette — unified `{owner}-{layer}.{name}` scheme

BREAKING (wire + API): the ad-hoc `press.*` / `section.*` / `chrome.*` prefixes
are replaced by ONE Atomic Design scheme where the Strapi category encodes
`{owner}-{layer}` (owner ∈ preset|custom, layer ∈ atom|molecule|organism|config|
layout|template) and stored `__component` values change accordingly:

- `press.{paragraph,heading,list,quote,image,button,separator,spacer}` →
`preset-atom.*`; `press.nav-item` → `preset-molecule.nav-item`;
`press.{seo,theme-colors,theme-radius,cookie-consent,cookie-category}` →
`preset-config.*`.
- `section.{hero,cta}` and `chrome.{navbar,footer}` unify under
`preset-organism.*` (one layer; placement — body vs header/footer — is declared
per content-type `schema.json`, not by the category). `hero`/`cta` are now
**body-only**.
- Adopter blocks move from placement folders (`custom` / `custom-section` /
`custom-chrome`) to atomic-LAYER folders (`custom-<layer>/`, e.g.
`custom-organism/`); `admitCustomBlocks` now admits every `custom-*` block into
ALL engine Dynamic Zones (universal placement — the editor decides where),
dropping the per-category placement map. Legacy bare `custom.*` is still
admitted for a forgiving migration.

**press-web**: exported registries renamed (`referenceBlocks` → `atomBlocks`;
`sectionBlocks` + `chromeBlocks` → `organismBlocks`) and the base block types
renamed (`PressParagraph` → `PresetAtomParagraph`, `SectionHero` →
`PresetOrganismHero`, `ChromeNavbar` → `PresetOrganismNavbar`, …). The generator,
`PressSchema` contract, `urn`/`blockKey` primitives, and the `plugin::press-cms.*`
plugin id are unchanged (the product name "press" is not a component category).
The scaffolder ships the migrated `custom-organism.callout` example.
16 changes: 12 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"name": "@ogs-tech/create-press",
"version": "0.1.0",
"version": "0.1.1",
"description": "Scaffold a new press project (ultra-thin Project zone)",
"license": "MIT",
"author": "Odenir Gomes",
"type": "commonjs",
"bin": { "create-press": "bin/create-press.js" },
"files": ["bin", "dist", "templates"],
"publishConfig": { "access": "public" },
"bin": {
"create-press": "bin/create-press.js"
},
"files": [
"bin",
"dist",
"templates"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ogs-tech/press.git",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/src/create/versions.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// Regenerate with: pnpm --filter @ogs-tech/create-press gen:versions
// Source of truth: the engine packages' own package.json manifests.
export const VERSIONS = {
pressCli: '0.1.0',
pressWeb: '0.4.1',
pressCms: '0.3.2',
pressCli: '0.1.1',
pressWeb: '1.0.0',
pressCms: '1.0.0',
next: '^15.1.0',
react: '^18.3.1',
strapi: '5.48.0',
Expand Down
Loading