Skip to content

Commit

Permalink
Merge pull request #149 from wayofdev/changeset-release/master
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp authored Mar 22, 2023
2 parents ea4fefa + 2a1c5c3 commit 0d09000
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/nine-queens-retire.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- Updated dependencies [[`d3b333f`](https://github.com/wayofdev/next-starter-tpl/commit/d3b333f095b6df9a43769b5be23e13a9ec8fae9e)]:
- @wayofdev/ui@1.3.0

## 1.2.1

### 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.1",
"version": "1.2.2",
"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

## 1.3.0

### Minor Changes

- [#104](https://github.com/wayofdev/next-starter-tpl/pull/104) [`d3b333f`](https://github.com/wayofdev/next-starter-tpl/commit/d3b333f095b6df9a43769b5be23e13a9ec8fae9e) Thanks [@igomur](https://github.com/igomur)! - feat: header and dropdown refactor

### Patch Changes

- Updated dependencies [[`d3b333f`](https://github.com/wayofdev/next-starter-tpl/commit/d3b333f095b6df9a43769b5be23e13a9ec8fae9e)]:
- @wayofdev/ui@1.3.0

## 1.2.1

### Patch 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.2.1",
"version": "1.3.0",
"private": true,
"scripts": {
"build": "storybook build",
Expand Down
11 changes: 11 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# web

## 1.3.0

### Minor Changes

- [#104](https://github.com/wayofdev/next-starter-tpl/pull/104) [`d3b333f`](https://github.com/wayofdev/next-starter-tpl/commit/d3b333f095b6df9a43769b5be23e13a9ec8fae9e) Thanks [@igomur](https://github.com/igomur)! - feat: header and dropdown refactor

### Patch Changes

- Updated dependencies [[`d3b333f`](https://github.com/wayofdev/next-starter-tpl/commit/d3b333f095b6df9a43769b5be23e13a9ec8fae9e)]:
- @wayofdev/ui@1.3.0

## 1.2.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.2.1",
"version": "1.3.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true NEXT_IGNORE_TYPE_CHECK=true NEXT_IGNORE_ESLINT=true SENTRY_UPLOAD_DRY_RUN=true next build",
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

## 1.3.0

### Minor Changes

- [#104](https://github.com/wayofdev/next-starter-tpl/pull/104) [`d3b333f`](https://github.com/wayofdev/next-starter-tpl/commit/d3b333f095b6df9a43769b5be23e13a9ec8fae9e) Thanks [@igomur](https://github.com/igomur)! - feat: header and dropdown refactor

## 1.2.1

### Patch 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.2.1",
"version": "1.3.0",
"private": true,
"license": "MIT",
"sideEffects": false,
Expand Down

3 comments on commit 0d09000

@vercel
Copy link

@vercel vercel bot commented on 0d09000 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-starter-tpl-storybook – ./apps/storybook

next-starter-tpl-storybook-wayofdev.vercel.app
next-starter-tpl-storybook.vercel.app
next-starter-tpl-storybook-git-master-wayofdev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0d09000 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 0d09000 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.