Skip to content

Commit

Permalink
Merge pull request #78 from wayofdev/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Feb 24, 2023
2 parents bbda450 + 89d5185 commit 30cccbb
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 19 deletions.
11 changes: 0 additions & 11 deletions .changeset/fuzzy-apricots-act.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- [#77](https://github.com/wayofdev/next-starter-tpl/pull/77) [`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72) Thanks [@lotyp](https://github.com/lotyp)! - feat: refactor

### Patch Changes

- Updated dependencies [[`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72)]:
- @wayofdev/ui@1.1.0
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.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
12 changes: 12 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# storybook

## 1.1.0

### Minor Changes

- [#77](https://github.com/wayofdev/next-starter-tpl/pull/77) [`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72) Thanks [@lotyp](https://github.com/lotyp)! - feat: refactor

### Patch Changes

- Updated dependencies [[`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72)]:
- @wayofdev/ui@1.1.0
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"@wayofdev/eslint-config-bases": "^2.0.4",
"eslint": "^8.34.0",
"prop-types": "^15.8.1",
"storybook": "^7.0.0-beta.53",
"storybook": "^1.1.0",
"typescript": "^4.9.5",
"vite": "^4.1.4"
}
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

## 1.1.0

### Minor Changes

- [#77](https://github.com/wayofdev/next-starter-tpl/pull/77) [`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72) Thanks [@lotyp](https://github.com/lotyp)! - feat: refactor

### Patch Changes

- Updated dependencies [[`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72)]:
- @wayofdev/google-tag-manager@1.1.0
- @wayofdev/facebook-pixel@1.1.0
- @wayofdev/ui@1.1.0

## 1.0.1

### Patch 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.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"analyze": "next build",
Expand Down
7 changes: 7 additions & 0 deletions packages/common-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @wayofdev/common-i18n

## 1.1.0

### Minor Changes

- [#77](https://github.com/wayofdev/next-starter-tpl/pull/77) [`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72) Thanks [@lotyp](https://github.com/lotyp)! - feat: refactor
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.0.0",
"version": "1.1.0",
"private": true,
"homepage": "https://github.com/wayofdev/next-starter-tpl",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/facebook-pixel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @wayofdev/facebook-pixel

## 1.1.0

### Minor Changes

- [#77](https://github.com/wayofdev/next-starter-tpl/pull/77) [`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72) Thanks [@lotyp](https://github.com/lotyp)! - feat: refactor
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.0.0",
"version": "1.1.0",
"private": true,
"homepage": "https://github.com/wayofdev/next-starter-tpl",
"license": "MIT",
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

## 1.1.0

### Minor Changes

- [#77](https://github.com/wayofdev/next-starter-tpl/pull/77) [`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72) Thanks [@lotyp](https://github.com/lotyp)! - feat: refactor

## 1.0.1

### Patch 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.0.1",
"version": "1.1.0",
"private": true,
"homepage": "https://github.com/wayofdev/next-starter-tpl",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @wayofdev/ui

## 1.1.0

### Minor Changes

- [#77](https://github.com/wayofdev/next-starter-tpl/pull/77) [`bbda450`](https://github.com/wayofdev/next-starter-tpl/commit/bbda4505bc84319b9d0dd275845bcec0d9326d72) Thanks [@lotyp](https://github.com/lotyp)! - feat: refactor
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.0.0",
"version": "1.1.0",
"private": true,
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit 30cccbb

Please sign in to comment.