Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @exile-watch/[email protected]
 - @exile-watch/[email protected]
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 9c6ecc3 commit f6906c5
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/writ-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/exile-watch/writ/compare/@exile-watch/[email protected]...@exile-watch/[email protected]) (2024-04-13)


### ⚙️ Internal

* bump exile watch packages, add biome and run formatter and linter ([9c6ecc3](https://github.com/exile-watch/writ/commit/9c6ecc3f2b875b548b774ee0c0d55bcfd137e9f8))
* manually bump to 1.0.0 and update gha workflows ([e664cac](https://github.com/exile-watch/writ/commit/e664cac51bf09d8175be58a2d5c67afe75579f2f))



## [0.3.8](https://github.com/exile-watch/writ/compare/@exile-watch/[email protected]...@exile-watch/[email protected]) (2024-03-18)


Expand Down
6 changes: 4 additions & 2 deletions packages/writ-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exile-watch/writ-icons",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shared design system of React components for exile.watch fronted projects",
"homepage": "https://github.com/exile-watch/writ/pkgs/npm/writ-icons",
"repository": {
Expand All @@ -11,7 +11,9 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand Down
10 changes: 10 additions & 0 deletions packages/writ-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.1](https://github.com/exile-watch/writ/compare/@exile-watch/[email protected]...@exile-watch/[email protected]) (2024-04-13)


### ⚙️ Internal

* bump exile watch packages, add biome and run formatter and linter ([9c6ecc3](https://github.com/exile-watch/writ/commit/9c6ecc3f2b875b548b774ee0c0d55bcfd137e9f8))
* manually bump to 1.0.0 and update gha workflows ([e664cac](https://github.com/exile-watch/writ/commit/e664cac51bf09d8175be58a2d5c67afe75579f2f))



## [0.7.2](https://github.com/exile-watch/writ/compare/@exile-watch/[email protected]...@exile-watch/[email protected]) (2024-03-18)


Expand Down
10 changes: 7 additions & 3 deletions packages/writ-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exile-watch/writ-react",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shared design system of React components for exile.watch fronted projects",
"homepage": "https://github.com/exile-watch/writ/pkgs/npm/writ-react",
"repository": {
Expand All @@ -11,7 +11,9 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"_clean": "del-cli dist",
"_build": "rollup -c",
Expand Down Expand Up @@ -58,5 +60,7 @@
"registry": "https://npm.pkg.github.com/",
"access": "public"
},
"workspaces": ["packages/*"]
"workspaces": [
"packages/*"
]
}

0 comments on commit f6906c5

Please sign in to comment.