Skip to content

Commit

Permalink
Merge pull request #415 from wayofdev/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Jul 17, 2023
2 parents 8dd5d70 + 779ed1d commit bbbc721
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/loud-dolphins-check.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @wayofdev/docs

## 2.0.0

### Major Changes

- [#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

### Patch Changes

- Updated dependencies [[`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b)]:
- @wayofdev/ui@2.0.0

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/docs",
"version": "1.2.2",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
11 changes: 11 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# storybook

## 2.0.0

### Major Changes

- [#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

### Patch Changes

- Updated dependencies [[`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b)]:
- @wayofdev/ui@2.0.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/storybook",
"version": "1.3.0",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "storybook build",
Expand Down
13 changes: 13 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# web

## 2.0.0

### Major Changes

- [#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

### Patch Changes

- Updated dependencies [[`939b34f`](https://github.com/wayofdev/next-starter-tpl/commit/939b34f4b17b8e9958586bb7c712d4b9373b1e2b)]:
- @wayofdev/google-tag-manager@2.0.0
- @wayofdev/facebook-pixel@2.0.0
- @wayofdev/ui@2.0.0

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/web",
"version": "1.3.0",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/common-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/common-i18n

## 2.0.0

### Major Changes

- [#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

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/common-i18n",
"version": "1.2.0",
"version": "2.0.0",
"private": true,
"homepage": "https://github.com/wayofdev/next-starter-tpl",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/facebook-pixel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/facebook-pixel

## 2.0.0

### Major Changes

- [#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

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook-pixel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/facebook-pixel",
"version": "1.1.0",
"version": "2.0.0",
"private": true,
"type": "module",
"homepage": "https://github.com/wayofdev/next-starter-tpl",
Expand Down
6 changes: 6 additions & 0 deletions packages/google-tag-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/google-tag-manager

## 2.0.0

### Major Changes

- [#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

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/google-tag-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/google-tag-manager",
"version": "1.1.0",
"version": "2.0.0",
"private": true,
"type": "module",
"homepage": "https://github.com/wayofdev/next-starter-tpl",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/ui

## 2.0.0

### Major Changes

- [#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

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/ui",
"version": "1.3.0",
"version": "2.0.0",
"private": true,
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit bbbc721

Please sign in to comment.