Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccorda committed Mar 12, 2023
1 parent ae43fd0 commit 3b72e4b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.3.0](https://github.com/patronage/bubs-next/compare/v1.2.0...v1.3.0) (2023-03-12)


### Features

* NPM/Yarn Dependency Pinning ([#259](https://github.com/patronage/bubs-next/issues/259)) ([d7fe603](https://github.com/patronage/bubs-next/commit/d7fe60329073b06b553495e2a6b8ba434d051661))
* super editor role that allows for safe permissions in headless wp ([#233](https://github.com/patronage/bubs-next/issues/233)) ([b4ca258](https://github.com/patronage/bubs-next/commit/b4ca258236578a9e5745c7e9272c050831bd3e3d))


### Bug Fixes

* nodeByUri/graphcdn fix ([#256](https://github.com/patronage/bubs-next/issues/256)) ([6a31a78](https://github.com/patronage/bubs-next/commit/6a31a7886b2504feea38cd36dfa86508e7774d0b)), closes [#229](https://github.com/patronage/bubs-next/issues/229)
* upstream dashbaord customizations so title is preserved ([#272](https://github.com/patronage/bubs-next/issues/272)) ([022501f](https://github.com/patronage/bubs-next/commit/022501f73cdf39ba70ff677e13000ff5bb4ad8c1))
* use public versions of wp env vars ([#253](https://github.com/patronage/bubs-next/issues/253)) ([728b95d](https://github.com/patronage/bubs-next/commit/728b95dadd7fd8e5ab816f364668a70e26c44441))

## [1.2.0](https://github.com/patronage/bubs-next/compare/v1.1.0...v1.2.0) (2022-07-01)


Expand Down
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
{
"name": "bubs-next",
"main": "index.js",
"version": "1.2.0",
"license": "MIT",
"scripts": {
"release:pre": "standard-version --prerelease",
"release": "standard-version --infile docs/CHANGELOG.md --no-verify",
"release:dry": "standard-version --dry-run --infile docs/CHANGELOG.md --no-verify"
},
"devDependencies": {
"standard-version": "^9.5.0"
}
"version": "1.3.0",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "bubs-next",
"version": "1.0.0",
"version": "1.3.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down

1 comment on commit 3b72e4b

@vercel
Copy link

@vercel vercel bot commented on 3b72e4b Mar 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.