Skip to content

Commit

Permalink
feat(ci): bump patch puik-resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Mar 18, 2024
1 parent ac6e5c3 commit a5f881c
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-crews-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@prestashopcorp/puik-resolver": patch
---

Rollback version unplugin-vue-component
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"@prestashopcorp/puik-components": "1.0.0",
"@prestashopcorp/puik-locale": "1.0.0",
"@prestashopcorp/puik": "1.0.0",
"@prestashopcorp/puik-resolver": "1.0.0",
"@prestashopcorp/puik-resolver": "0.0.1",
"@prestashopcorp/puik-tailwind-preset": "1.0.0",
"@prestashopcorp/puik-theme": "1.0.0",
"@prestashopcorp/puik-utils": "1.0.0",
"@prestashopcorp/puik-web-components": "1.0.0"
},
"changesets": [
"famous-crews-fetch",
"tender-pianos-kiss"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/cd-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pnpm build

- name: Publish beta
run: pnpm -r --filter './packages/**' publish --no-git-checks --access public --tag beta
run: pnpm -r --filter './packages/**' publish --no-git-checks --access public --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VERSION: ${{ steps.get_tag.outputs.TAG }}
7 changes: 7 additions & 0 deletions packages/puik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @prestashopcorp/puik

## 2.0.0-beta.1

### Patch Changes

- Updated dependencies
- @prestashopcorp/puik-resolver@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/puik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@prestashopcorp/puik",
"license": "MIT",
"author": "Prestashop",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"type": "module",
"scripts": {
"build": "vue-tsc --noEmit --project ./tsconfig.build.json && vite build"
Expand Down
6 changes: 6 additions & 0 deletions packages/resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @prestashopcorp/puik-resolver

## 2.0.0-beta.1

### Patch Changes

- Rollback version unplugin-vue-component

## 2.0.0-beta.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prestashopcorp/puik-resolver",
"description": "Puik Component Resolver for unplugin-vue-components",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"type": "module",
"files": [
"dist"
Expand All @@ -16,8 +16,8 @@
"vue": "^3.3.0"
},
"devDependencies": {
"unplugin-vue-components": "^0.26.0",
"vue": "3.3.10"
"unplugin-vue-components": "^0.25.2",
"vue": "^3.3.8"
},
"sideEffects": false,
"publishConfig": {
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit a5f881c

Please sign in to comment.