Skip to content

Commit bbbc721

Browse files
authored
Merge pull request #415 from wayofdev/changeset-release/master
2 parents 8dd5d70 + 779ed1d commit bbbc721

File tree

15 files changed

+66
-18
lines changed

15 files changed

+66
-18
lines changed

.changeset/loud-dolphins-check.md

-11
This file was deleted.

apps/docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @wayofdev/docs
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#414](https://github.com/wayofdev/next-starter-tpl/pull/414) [`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b) Thanks [@lotyp](https://github.com/lotyp)! - feat: update packages to use esm instead of commonjs, improved github actions, e2e tests are now working locally trough docker and also in ci, update third-party deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b)]:
12+
- @wayofdev/ui@2.0.0
13+
314
## 1.2.2
415

516
### Patch Changes

apps/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/docs",
3-
"version": "1.2.2",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",

apps/storybook/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# storybook
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#414](https://github.com/wayofdev/next-starter-tpl/pull/414) [`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b) Thanks [@lotyp](https://github.com/lotyp)! - feat: update packages to use esm instead of commonjs, improved github actions, e2e tests are now working locally trough docker and also in ci, update third-party deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b)]:
12+
- @wayofdev/ui@2.0.0
13+
314
## 1.3.0
415

516
### Minor Changes

apps/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/storybook",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"build": "storybook build",

apps/web/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# web
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#414](https://github.com/wayofdev/next-starter-tpl/pull/414) [`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b) Thanks [@lotyp](https://github.com/lotyp)! - feat: update packages to use esm instead of commonjs, improved github actions, e2e tests are now working locally trough docker and also in ci, update third-party deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b)]:
12+
- @wayofdev/google-tag-manager@2.0.0
13+
- @wayofdev/facebook-pixel@2.0.0
14+
- @wayofdev/ui@2.0.0
15+
316
## 1.3.0
417

518
### Minor Changes

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/web",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/common-i18n/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wayofdev/common-i18n
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#414](https://github.com/wayofdev/next-starter-tpl/pull/414) [`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b) Thanks [@lotyp](https://github.com/lotyp)! - feat: update packages to use esm instead of commonjs, improved github actions, e2e tests are now working locally trough docker and also in ci, update third-party deps
8+
39
## 1.2.0
410

511
### Minor Changes

packages/common-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/common-i18n",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"private": true,
55
"homepage": "https://github.com/wayofdev/next-starter-tpl",
66
"repository": {

packages/facebook-pixel/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wayofdev/facebook-pixel
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#414](https://github.com/wayofdev/next-starter-tpl/pull/414) [`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b) Thanks [@lotyp](https://github.com/lotyp)! - feat: update packages to use esm instead of commonjs, improved github actions, e2e tests are now working locally trough docker and also in ci, update third-party deps
8+
39
## 1.1.0
410

511
### Minor Changes

packages/facebook-pixel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/facebook-pixel",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"private": true,
55
"type": "module",
66
"homepage": "https://github.com/wayofdev/next-starter-tpl",

packages/google-tag-manager/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wayofdev/google-tag-manager
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#414](https://github.com/wayofdev/next-starter-tpl/pull/414) [`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b) Thanks [@lotyp](https://github.com/lotyp)! - feat: update packages to use esm instead of commonjs, improved github actions, e2e tests are now working locally trough docker and also in ci, update third-party deps
8+
39
## 1.1.0
410

511
### Minor Changes

packages/google-tag-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/google-tag-manager",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"private": true,
55
"type": "module",
66
"homepage": "https://github.com/wayofdev/next-starter-tpl",

packages/ui/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wayofdev/ui
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#414](https://github.com/wayofdev/next-starter-tpl/pull/414) [`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b) Thanks [@lotyp](https://github.com/lotyp)! - feat: update packages to use esm instead of commonjs, improved github actions, e2e tests are now working locally trough docker and also in ci, update third-party deps
8+
39
## 1.3.0
410

511
### Minor Changes

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/ui",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"private": true,
55
"license": "MIT",
66
"sideEffects": false,

0 commit comments

Comments
 (0)