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

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 11 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 13 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 0 deletions
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

0 commit comments

Comments
 (0)