Skip to content

Commit

Permalink
Merge pull request #1275 from ionic-team/feature-7.2-sync
Browse files Browse the repository at this point in the history
chore: sync with main
  • Loading branch information
thetaPC authored Sep 8, 2023
2 parents 1e33313 + 8d36e66 commit 1b7e8aa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# More details are here: https://help.github.com/articles/about-codeowners/

# The '*' pattern is global owners.

# Order is important. The last matching pattern has the most precedence.
# The folders are ordered as follows:

# In each subsection folders are ordered first by depth, then alphabetically.
# This should make it easy to add new rules without breaking existing ones.


# Global Owner

* @mapsandapps
2 changes: 1 addition & 1 deletion .github/workflows/actions/publish-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Install latest npm
run: npm install -g npm@latest
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions src/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -8456,19 +8456,22 @@
{
"name": "print",
"tags": [
"fax",
"print"
]
},
{
"name": "print-outline",
"tags": [
"fax",
"outline",
"print"
]
},
{
"name": "print-sharp",
"tags": [
"fax",
"print",
"sharp"
]
Expand Down

0 comments on commit 1b7e8aa

Please sign in to comment.