Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release by 29.11.2023 #259

Merged
merged 5 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ jobs:
- name: Create release PR
run: |
gh pr create --base main --head dev --title "Release by ${{ env.DATE }}" --body '## Release Notes

${{ steps.github_release.outputs.changelog }}'
34 changes: 0 additions & 34 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,3 @@ jobs:
secrets:
gh_token: ${{ secrets.GH_TOKEN }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}

release-notes:
name: Build Changelog
needs:
- publish
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
show-progress: false
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'

- name: Install
run: |
npm ci --no-audit
echo "FROM_TAG=$(git merge-base --fork-point origin/main)" >> $GITHUB_ENV

- name: Build Changelog
id: github_release
uses: mikepenz/[email protected]
with:
fromTag: ${{ env.FROM_TAG }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Changelog
run: echo "${{ steps.github_release.outputs.changelog }}"
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "plasmax-core",
"version": "0.28.0",
"version": "0.29.0-dev.0",
"author": "Alex Czech <[email protected]>",
"description": " description description",
"description": "description",
"license": "MIT",
"scripts": {
"prepare": "npm run build",
Expand All @@ -22,4 +22,4 @@
"main": "src/index.ts",
"module": "esm/index.js",
"types": "index.d.ts"
}
}
18 changes: 9 additions & 9 deletions packages/hope/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/hope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plasmax-hope",
"version": "0.30.0",
"version": "0.31.0-dev.0",
"author": "Alex Czech <[email protected]>",
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"plasmax-core": "0.28.0"
"plasmax-core": "0.29.0-dev.0"
},
"devDependencies": {
"@types/node": "16.7.13",
Expand All @@ -24,4 +24,4 @@
"main": "src/index.ts",
"module": "esm/index.js",
"types": "index.d.ts"
}
}
50 changes: 25 additions & 25 deletions packages/rew/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/rew/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plasmax-rew",
"version": "0.27.0",
"version": "0.28.0-dev.0",
"author": "Alex Czech <[email protected]>",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"plasmax-web": "0.60.0"
"plasmax-web": "0.61.0-dev.0"
},
"devDependencies": {
"@types/node": "16.7.13",
Expand All @@ -25,4 +25,4 @@
"main": "src/index.ts",
"module": "esm/index.js",
"types": "index.d.ts"
}
}
20 changes: 10 additions & 10 deletions packages/web/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plasmax-web",
"version": "0.60.0",
"version": "0.61.0-dev.0",
"author": "Alex Czech <[email protected]>",
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"plasmax-hope": "0.30.0"
"plasmax-hope": "0.31.0-dev.0"
},
"devDependencies": {
"@types/node": "16.7.13",
Expand All @@ -24,4 +24,4 @@
"main": "src/index.ts",
"module": "esm/index.js",
"types": "index.d.ts"
}
}
6 changes: 3 additions & 3 deletions utils/pack/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "plasmax-pack",
"version": "0.20.0",
"version": "0.21.0-dev.0",
"author": "Alex Czech <[email protected]>",
"license": "MIT",
"private": true,
"publishConfig": {
"access": "restricted"
},
"dependencies": {
"plasmax-core": "0.28.0",
"plasmax-core": "0.29.0-dev.0",
"plasmax-tools": "file:./utils/tools"
},
"devDependencies": {
Expand All @@ -18,4 +18,4 @@
"clean": "rm -rf lib",
"install:dev": "npm i -D plasmax-core@dev"
}
}
}
6 changes: 3 additions & 3 deletions utils/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "plasmax-tools",
"version": "0.22.0",
"version": "0.23.0-dev.0",
"author": "Alex <[email protected]>",
"license": "MIT",
"private": true,
"publishConfig": {
"access": "restricted"
},
"dependencies": {
"plasmax-core": "0.28.0"
"plasmax-core": "0.29.0-dev.0"
},
"devDependencies": {
"typescript": "5.2.2"
Expand All @@ -17,4 +17,4 @@
"clean": "rm -rf lib",
"install:dev": "npm i plasmax-core@dev"
}
}
}