Skip to content

Commit dbbfdf1

Browse files
[ci] release (#267)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 541ae07 commit dbbfdf1

File tree

34 files changed

+181
-32
lines changed

34 files changed

+181
-32
lines changed

.changeset/resolved-nanostore-atom.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tangy-moons-kneel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
cache: 'pnpm'
4141
registry-url: 'https://registry.npmjs.org'
4242

43+
- name: Update npm for trusted publishing
44+
run: npm install -g npm@latest
45+
4346
- name: Install dependencies
4447
run: pnpm install
4548

@@ -55,5 +58,4 @@ jobs:
5558
env:
5659
# Needs access to push to main
5760
GITHUB_TOKEN: ${{ secrets.COMMIT_TOKEN }}
58-
# Needs access to publish to npm
59-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
61+
NPM_CONFIG_PROVENANCE: true

packages/aik-mod/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"astro-integration",
99
"astro"
1010
],
11-
"repository": "https://github.com/Fryuni/inox-tools.git",
11+
"repository": {
12+
"url": "https://github.com/Fryuni/inox-tools"
13+
},
1214
"license": "MIT",
1315
"author": "Luiz Ferraz <luiz@lferraz.com>",
1416
"type": "module",

packages/aik-route-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @inox-tools/aik-route-config
22

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [81c15ad]
8+
- Updated dependencies [541ae07]
9+
- @inox-tools/utils@1.0.0
10+
311
## 0.12.0
412

513
### Minor Changes

packages/aik-route-config/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "@inox-tools/aik-route-config",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "",
55
"keywords": [
66
"aik",
77
"astro-integration-kit",
88
"astro-integration",
99
"astro"
1010
],
11-
"repository": "https://github.com/Fryuni/inox-tools.git",
11+
"repository": {
12+
"url": "https://github.com/Fryuni/inox-tools"
13+
},
1214
"license": "MIT",
1315
"author": "Luiz Ferraz <luiz@lferraz.com>",
1416
"type": "module",

packages/astro-tests/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @inox-tools/astro-tests
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [81c15ad]
8+
- Updated dependencies [541ae07]
9+
- @inox-tools/utils@1.0.0
10+
311
## 0.9.0
412

513
### Minor Changes

packages/astro-tests/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "@inox-tools/astro-tests",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Utilities for testing your own Astro integrations and libraries based on Astro's own testing tools",
55
"keywords": [
66
"withastro",
77
"utils",
88
"tests"
99
],
10+
"repository": {
11+
"url": "https://github.com/Fryuni/inox-tools"
12+
},
1013
"license": "MIT",
1114
"author": "Luiz Ferraz <luiz@lferraz.com>",
1215
"type": "module",

packages/astro-when/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"astro",
99
"utils"
1010
],
11-
"repository": "https://github.com/Fryuni/inox-tools.git",
11+
"repository": {
12+
"url": "https://github.com/Fryuni/inox-tools"
13+
},
1214
"license": "MIT",
1315
"author": "Luiz Ferraz <luiz@lferraz.com>",
1416
"type": "module",

packages/content-utils/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @inox-tools/content-utils
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [81c15ad]
8+
- Updated dependencies [541ae07]
9+
- @inox-tools/utils@1.0.0
10+
- @inox-tools/modular-station@0.8.1
11+
312
## 0.13.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)