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 Jul 1, 2022
1 parent cb60852 commit c25e6e3
Show file tree
Hide file tree
Showing 87 changed files with 786 additions and 510 deletions.
19 changes: 0 additions & 19 deletions .changeset/afraid-wolves-mix.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/angry-days-swim.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/beige-moles-listen.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/bright-plants-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-students-worry.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.

24 changes: 0 additions & 24 deletions .changeset/early-kids-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-horses-carry.md

This file was deleted.

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

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/perfect-drinks-teach.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.

5 changes: 0 additions & 5 deletions .changeset/thin-files-fetch.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/wet-hornets-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-foxes-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-berries-clean.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#2615](https://github.com/commercetools/merchant-center-application-kit/pull/2615) [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770) Thanks [@kark](https://github.com/kark)! - There is a new starter template to develop Custom Applications in TypeScript!

To install it via the `@commercetools-frontend/create-mc-app` CLI:

```bash
$ npx @commercetools-frontend/create-mc-app@latest <folder_name> \
--template starter-typescript
```

The TypeScript starter template is the same as the standard JS starter template in terms of functionality
but it includes the additional TypeScript setup.

If you already have a Custom Application in TypeScript or are planning to migrate an existing one to it
we recommend to take a look at the tooling setup of the TypeScript starter template, in particular:

- `.prettierrc` for using the `typescript` parser.
- `jest.*.config.js` to include the file extensions `.ts` and `.tsx`.
- `tsconfig.json`

### Patch Changes

- Updated dependencies [[`1d8c71f1`](https://github.com/commercetools/merchant-center-application-kit/commit/1d8c71f1fed656bb6dedb3379198cc6fcdb5363f), [`78de0ec6`](https://github.com/commercetools/merchant-center-application-kit/commit/78de0ec6b569b7daa23edf4fd21cae0842857ca8), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770), [`43a9df21`](https://github.com/commercetools/merchant-center-application-kit/commit/43a9df2193000b49a0299c02d5218c50d71567ed), [`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), [`1d63e7b6`](https://github.com/commercetools/merchant-center-application-kit/commit/1d63e7b6e0a77f5aa0af4ab38030455d6abedf12), [`1cc471e8`](https://github.com/commercetools/merchant-center-application-kit/commit/1cc471e8872313867afc413598b9808507dd0677), [`d6bfecf1`](https://github.com/commercetools/merchant-center-application-kit/commit/d6bfecf17c0a6a38330943cc5f195f1854248770)]:
- @commercetools-frontend/application-shell@21.8.0
- @commercetools-frontend/application-shell-connectors@21.8.0
- @commercetools-frontend/application-config@21.8.0
- @commercetools-frontend/actions-global@21.8.0
- @commercetools-frontend/assets@21.8.0
- @commercetools-frontend/constants@21.8.0
- @commercetools-frontend/eslint-config-mc-app@21.8.0
- @commercetools-frontend/i18n@21.8.0
- @commercetools-frontend/jest-preset-mc-app@21.8.0
- @commercetools-frontend/mc-scripts@21.8.0
- @commercetools-frontend/permissions@21.8.0
- @commercetools-frontend/application-components@21.8.0
- @commercetools-frontend/mc-dev-authentication@21.8.0
28 changes: 14 additions & 14 deletions application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "merchant-center-application-template-starter-typescript",
"version": "0.1.0",
"version": "0.2.0",
"description": "A starter example in TypeScript for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -21,19 +21,19 @@
},
"dependencies": {
"@apollo/client": "3.6.2",
"@commercetools-frontend/actions-global": "21.6.0",
"@commercetools-frontend/application-components": "21.7.0",
"@commercetools-frontend/application-config": "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/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/actions-global": "21.8.0",
"@commercetools-frontend/application-components": "21.8.0",
"@commercetools-frontend/application-config": "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.8.0",
"@commercetools-frontend/eslint-config-mc-app": "21.8.0",
"@commercetools-frontend/i18n": "21.8.0",
"@commercetools-frontend/jest-preset-mc-app": "21.8.0",
"@commercetools-frontend/mc-dev-authentication": "21.8.0",
"@commercetools-frontend/mc-scripts": "21.8.0",
"@commercetools-frontend/permissions": "21.8.0",
"@commercetools-test-data/channel": "3.1.2",
"@commercetools-test-data/commons": "3.1.2",
"@commercetools-test-data/core": "3.1.2",
Expand Down
Loading

0 comments on commit c25e6e3

Please sign in to comment.