Skip to content

Commit

Permalink
ci(changesets): version packages (#2542)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
CT Release Bot and github-actions[bot] authored Apr 8, 2022
1 parent 3853d77 commit f5d34f6
Show file tree
Hide file tree
Showing 23 changed files with 135 additions and 63 deletions.
12 changes: 0 additions & 12 deletions .changeset/orange-dolphins-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-gorillas-attend.md

This file was deleted.

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

## 19.1.5

### Patch Changes

- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f), [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]:
- @commercetools-frontend/application-components@21.3.3
- @commercetools-frontend/application-shell@21.3.3
- @commercetools-frontend/mc-scripts@21.3.3

## 19.1.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1.4",
"version": "19.1.5",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -21,16 +21,16 @@
"dependencies": {
"@apollo/client": "3.5.10",
"@commercetools-frontend/actions-global": "21.3.0",
"@commercetools-frontend/application-components": "21.3.2",
"@commercetools-frontend/application-shell": "21.3.2",
"@commercetools-frontend/application-components": "21.3.3",
"@commercetools-frontend/application-shell": "21.3.3",
"@commercetools-frontend/application-shell-connectors": "21.3.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/constants": "21.3.0",
"@commercetools-frontend/eslint-config-mc-app": "21.3.1",
"@commercetools-frontend/i18n": "21.3.0",
"@commercetools-frontend/jest-preset-mc-app": "21.3.2",
"@commercetools-frontend/mc-dev-authentication": "21.0.0",
"@commercetools-frontend/mc-scripts": "21.3.2",
"@commercetools-frontend/mc-scripts": "21.3.3",
"@commercetools-frontend/permissions": "21.3.0",
"@commercetools-frontend/sdk": "21.3.0",
"@commercetools-test-data/commons": "2.4.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-frontend/application-components

## 21.3.3

### Patch Changes

- [#2541](https://github.com/commercetools/merchant-center-application-kit/pull/2541) [`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f) Thanks [@emmenko](https://github.com/emmenko)! - Fix layout issue with modal components when the underlying page has a scrolling position, causing the modal container position to "scroll" with the page position.

The expected behavior is for the modal page to always be correctly positioned and visible, regardless of the scrolling position of the underlying page.

To fix that, the `<PortalsContainer>` now uses `position: fixed` when a modal container opens.

The component now accepts some props to allow consumers to adjust the layout accordingly. However, for Custom Applications everything is pre-configured, so there is no action required.

## 21.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3.2",
"version": "21.3.3",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/application-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/application-config

## 21.3.3

### Patch Changes

- [#2540](https://github.com/commercetools/merchant-center-application-kit/pull/2540) [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80) Thanks [@emmenko](https://github.com/emmenko)! - Fix computing submenu link `uriPath` when parsing local Custom Application config.

## 21.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/application-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-config",
"version": "21.3.2",
"version": "21.3.3",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @commercetools-frontend/application-shell

## 21.3.3

### Patch Changes

- [#2541](https://github.com/commercetools/merchant-center-application-kit/pull/2541) [`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f) Thanks [@emmenko](https://github.com/emmenko)! - Fix layout issue with modal components when the underlying page has a scrolling position, causing the modal container position to "scroll" with the page position.

The expected behavior is for the modal page to always be correctly positioned and visible, regardless of the scrolling position of the underlying page.

To fix that, the `<PortalsContainer>` now uses `position: fixed` when a modal container opens.

The component now accepts some props to allow consumers to adjust the layout accordingly. However, for Custom Applications everything is pre-configured, so there is no action required.

* [#2540](https://github.com/commercetools/merchant-center-application-kit/pull/2540) [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80) Thanks [@emmenko](https://github.com/emmenko)! - Fix computing submenu link `uriPath` when parsing local Custom Application config.

* Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f), [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]:
- @commercetools-frontend/application-components@21.3.3
- @commercetools-frontend/application-config@21.3.3

## 21.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3.2",
"version": "21.3.3",
"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,8 +34,8 @@
"@babel/runtime": "^7.17.8",
"@babel/runtime-corejs3": "^7.17.8",
"@commercetools-frontend/actions-global": "21.3.0",
"@commercetools-frontend/application-components": "21.3.2",
"@commercetools-frontend/application-config": "21.3.2",
"@commercetools-frontend/application-components": "21.3.3",
"@commercetools-frontend/application-config": "21.3.3",
"@commercetools-frontend/application-shell-connectors": "21.3.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/browser-history": "21.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/cypress

## 21.3.3

### Patch Changes

- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f), [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]:
- @commercetools-frontend/application-shell@21.3.3
- @commercetools-frontend/application-config@21.3.3

## 21.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3.2",
"version": "21.3.3",
"description": "Cypress commands and utilities for Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime-corejs3": "^7.17.8",
"@commercetools-frontend/application-config": "21.3.2",
"@commercetools-frontend/application-shell": "21.3.2",
"@commercetools-frontend/application-config": "21.3.3",
"@commercetools-frontend/application-shell": "21.3.3",
"@manypkg/get-packages": "1.1.3",
"uuid": "8.3.2"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/mc-html-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/mc-html-template

## 21.3.3

### Patch Changes

- Updated dependencies [[`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]:
- @commercetools-frontend/application-config@21.3.3

## 21.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.2",
"version": "21.3.3",
"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 Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@babel/runtime": "^7.17.8",
"@babel/runtime-corejs3": "^7.17.8",
"@commercetools-frontend/application-config": "21.3.2",
"@commercetools-frontend/application-config": "21.3.3",
"@commercetools-frontend/constants": "21.3.0",
"core-js": "^3.21.1",
"serialize-javascript": "6.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/mc-scripts

## 21.3.3

### Patch Changes

- Updated dependencies [[`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]:
- @commercetools-frontend/application-config@21.3.3
- @commercetools-frontend/mc-html-template@21.3.3

## 21.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-scripts",
"version": "21.3.2",
"version": "21.3.3",
"description": "Configuration and scripts for developing a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"@babel/core": "^7.17.8",
"@babel/runtime": "^7.17.8",
"@babel/runtime-corejs3": "^7.17.8",
"@commercetools-frontend/application-config": "21.3.2",
"@commercetools-frontend/application-config": "21.3.3",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/babel-preset-mc-app": "21.3.2",
"@commercetools-frontend/constants": "21.3.0",
"@commercetools-frontend/mc-dev-authentication": "21.0.0",
"@commercetools-frontend/mc-html-template": "21.3.2",
"@commercetools-frontend/mc-html-template": "21.3.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
"@svgr/webpack": "6.2.1",
"autoprefixer": "^10.4.4",
Expand Down
8 changes: 8 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# playground

## 19.1.4

### Patch Changes

- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f), [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]:
- @commercetools-frontend/application-components@21.3.3
- @commercetools-frontend/application-shell@21.3.3

## 19.1.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "19.1.3",
"version": "19.1.4",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@commercetools-docs/ui-kit": "18.5.0",
"@commercetools-frontend/actions-global": "21.3.0",
"@commercetools-frontend/application-components": "21.3.2",
"@commercetools-frontend/application-shell": "21.3.2",
"@commercetools-frontend/application-components": "21.3.3",
"@commercetools-frontend/application-shell": "21.3.3",
"@commercetools-frontend/application-shell-connectors": "21.3.0",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/constants": "21.3.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@commercetools-backend/express": "21.3.0",
"@commercetools-frontend/mc-dev-authentication": "21.0.0",
"@commercetools-frontend/mc-scripts": "21.3.2",
"@commercetools-frontend/mc-scripts": "21.3.3",
"@formatjs/cli": "4.8.3",
"@vercel/node": "^1.14.0"
}
Expand Down
7 changes: 7 additions & 0 deletions visual-testing-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-local/visual-testing-app

## 19.2.2

### Patch Changes

- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f)]:
- @commercetools-frontend/application-components@21.3.3

## 19.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions visual-testing-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-local/visual-testing-app",
"version": "19.2.1",
"version": "19.2.2",
"description": "An app to facilitate visual testing",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"preview": "vite preview --port 3000"
},
"dependencies": {
"@commercetools-frontend/application-components": "21.3.2",
"@commercetools-frontend/application-components": "21.3.3",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/constants": "21.3.0",
"@commercetools-frontend/react-notifications": "21.3.0",
Expand Down
7 changes: 7 additions & 0 deletions website-components-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-website/components-playground

## 17.3.2

### Patch Changes

- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f)]:
- @commercetools-frontend/application-components@21.3.3

## 17.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions website-components-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-website/components-playground",
"version": "17.3.1",
"version": "17.3.2",
"private": true,
"scripts": {
"clean": "gatsby clean",
Expand All @@ -10,7 +10,7 @@
"serve": "gatsby serve"
},
"dependencies": {
"@commercetools-frontend/application-components": "21.3.2",
"@commercetools-frontend/application-components": "21.3.3",
"@commercetools-frontend/i18n": "21.3.0",
"@commercetools-uikit/design-system": "^14.0.0",
"@commercetools-uikit/icon-button": "^14.0.2",
Expand Down
Loading

1 comment on commit f5d34f6

@vercel
Copy link

@vercel vercel bot commented on f5d34f6 Apr 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.