Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #193

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
6 changes: 0 additions & 6 deletions .changeset/real-coins-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-ladybugs-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-needles-sort.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/site-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moderntribe/sitedetails

## 1.0.1

### Patch Changes

- Updated dependencies [b01e5af]
- Updated dependencies [81f8d17]
- @moderntribe/[email protected]

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/site-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moderntribe/site-settings",
"version": "1.0.0",
"version": "1.0.1",
"description": "Site settings foundation",
"source": "src/index.tsx",
"main": "dist/umd/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/sitebuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @moderntribe/sitebuilder

## 3.0.0

### Major Changes

- 81f8d17: The FTC Wizard now can be completed and will gather all required data from the user

### Patch Changes

- Updated dependencies [b01e5af]
- Updated dependencies [81f8d17]
- @moderntribe/[email protected]

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sitebuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moderntribe/sitebuilder",
"version": "2.0.1",
"version": "3.0.0",
"description": "SiteBuilder foundation",
"source": "src/index.tsx",
"main": "dist/umd/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/storebuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @moderntribe/storebuilder

## 2.1.0

### Minor Changes

- b01e5af: Storebuilder now uses the updated themeing and data model

### Patch Changes

- Updated dependencies [b01e5af]
- Updated dependencies [81f8d17]
- @moderntribe/[email protected]

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storebuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moderntribe/storebuilder",
"version": "2.0.0",
"version": "2.1.0",
"description": "StoreBuilder foundation",
"source": "src/index.tsx",
"main": "dist/umd/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/wme-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @moderntribe/wme-ui

## 3.1.0

### Minor Changes

- 81f8d17: The FTC Wizard now can be completed and will gather all required data from the user

### Patch Changes

- b01e5af: Storebuilder now uses the updated themeing and data model

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wme-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moderntribe/wme-ui",
"version": "3.0.0",
"version": "3.1.0",
"private": false,
"author": "Moderntribe Incubator Team",
"description": "Components and hooks to build the best UX/UI admin wizards",
Expand Down
14 changes: 14 additions & 0 deletions plugins/wme-sitebuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @moderntribe/wme-sitebuilder

## 2.1.0

### Minor Changes

- f2aab5a: Refactor how we call wp-cli via the included composer package. Fixes Payment Gateway plugin versions/installation. Fix GitHub actions playwright installation.

### Patch Changes

- Updated dependencies [b01e5af]
- Updated dependencies [81f8d17]
- @moderntribe/[email protected]
- @moderntribe/[email protected]
- @moderntribe/[email protected]

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wme-sitebuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moderntribe/wme-sitebuilder",
"version": "2.0.1",
"version": "2.1.0",
"description": "Easily build and configure a site.",
"author": "Modern Tribe Incubator Team",
"license": "MIT",
Expand Down