Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Aug 4, 2023
1 parent d6e8965 commit 9219d3a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
title: "chore: update versions"
commit: "chore: update versions"
publish: pnpm changeset:release
version: pnpm changeset:version
createGithubReleases: false
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconfont-componentized",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"repository": "git@github.com:axetroy/iconfont-componentized.git",
"author": "Axetroy <axetroy.dev@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/iconfont-componentized-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axetroy/iconfont-componentized-cli",
"version": "1.0.2",
"version": "1.0.3",
"bin": {
"iconfont-componentized": "./dist/index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/iconfont-componentized-gen-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axetroy/iconfont-componentized-gen-react",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iconfont-componentized-gen-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axetroy/iconfont-componentized-gen-svg",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iconfont-componentized-gen-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axetroy/iconfont-componentized-gen-vue",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axetroy/iconfont-componentized-gen-web-component",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iconfont-componentized-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axetroy/iconfont-componentized-parser",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/iconfont-componentized-share/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axetroy/iconfont-componentized-share",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9219d3a

Please sign in to comment.