Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 28, 2022
1 parent a98f9fb commit 3f20010
Show file tree
Hide file tree
Showing 36 changed files with 247 additions and 175 deletions.
31 changes: 0 additions & 31 deletions .changeset/angry-days-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-ravens-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-planes-fry.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/little-wasps-hug.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quick-plums-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-rocks-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-trainers-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-cobras-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-apples-grab.md

This file was deleted.

12 changes: 12 additions & 0 deletions application-templates/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# merchant-center-application-template-starter

## 19.3.2

### Patch Changes

- Updated dependencies [[`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`a98f9fb5`](https://github.com/commercetools/merchant-center-application-kit/commit/a98f9fb56a8066d2d64f1fa0f176bf130adb5227), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398)]:
- @commercetools-frontend/application-shell-connectors@21.8.0
- @commercetools-frontend/application-components@21.8.0
- @commercetools-frontend/mc-scripts@21.8.0
- @commercetools-frontend/application-shell@21.8.0
- @commercetools-frontend/assets@21.8.0
- @commercetools-frontend/permissions@21.8.0

## 19.3.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "merchant-center-application-template-starter",
"version": "19.3.1",
"version": "19.3.2",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -21,17 +21,17 @@
"dependencies": {
"@apollo/client": "3.6.2",
"@commercetools-frontend/actions-global": "21.6.0",
"@commercetools-frontend/application-components": "21.7.0",
"@commercetools-frontend/application-shell": "21.7.0",
"@commercetools-frontend/application-shell-connectors": "21.6.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/application-components": "21.8.0",
"@commercetools-frontend/application-shell": "21.8.0",
"@commercetools-frontend/application-shell-connectors": "21.8.0",
"@commercetools-frontend/assets": "21.8.0",
"@commercetools-frontend/constants": "21.3.4",
"@commercetools-frontend/eslint-config-mc-app": "21.6.0",
"@commercetools-frontend/i18n": "21.6.0",
"@commercetools-frontend/jest-preset-mc-app": "21.7.0",
"@commercetools-frontend/mc-dev-authentication": "21.7.0",
"@commercetools-frontend/mc-scripts": "21.7.0",
"@commercetools-frontend/permissions": "21.6.0",
"@commercetools-frontend/mc-scripts": "21.8.0",
"@commercetools-frontend/permissions": "21.8.0",
"@commercetools-frontend/sdk": "21.6.0",
"@commercetools-test-data/commons": "3.0.2",
"@commercetools-test-data/core": "3.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-frontend/application-components

## 21.8.0

### Patch Changes

- [#2654](https://github.com/commercetools/merchant-center-application-kit/pull/2654) [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20) Thanks [@kark](https://github.com/kark)! - Accessibility improvements of the `TabHeader` component.

- Updated dependencies [[`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`c56498ca`](https://github.com/commercetools/merchant-center-application-kit/commit/c56498ca105272d31ca4a6197c16870f4b0e32e6), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398)]:
- @commercetools-frontend/application-shell-connectors@21.8.0
- @commercetools-frontend/l10n@21.8.0
- @commercetools-frontend/assets@21.8.0

## 21.7.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/application-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-components",
"version": "21.7.0",
"version": "21.8.0",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -29,11 +29,11 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/application-shell-connectors": "21.6.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/application-shell-connectors": "21.8.0",
"@commercetools-frontend/assets": "21.8.0",
"@commercetools-frontend/constants": "21.3.4",
"@commercetools-frontend/i18n": "21.6.0",
"@commercetools-frontend/l10n": "21.6.0",
"@commercetools-frontend/l10n": "21.8.0",
"@commercetools-uikit/card": "^15.0.0",
"@commercetools-uikit/constraints": "^15.0.0",
"@commercetools-uikit/design-system": "^15.0.0",
Expand Down
34 changes: 34 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @commercetools-frontend/application-shell-connectors

## 21.8.0

### Patch Changes

- [#2639](https://github.com/commercetools/merchant-center-application-kit/pull/2639) [`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8) Thanks [@ddouglasz](https://github.com/ddouglasz)! - There is a new React hook which you can use to access the Project Images rewrite configuration [see documentation](https://docs.commercetools.com/custom-applications/api-reference/commercetools-frontend-application-shell-connectors#project-image-settings).

You would use it like this:

```js
function MyComponent() {
const { isLoading, imageRegex } = useProjectExtensionImageRegex();

if (isLoading) return <LoadingSpinner />;

return (
<div>
<h1>Project images regex: {imageRegex}</h1>
</div>
);
}

function MyApp() {
return (
<ProjectExtensionProviderForImageRegex>
<MyComponent />
</ProjectExtensionProviderForImageRegex>
);
}
```

Both `GetProjectExtensionImageRegex` component and `withProjectExtensionImageRegex` still exists for backwards compatibility but have been marked as deprecated.

* [#2653](https://github.com/commercetools/merchant-center-application-kit/pull/2653) [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398) Thanks [@kark](https://github.com/kark)! - Export `TImageRegexContext` type

## 21.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell-connectors",
"version": "21.6.0",
"version": "21.8.0",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @commercetools-frontend/application-shell

## 21.8.0

### Patch Changes

- [#2651](https://github.com/commercetools/merchant-center-application-kit/pull/2651) [`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Fixed aria role names.

We were using invalid role names in some of the component's elements.

Special mention to the element wrapping the notifications as it now uses the aria-live [attribute](https://www.w3.org/TR/wai-aria/#aria-live) (with **polite** value).

* [#2665](https://github.com/commercetools/merchant-center-application-kit/pull/2665) [`a98f9fb5`](https://github.com/commercetools/merchant-center-application-kit/commit/a98f9fb56a8066d2d64f1fa0f176bf130adb5227) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Fix `ApplicationShell` header selectors a11y issues

* Updated dependencies [[`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`c56498ca`](https://github.com/commercetools/merchant-center-application-kit/commit/c56498ca105272d31ca4a6197c16870f4b0e32e6), [`f3cc395d`](https://github.com/commercetools/merchant-center-application-kit/commit/f3cc395d1e29e25f694345c03a7b6376b2d88d20), [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332), [`405aa67b`](https://github.com/commercetools/merchant-center-application-kit/commit/405aa67bb55dd61e39f0856c120614030e9c8398)]:
- @commercetools-frontend/application-shell-connectors@21.8.0
- @commercetools-frontend/l10n@21.8.0
- @commercetools-frontend/application-components@21.8.0
- @commercetools-frontend/assets@21.8.0
- @commercetools-frontend/permissions@21.8.0

## 21.7.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell",
"version": "21.7.0",
"version": "21.8.0",
"description": "React component to bootstrap the general MC application logic",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -34,16 +34,16 @@
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/actions-global": "21.6.0",
"@commercetools-frontend/application-components": "21.7.0",
"@commercetools-frontend/application-components": "21.8.0",
"@commercetools-frontend/application-config": "21.7.0",
"@commercetools-frontend/application-shell-connectors": "21.6.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/application-shell-connectors": "21.8.0",
"@commercetools-frontend/assets": "21.8.0",
"@commercetools-frontend/browser-history": "21.3.4",
"@commercetools-frontend/constants": "21.3.4",
"@commercetools-frontend/i18n": "21.6.0",
"@commercetools-frontend/l10n": "21.6.0",
"@commercetools-frontend/l10n": "21.8.0",
"@commercetools-frontend/notifications": "21.6.0",
"@commercetools-frontend/permissions": "21.6.0",
"@commercetools-frontend/permissions": "21.8.0",
"@commercetools-frontend/react-notifications": "21.6.0",
"@commercetools-frontend/sdk": "21.6.0",
"@commercetools-frontend/sentry": "21.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/assets

## 21.8.0

### Patch Changes

- [#2613](https://github.com/commercetools/merchant-center-application-kit/pull/2613) [`20e648d2`](https://github.com/commercetools/merchant-center-application-kit/commit/20e648d2d69ac9b909ae90946c4fe2274cdf7332) Thanks [@emmenko](https://github.com/emmenko)! - Convert entry point to typescript

## 21.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/assets",
"version": "21.0.0",
"version": "21.8.0",
"description": "Assets for building mc apps",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/cypress

## 21.8.0

### Patch Changes

- Updated dependencies [[`f7ec746b`](https://github.com/commercetools/merchant-center-application-kit/commit/f7ec746bfe9742a8bae5ea513db93614cce457c9), [`a98f9fb5`](https://github.com/commercetools/merchant-center-application-kit/commit/a98f9fb56a8066d2d64f1fa0f176bf130adb5227)]:
- @commercetools-frontend/application-shell@21.8.0

## 21.7.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/cypress",
"version": "21.7.0",
"version": "21.8.0",
"description": "Cypress commands and utilities for Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@commercetools-frontend/application-config": "21.7.0",
"@commercetools-frontend/application-shell": "21.7.0",
"@commercetools-frontend/application-shell": "21.8.0",
"@manypkg/get-packages": "1.1.3",
"uuid": "8.3.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/l10n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/l10n

## 21.8.0

### Minor Changes

- [#2612](https://github.com/commercetools/merchant-center-application-kit/pull/2612) [`c56498ca`](https://github.com/commercetools/merchant-center-application-kit/commit/c56498ca105272d31ca4a6197c16870f4b0e32e6) Thanks [@ByronDWall](https://github.com/ByronDWall)! - The localized data has been updated. In particular, the time zones data has been updated and restructured to be more usable and readable.

## 21.6.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/l10n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/l10n",
"version": "21.6.0",
"version": "21.8.0",
"description": "React bindings to load l10n data",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/mc-html-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/mc-html-template

## 21.8.0

### Patch Changes

- [#2652](https://github.com/commercetools/merchant-center-application-kit/pull/2652) [`81df396d`](https://github.com/commercetools/merchant-center-application-kit/commit/81df396daf0d28c6d3284436ae970d568fecc822) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Removed _user-scalable=no_ property from `viewport` meta tag as it is a problem from the [accessibility point of view](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag#viewport_basics).

## 21.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-html-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-html-template",
"version": "21.7.0",
"version": "21.8.0",
"description": "Everything related to render the index.html for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
Loading

0 comments on commit 3f20010

Please sign in to comment.